solutions

package
v0.0.0-...-726864f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

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 (t *SolutionsManager) DeleteState(ctx context.Context, name string, namespace string) error

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

func (t *SolutionsManager) ValidateDelete(ctx context.Context, name string, namespace string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL