Documentation ¶
Index ¶
- Constants
- func GetEdgeApplicationContainerStatus(phase string) string
- func RenderCreator() protocol.CompRender
- type ComponentList
- func (c *ComponentList) OperateChangePage(orgID int64, identity apistructs.Identity) (err error)
- func (c *ComponentList) Render(ctx context.Context, component *apistructs.Component, ...) error
- func (c *ComponentList) SetBundle(ctxBundle protocol.ContextBundle) error
- func (c *ComponentList) SetComponent(component *apistructs.Component) error
- type EdgeAppSiteIPInParam
- type EdgeAppSiteIPState
- type EdgeSiteMachineItem
Constants ¶
View Source
const (
DefaultSelected = "success"
)
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentList ¶
type ComponentList struct {
// contains filtered or unexported fields
}
func (*ComponentList) OperateChangePage ¶
func (c *ComponentList) OperateChangePage(orgID int64, identity apistructs.Identity) (err error)
OperateChangePage
func (*ComponentList) Render ¶
func (c *ComponentList) Render(ctx context.Context, component *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
func (*ComponentList) SetBundle ¶
func (c *ComponentList) SetBundle(ctxBundle protocol.ContextBundle) error
func (*ComponentList) SetComponent ¶
func (c *ComponentList) SetComponent(component *apistructs.Component) error
type EdgeAppSiteIPInParam ¶
type EdgeAppSiteIPState ¶
type EdgeAppSiteIPState struct { apistructs.EdgeViewGroupSelectState apistructs.EdgePageState }
type EdgeSiteMachineItem ¶
type EdgeSiteMachineItem struct { ID int64 `json:"id"` IP string `json:"ip"` Address string `json:"address"` Status apistructs.EdgeTextBadge `json:"status"` CreatedAt string `json:"createdAt"` Operate apistructs.EdgeItemOperations `json:"operate"` }
Click to show internal directories.
Click to hide internal directories.