models

package
v0.0.0-...-64e8fac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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

func (SyncStatus) Value

func (s SyncStatus) Value() (driver.Value, 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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL