Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncStatus ¶
type SyncStatus uint8
const ( StatusSucceed SyncStatus = iota + 1 StatusUnknown StatusFailed StatusOutOfSync )
func (*SyncStatus) Scan ¶
func (s *SyncStatus) Scan(value interface{}) error
type TemplateRelease ¶
type TemplateRelease struct { global.Model Template uint TemplateName string ChartName string // v1.0.0 Name string // v1.0.0-33da3204 ChartVersion string Description string Recommended *bool OnlyOwner *bool SyncStatus SyncStatus LastSyncAt time.Time FailedReason string CommitID string CreatedBy uint UpdatedBy uint }
Click to show internal directories.
Click to hide internal directories.