Struct reproto_repository::FileObjects [] [src]

pub struct FileObjects { /* fields omitted */ }

Methods

impl FileObjects
[src]

[src]

[src]

Calculate the path to the given checksum.

Trait Implementations

impl Objects for FileObjects
[src]

[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

[src]

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

[src]

Update local caches related to the object store.

Auto Trait Implementations

impl Send for FileObjects

impl Sync for FileObjects