Struct diem_secure_storage::GitHubStorage [−][src]
pub struct GitHubStorage { /* fields omitted */ }Expand description
GitHubStorage leverages a GitHub repository to provide a file system approach to key / value storage. This is not intended for storing private data but for organizing public data.
Implementations
Trait Implementations
Performs the conversion.
Returns an error if the backend service is not online and available.
Retrieves a value from storage and fails if the backend is unavailable or the process has invalid permissions. Read more
Sets a value in storage and fails if the backend is unavailable or the process has invalid permissions. Read more
Performs the conversion.