Documentation ¶
Index ¶
- type SolutionsManager
- func (t *SolutionsManager) DeleteState(ctx context.Context, name string, namespace string) error
- func (t *SolutionsManager) GetState(ctx context.Context, id string, namespace string) (model.SolutionState, error)
- func (s *SolutionsManager) Init(context *contexts.VendorContext, config managers.ManagerConfig, ...) error
- func (t *SolutionsManager) ListState(ctx context.Context, namespace string) ([]model.SolutionState, error)
- func (t *SolutionsManager) UpsertState(ctx context.Context, name string, state model.SolutionState) error
- func (t *SolutionsManager) ValidateCreateOrUpdate(ctx context.Context, state model.SolutionState) error
- func (t *SolutionsManager) ValidateDelete(ctx context.Context, name string, namespace string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SolutionsManager ¶
type SolutionsManager struct { managers.Manager StateProvider states.IStateProvider SolutionValidator validation.SolutionValidator // contains filtered or unexported fields }
func (*SolutionsManager) DeleteState ¶
func (*SolutionsManager) GetState ¶
func (t *SolutionsManager) GetState(ctx context.Context, id string, namespace string) (model.SolutionState, error)
func (*SolutionsManager) Init ¶
func (s *SolutionsManager) Init(context *contexts.VendorContext, config managers.ManagerConfig, providers map[string]providers.IProvider) error
func (*SolutionsManager) ListState ¶
func (t *SolutionsManager) ListState(ctx context.Context, namespace string) ([]model.SolutionState, error)
func (*SolutionsManager) UpsertState ¶
func (t *SolutionsManager) UpsertState(ctx context.Context, name string, state model.SolutionState) error
func (*SolutionsManager) ValidateCreateOrUpdate ¶
func (t *SolutionsManager) ValidateCreateOrUpdate(ctx context.Context, state model.SolutionState) error
func (*SolutionsManager) ValidateDelete ¶
Click to show internal directories.
Click to hide internal directories.