Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface { ReadFile(path string) ([]byte, error) ReadDir(path string) ([]os.FileInfo, error) }
Backend describes the interface for making a request to some file system
type Decrypter ¶
Decrypt describes the interface for making a request to decrypt the given ciphertext name with the given initialization vector
type Requester ¶
type Requester struct {
// contains filtered or unexported fields
}
func (*Requester) ClearCache ¶
func (r *Requester) ClearCache()
func (*Requester) DecryptName ¶
DecryptName decrypts the given ciphertext name with the provided initialization vector
Source Files ¶
Click to show internal directories.
Click to hide internal directories.