Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result addons.ListOperationsDefinition, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type SupportPlanTypesClientAPI ¶
type SupportPlanTypesClientAPI interface { CreateOrUpdate(ctx context.Context, providerName string, planTypeName addons.PlanTypeName) (result addons.SupportPlanTypesCreateOrUpdateFuture, err error) Delete(ctx context.Context, providerName string, planTypeName addons.PlanTypeName) (result addons.SupportPlanTypesDeleteFuture, err error) Get(ctx context.Context, providerName string, planTypeName addons.PlanTypeName) (result addons.CanonicalSupportPlanResponseEnvelope, err error) ListInfo(ctx context.Context) (result addons.ListCanonicalSupportPlanInfoDefinition, err error) }
SupportPlanTypesClientAPI contains the set of methods on the SupportPlanTypesClient type.
Click to show internal directories.
Click to hide internal directories.