Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComposeLibraryItem ¶
type ComposeLibraryItem struct { Id uint CredentialId *uint Credential *Credential ProjectName string `gorm:"size:50"` Type string `gorm:"size:20,default:''"` // github (filesystem projects are not stored in this table so this type is not allowed here) Url string `gorm:"size:255"` }
Remote: This is a DB model
type Credential ¶
type Environment ¶
type FileSystemComposeLibraryItemHead ¶
type FileSystemComposeLibraryItemHead struct {
ProjectName string
}
FileSystem: This is not a DB model
type NodeComposeProject ¶
type NodeComposeProject struct { Id uint NodeId uint Node Node EnvironmentId *uint Environment *Environment LibraryProjectId *uint LibraryProject *ComposeLibraryItem LibraryProjectName *string `gorm:"size:50"` ProjectName string `gorm:"size:50"` Type string `gorm:"size:20,default:''"` // github, local Url *string `gorm:"size:255"` CredentialId *uint Credential *Credential Definition *string // nil for github projects }
type VariableValue ¶
Click to show internal directories.
Click to hide internal directories.