Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetInfoInterface ¶
GetInfoInterface is a mock for Info Interface
func (*GetInfoInterface) GetTokenEndpoint ¶
func (_m *GetInfoInterface) GetTokenEndpoint() (string, error)
GetTokenEndpoint mocks geting the endpoint of the token
type GetTokenInterface ¶
GetTokenInterface is a mock for token interface
func (*GetTokenInterface) GetToken ¶
func (_m *GetTokenInterface) GetToken() (string, error)
GetToken mocks GetToken function
type HTTPClient ¶
HTTPClient is a mock http client
func (*HTTPClient) Request ¶
func (_m *HTTPClient) Request(request httpclient.Request) ([]byte, error)
Request is a mock method for Request
type ServicePlanInterface ¶
ServicePlanInterface is a mock method for service plan
func (*ServicePlanInterface) Update ¶
func (_m *ServicePlanInterface) Update(serviceGUID string) error
Update is the update method mock
Click to show internal directories.
Click to hide internal directories.