Documentation ¶
Index ¶
- func RenderCreator() protocol.CompRender
- type ComponentConfigItemList
- func (c *ComponentConfigItemList) OperateChangePage(reList bool, identity apistructs.Identity) (err error)
- func (c *ComponentConfigItemList) OperateDelete(operationData interface{}, identity apistructs.Identity) (err error)
- func (c *ComponentConfigItemList) OperateReload(operationData map[string]interface{}) (err error)
- func (c *ComponentConfigItemList) Render(ctx context.Context, component *apistructs.Component, ...) error
- func (c *ComponentConfigItemList) SetBundle(ctxBundle protocol.ContextBundle) error
- func (c *ComponentConfigItemList) SetComponent(component *apistructs.Component) error
- type EdgeCfgItemListState
- type EdgeConfigItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentConfigItemList ¶
type ComponentConfigItemList struct {
// contains filtered or unexported fields
}
func (*ComponentConfigItemList) OperateChangePage ¶
func (c *ComponentConfigItemList) OperateChangePage(reList bool, identity apistructs.Identity) (err error)
OperateChangePage
func (*ComponentConfigItemList) OperateDelete ¶
func (c *ComponentConfigItemList) OperateDelete(operationData interface{}, identity apistructs.Identity) (err error)
func (*ComponentConfigItemList) OperateReload ¶
func (c *ComponentConfigItemList) OperateReload(operationData map[string]interface{}) (err error)
func (*ComponentConfigItemList) Render ¶
func (c *ComponentConfigItemList) Render(ctx context.Context, component *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
func (*ComponentConfigItemList) SetBundle ¶
func (c *ComponentConfigItemList) SetBundle(ctxBundle protocol.ContextBundle) error
func (*ComponentConfigItemList) SetComponent ¶
func (c *ComponentConfigItemList) SetComponent(component *apistructs.Component) error
type EdgeCfgItemListState ¶
type EdgeCfgItemListState struct { IsFirstFilter bool `json:"isFirstFilter"` apistructs.EdgePageState apistructs.EdgeSearchState }
type EdgeConfigItem ¶
type EdgeConfigItem struct { ID int64 `json:"id"` ConfigName string `json:"configName"` ConfigValue string `json:"configValue"` SiteName string `json:"siteName"` CreateTime string `json:"createTime"` UpdateTime string `json:"updateTime"` Operate apistructs.EdgeItemOperations `json:"operate"` }
Click to show internal directories.
Click to hide internal directories.