Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { Author string `json:"author"` CreatedAt time.Time `json:"created_at"` EncryptAlgorithm string `json:"encrypt_algorithm"` Objects []Object `json:"objects"` }
Metadata metadata.json
type Object ¶
type Object struct { Name string `json:"name"` MIMEType string `json:"mime_type"` Size int64 `json:"size"` }
Object object
Click to show internal directories.
Click to hide internal directories.