blob: 8525f1a4731d123e00448c5e89c8ee52d99b76ae [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{}