Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cube ¶
type Cube struct { Id string `json:"id"` TrayId string `json:"tray_id"` CreatedAt time.Time `json:"created_at"` Hash string `json:"hash"` AWSLocation string `json:"aws_location"` UploadedAt time.Time `json:"uploaded_at"` ParentId string `json:"parent_id"` ChildId string `json:"child_id"` Parent *Cube `json:"-"` Child *Cube `json:"-"` Molecules []*molecule.Molecule `json:"-"` Size int64 `json:"size"` // contains filtered or unexported fields }
Cubes are the actual files that get uploaded to Glacier. These contain entire or parts of backed up files.
Click to show internal directories.
Click to hide internal directories.