Struct reproto_repository::FileObjects [] [src]

pub struct FileObjects { /* fields omitted */ }

Methods

impl FileObjects
[src]

Trait Implementations

impl Objects for FileObjects
[src]

Put the given object into the database. This will cause the object denoted by the given checksum to be uploaded to the objects store. Read more

Get a path to the object with the given checksum. This might cause the object to be downloaded if it's not already present in the local filesystem. Read more

Update local caches related to the object store.