Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentSubscriptionCmd ¶
type ComponentSubscriptionCmd struct { config.ComponentSubscriptionConfig // contains filtered or unexported fields }
ComponentSubscriptionCmd defines the command for creating a component subscription.
func NewComponentSubscriptionCmd ¶
func NewComponentSubscriptionCmd(name string, c config.ComponentSubscriptionConfig) *ComponentSubscriptionCmd
NewComponentSubscriptionCmd returns a new command for creating a component subscription.
func (*ComponentSubscriptionCmd) Execute ¶
func (c *ComponentSubscriptionCmd) Execute(ctx context.Context, cfg *config.MpasConfig) error
Execute executes the command and returns an error if one occurred.
type ProductDeploymentGeneratorCmd ¶
type ProductDeploymentGeneratorCmd struct { config.ProductDeploymentGeneratorConfig // contains filtered or unexported fields }
ProductDeploymentGeneratorCmd defines the command for creating a product deployment generator.
func NewProductDeploymentGeneratorCmd ¶
func NewProductDeploymentGeneratorCmd(name string, p config.ProductDeploymentGeneratorConfig) *ProductDeploymentGeneratorCmd
NewPProductDeploymentGeneratorCmd returns a new command for creating a product deployment generator.
func (*ProductDeploymentGeneratorCmd) Execute ¶
func (p *ProductDeploymentGeneratorCmd) Execute(ctx context.Context, cfg *config.MpasConfig) error
Execute executes the command and returns an error if one occurred.
type ProjectCmd ¶
type ProjectCmd struct { config.ProjectConfig // contains filtered or unexported fields }
ProjectCmd defines the command for creating a project.
func NewProjectCmd ¶
func NewProjectCmd(name string, p config.ProjectConfig) *ProjectCmd
NewProjectCmd returns a new command for creating a project.
func (*ProjectCmd) Execute ¶
func (p *ProjectCmd) Execute(ctx context.Context, cfg *config.MpasConfig) error
Execute executes the command and returns an error if one occurred.