blob: 440b3f84fd50de66e27c99df98b31d18239b58d6 [file] [log] [blame]
package snapshots
type Snapshot struct {
CreatedAt string
Description string
ID string
Metadata map[string]interface{}
Name string
Size int
Status string
VolumeID string
}
type GetResult map[string]interface{}