Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetActualCost(ctx context.Context, scope string, timeStart, timeEnd int64) (costmanagement.QueryResult, error)
}
Client is the interface for a client to interact with the Azure cost management api.
type MockClient ¶
MockClient is an autogenerated mock type for the Client type
func (*MockClient) GetActualCost ¶
func (_m *MockClient) GetActualCost(ctx context.Context, scope string, timeStart int64, timeEnd int64) (costmanagement.QueryResult, error)
GetActualCost provides a mock function with given fields: ctx, scope, timeStart, timeEnd
Click to show internal directories.
Click to hide internal directories.