Documentation
¶
Index ¶
Constants ¶
View Source
const Schema = `` /* 2425-byte string literal not displayed */
Schema is the GraphQL schema.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
ssmvars.ReadWriter
ArchiveRelease(ctx context.Context, scopeName, releaseID string) error
CreateRelease(ctx context.Context, scopeName string, variables []*ssmvars.Variable) (*Release, error)
GetRelease(ctx context.Context, scopeName, releaseID string) (*Release, error)
ListReleases(ctx context.Context, scopeName string, before *string) ([]string, error)
Scope(ctx context.Context, scopeName string) (*Scope, error)
}
Backend is an abstract representation of the AWS backing services.
Click to show internal directories.
Click to hide internal directories.