Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvoicesClientAPI ¶
type InvoicesClientAPI interface { Get(ctx context.Context, invoiceName string) (result billing.Invoice, err error) GetLatest(ctx context.Context) (result billing.Invoice, err error) List(ctx context.Context, expand string, filter string, skiptoken string, top *int32) (result billing.InvoicesListResultPage, err error) }
InvoicesClientAPI contains the set of methods on the InvoicesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result billing.OperationListResultPage, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
Click to show internal directories.
Click to hide internal directories.