Documentation ¶
Index ¶
- func RenderCreator() protocol.CompRender
- type ComponentList
- func (c *ComponentList) OperateChangePage(orgID int64, reList bool, identity apistructs.Identity) (err error)
- func (c *ComponentList) OperateDelete(orgID int64, operationData interface{}, identity apistructs.Identity) (err error)
- func (c *ComponentList) OperateReload(operationData interface{}, operation string) (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 EdgeSiteItem
- type EdgeSiteState
Constants ¶
This section is empty.
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, reList bool, identity apistructs.Identity) (err error)
OperateChangePage
func (*ComponentList) OperateDelete ¶
func (c *ComponentList) OperateDelete(orgID int64, operationData interface{}, identity apistructs.Identity) (err error)
func (*ComponentList) OperateReload ¶
func (c *ComponentList) OperateReload(operationData interface{}, operation string) (err error)
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 EdgeSiteItem ¶
type EdgeSiteItem struct { ID int64 `json:"id"` SiteName apistructs.EdgeItemOperations `json:"siteName"` NodeNum string `json:"nodeNum"` RelatedCluster string `json:"relatedCluster"` Operate apistructs.EdgeItemOperations `json:"operate"` }
type EdgeSiteState ¶
type EdgeSiteState struct { apistructs.EdgeSiteState IsFirstFilter bool `json:"isFirstFilter"` }
Click to show internal directories.
Click to hide internal directories.