Documentation
¶
Index ¶
- type ComponentAddWorkloadFileEditor
- func (e *ComponentAddWorkloadFileEditor) CreateWorkload() error
- func (e *ComponentAddWorkloadFileEditor) GenComponentState(component *cptype.Component) error
- func (e *ComponentAddWorkloadFileEditor) Init(ctx servicehub.Context) error
- func (e *ComponentAddWorkloadFileEditor) InitComponent(ctx context.Context)
- func (e *ComponentAddWorkloadFileEditor) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error
- func (e *ComponentAddWorkloadFileEditor) RenderFile() error
- func (e *ComponentAddWorkloadFileEditor) SetComponentValue()
- func (e *ComponentAddWorkloadFileEditor) Transfer(component *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 ComponentAddWorkloadFileEditor ¶
type ComponentAddWorkloadFileEditor struct { base.DefaultProvider Type string `json:"type,omitempty"` State State `json:"state"` Props Props `json:"props"` Operations map[string]interface{} `json:"operations,omitempty"` // contains filtered or unexported fields }
func (*ComponentAddWorkloadFileEditor) CreateWorkload ¶
func (e *ComponentAddWorkloadFileEditor) CreateWorkload() error
func (*ComponentAddWorkloadFileEditor) GenComponentState ¶
func (e *ComponentAddWorkloadFileEditor) GenComponentState(component *cptype.Component) error
func (*ComponentAddWorkloadFileEditor) Init ¶
func (e *ComponentAddWorkloadFileEditor) Init(ctx servicehub.Context) error
func (*ComponentAddWorkloadFileEditor) InitComponent ¶
func (e *ComponentAddWorkloadFileEditor) InitComponent(ctx context.Context)
func (*ComponentAddWorkloadFileEditor) Render ¶
func (e *ComponentAddWorkloadFileEditor) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAddWorkloadFileEditor) RenderFile ¶
func (e *ComponentAddWorkloadFileEditor) RenderFile() error
func (*ComponentAddWorkloadFileEditor) SetComponentValue ¶
func (e *ComponentAddWorkloadFileEditor) SetComponentValue()
func (*ComponentAddWorkloadFileEditor) Transfer ¶
func (e *ComponentAddWorkloadFileEditor) Transfer(component *cptype.Component)
Click to show internal directories.
Click to hide internal directories.