Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentBase ¶
type ComponentBase struct { ComponentID string ComponentName string ComponentState string WorkspaceID string WorkspaceRoot string WorkspaceEnvironment map[string]string Logger logging.Logger }
func (*ComponentBase) Build ¶
func (c *ComponentBase) Build(ctx context.Context, input *api.BuildInput) (*api.BuildOutput, error)
func (ComponentBase) GetComponentID ¶
func (c ComponentBase) GetComponentID() string
func (ComponentBase) GetComponentName ¶
func (c ComponentBase) GetComponentName() string
Click to show internal directories.
Click to hide internal directories.