Documentation ¶
Index ¶
- Variables
- func NewContextRepository(client client.Client) *contextRepository
- func NewPolicyRepository(client client.Client) *policyRepository
- func NewRunRepository(client client.Client) *runRepository
- func NewSpaceRepository(client client.Client) *spaceRepository
- func NewStackRepository(client client.Client) *stackRepository
- type ContextRepository
- type CreateRunQuery
- type CreateStackQuery
- type PolicyRepository
- type PolicyType
- type RunRepository
- type SpaceRepository
- type StackRepository
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrContextNotFound = errors.New("context not found")
)
View Source
var ErrPolicyNotFound = errors.New("policy not found")
View Source
var ErrSpaceNotFound = errors.New("space not found")
View Source
var (
ErrStackNotFound = errors.New("stack not found")
)
Functions ¶
func NewContextRepository ¶
func NewPolicyRepository ¶
func NewRunRepository ¶
func NewSpaceRepository ¶
func NewStackRepository ¶
Types ¶
type ContextRepository ¶
type CreateRunQuery ¶
type CreateRunQuery struct { }
type CreateStackQuery ¶
type CreateStackQuery struct { }
type PolicyRepository ¶
type PolicyType ¶
type PolicyType string
type RunRepository ¶
type SpaceRepository ¶
Click to show internal directories.
Click to hide internal directories.