Documentation ¶
Index ¶
Constants ¶
View Source
const ( MergeSourceBasePath = "SourceBasePath" MergeSourceVolumes = "SourceVolumes" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Merge ¶
type Merge struct { ID uint `gorm:"primarykey"` FSType string `json:"fstype"` MountPoint string `json:"mount_point" gorm:"uniqueIndex,check:mount_point<>''"` SourceBasePath *string `json:"source_base_path"` SourceVolumes []*Volume `json:"source_volumes" gorm:"many2many:o_merge_disk;"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
Merge
Click to show internal directories.
Click to hide internal directories.