Documentation ¶
Index ¶
- type ComponentAddPodFileEditor
- func (e *ComponentAddPodFileEditor) CreatePod() error
- func (e *ComponentAddPodFileEditor) GenComponentState(c *cptype.Component) error
- func (e *ComponentAddPodFileEditor) Init(ctx servicehub.Context) error
- func (e *ComponentAddPodFileEditor) InitComponent(ctx context.Context)
- func (e *ComponentAddPodFileEditor) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error
- func (e *ComponentAddPodFileEditor) RenderFile() error
- func (e *ComponentAddPodFileEditor) SetComponentValue()
- func (e *ComponentAddPodFileEditor) Transfer(c *cptype.Component)
- type Operation
- type Props
- type State
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAddPodFileEditor ¶
type ComponentAddPodFileEditor struct { base.DefaultProvider Type string `json:"type,omitempty"` Props Props `json:"props"` State State `json:"state"` Operations map[string]interface{} `json:"operations,omitempty"` // contains filtered or unexported fields }
func (*ComponentAddPodFileEditor) CreatePod ¶
func (e *ComponentAddPodFileEditor) CreatePod() error
func (*ComponentAddPodFileEditor) GenComponentState ¶
func (e *ComponentAddPodFileEditor) GenComponentState(c *cptype.Component) error
func (*ComponentAddPodFileEditor) Init ¶
func (e *ComponentAddPodFileEditor) Init(ctx servicehub.Context) error
func (*ComponentAddPodFileEditor) InitComponent ¶
func (e *ComponentAddPodFileEditor) InitComponent(ctx context.Context)
func (*ComponentAddPodFileEditor) Render ¶
func (e *ComponentAddPodFileEditor) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAddPodFileEditor) RenderFile ¶
func (e *ComponentAddPodFileEditor) RenderFile() error
func (*ComponentAddPodFileEditor) SetComponentValue ¶
func (e *ComponentAddPodFileEditor) SetComponentValue()
func (*ComponentAddPodFileEditor) Transfer ¶
func (e *ComponentAddPodFileEditor) Transfer(c *cptype.Component)
Click to show internal directories.
Click to hide internal directories.