Documentation ¶
Index ¶
- Constants
- func RenderCreator() protocol.CompRender
- type ComponentViewGroup
- func (c *ComponentViewGroup) Operation(orgID int64, identity apistructs.Identity) error
- func (c *ComponentViewGroup) OperationChangeViewGroup() error
- func (c ComponentViewGroup) Render(ctx context.Context, component *apistructs.Component, ...) error
- func (c *ComponentViewGroup) SetBundle(ctxBundle protocol.ContextBundle) error
- func (c *ComponentViewGroup) SetComponent(component *apistructs.Component) error
- type EdgeAppSiteIPInParam
- type EdgeViewGroupState
Constants ¶
View Source
const (
DefaultSelected = "success"
)
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentViewGroup ¶
type ComponentViewGroup struct {
// contains filtered or unexported fields
}
func (*ComponentViewGroup) Operation ¶
func (c *ComponentViewGroup) Operation(orgID int64, identity apistructs.Identity) error
func (*ComponentViewGroup) OperationChangeViewGroup ¶
func (c *ComponentViewGroup) OperationChangeViewGroup() error
func (ComponentViewGroup) Render ¶
func (c ComponentViewGroup) Render(ctx context.Context, component *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
func (*ComponentViewGroup) SetBundle ¶
func (c *ComponentViewGroup) SetBundle(ctxBundle protocol.ContextBundle) error
func (*ComponentViewGroup) SetComponent ¶
func (c *ComponentViewGroup) SetComponent(component *apistructs.Component) error
type EdgeAppSiteIPInParam ¶
type EdgeViewGroupState ¶
type EdgeViewGroupState struct {
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.