Documentation ¶
Index ¶
- func GetProcessingOutMessageFilePathAndName(imageInformationName string) string
- func ProxyServer(ws *websocket.Conn)
- type ByImageInformation
- type CreateController
- type DeleteController
- type DeployUpgradeInput
- type ImageInformation
- type ListController
- type LogController
- type PrivateRegistry
- type UpgradeController
- type WebSocketController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProxyServer ¶
Types ¶
type ByImageInformation ¶
type ByImageInformation []ImageInformation
func (ByImageInformation) Len ¶
func (b ByImageInformation) Len() int
func (ByImageInformation) Less ¶
func (b ByImageInformation) Less(i, j int) bool
func (ByImageInformation) Swap ¶
func (b ByImageInformation) Swap(i, j int)
type CreateController ¶
type CreateController struct {
beego.Controller
}
func (*CreateController) Get ¶
func (c *CreateController) Get()
func (*CreateController) Post ¶
func (c *CreateController) Post()
type DeleteController ¶
type DeleteController struct {
beego.Controller
}
func (*DeleteController) Get ¶
func (c *DeleteController) Get()
type DeployUpgradeInput ¶
type ImageInformation ¶
type ImageInformation struct { Name string Kind string Description string CurrentVersion string BuildParameter map[string]string HiddenTagGuiRepositoryImageRecordList string HiddenTagGuiRepositoryImageInformationUpgrade string HiddenTagGuiRepositoryImageInformationLog string HiddenTagGuiDeployDeployCreate string HiddenTagGuiDeployDeployBlueGreenSelect string HiddenTagGuiRepositoryImageInformationDelete string }
type ListController ¶
type ListController struct {
beego.Controller
}
func (*ListController) Get ¶
func (c *ListController) Get()
type LogController ¶
type LogController struct {
beego.Controller
}
func (*LogController) Get ¶
func (c *LogController) Get()
type PrivateRegistry ¶
type UpgradeController ¶
type UpgradeController struct {
beego.Controller
}
func (*UpgradeController) Get ¶
func (c *UpgradeController) Get()
func (*UpgradeController) Post ¶
func (c *UpgradeController) Post()
type WebSocketController ¶
type WebSocketController struct {
beego.Controller
}
func (*WebSocketController) Get ¶
func (c *WebSocketController) Get()
Click to show internal directories.
Click to hide internal directories.