blob: 6a76f857f4960d13c55b453e6a28e39e38a71e23 [file] [log] [blame]
package snapshots
type Snapshot struct {
Status string
Display_name string
Created_at string
Display_description string
Volume_id string
Metadata map[string]string
Id string
Size int
}
type CreateOpts map[string]interface{}
type DeleteOpts map[string]string