blob: db59b8e55563cd7955c696f318ea3d4cec4d50b0 [file] [log] [blame]
Jon Perrittdfff9972014-09-22 01:14:54 -05001package snapshots
2
3type Snapshot struct {
4 CreatedAt string
5 Description string
6 ID string
7 Metadata map[string]interface{}
8 Name string
9 Size int
10 Status string
11 VolumeID string
12}