Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLRunConfig ¶
type SQLRunConfig struct { AppID strfmt.UUID4 `gorm:"primaryKey"` Command custom_formats.StringArray `gorm:"type:blob"` ImageDigest string Networks custom_formats.StringArray `gorm:"type:blob"` Placement custom_formats.StringArray `gorm:"type:blob"` PublishedPorts custom_formats.UInt32Array `gorm:"type:blob"` TargetPorts custom_formats.UInt32Array `gorm:"type:blob"` Volumes []byte `gorm:"type:blob"` }
type SQLRunConfigVolume ¶
Click to show internal directories.
Click to hide internal directories.