Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type PlanRepository ¶ added in v0.8.0
type PlanRepository struct {
// contains filtered or unexported fields
}
func NewPlanRepository ¶ added in v0.8.0
func NewPlanRepository(b Bucket) *PlanRepository
type SchemaRepository ¶
type SchemaRepository struct {
// contains filtered or unexported fields
}
func NewSchemaConfigRepository ¶
func NewSchemaConfigRepository(b Bucket) *SchemaRepository
func (*SchemaRepository) GetDefinition ¶
func (s *SchemaRepository) GetDefinition(ctx context.Context) (*schema.ServiceDefinition, error)
GetDefinition returns the service definition from the bucket
Click to show internal directories.
Click to hide internal directories.