Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("Content not found")
ErrNotFound signals content not found
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { ID string `json:"id"` EncryptionKey []byte `json:"-"` Location string `json:"location"` Length int64 `json:"length"` //not exported in license spec? Sha256 string `json:"sha256"` //not exported in license spec? Type string `json:"type"` }
Content represents an encrypted resource
Click to show internal directories.
Click to hide internal directories.