Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlobEncryptionKey ¶
type BlobEncryptionKey struct {
Data [32]uint8
}
type ErrGetFile ¶
type ErrGetFile string
func NewErrGetFile ¶
func NewErrGetFile(str string, inner error) ErrGetFile
func (ErrGetFile) Error ¶
func (e ErrGetFile) Error() string
type SourceConfig ¶
type SourceConfig struct { Id string RepoUrl string BlobRepoUrl string RootKeys []KeyConfig RootVersion uint32 RootThreshold uint32 StatusConfig *StatusConfig Auto bool BlobKey *BlobEncryptionKey }
type StatusConfig ¶
type StatusConfig struct {
Enabled bool
}
Click to show internal directories.
Click to hide internal directories.