Documentation ¶
Index ¶
- type Client
- func (_m *Client) Bind(instanceKey servicemanager.InstanceKey, bindingID string, ...) (*servicemanager.BindingResponse, error)
- func (_m *Client) Deprovision(instanceKey servicemanager.InstanceKey, acceptsIncomplete bool) (*servicemanager.DeprovisionResponse, error)
- func (_m *Client) LastInstanceOperation(key servicemanager.InstanceKey, operationID string) (servicemanager.LastOperationResponse, error)
- func (_m *Client) ListOfferings() (*types.ServiceOfferings, error)
- func (_m *Client) ListOfferingsByName(name string) (*types.ServiceOfferings, error)
- func (_m *Client) ListPlansByName(planName string, offeringID string) (*types.ServicePlans, error)
- func (_m *Client) Provision(brokerID string, request servicemanager.ProvisioningInput, ...) (*servicemanager.ProvisionResponse, error)
- func (_m *Client) Unbind(instanceKey servicemanager.InstanceKey, bindingID string, ...) (*servicemanager.DeprovisionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) Bind ¶
func (_m *Client) Bind(instanceKey servicemanager.InstanceKey, bindingID string, parameters interface{}, acceptsIncomplete bool) (*servicemanager.BindingResponse, error)
Bind provides a mock function with given fields: instanceKey, bindingID, parameters, acceptsIncomplete
func (*Client) Deprovision ¶
func (_m *Client) Deprovision(instanceKey servicemanager.InstanceKey, acceptsIncomplete bool) (*servicemanager.DeprovisionResponse, error)
Deprovision provides a mock function with given fields: instanceKey, acceptsIncomplete
func (*Client) LastInstanceOperation ¶
func (_m *Client) LastInstanceOperation(key servicemanager.InstanceKey, operationID string) (servicemanager.LastOperationResponse, error)
LastInstanceOperation provides a mock function with given fields: key, operationID
func (*Client) ListOfferings ¶
func (_m *Client) ListOfferings() (*types.ServiceOfferings, error)
ListOfferings provides a mock function with given fields:
func (*Client) ListOfferingsByName ¶
func (_m *Client) ListOfferingsByName(name string) (*types.ServiceOfferings, error)
ListOfferingsByName provides a mock function with given fields: name
func (*Client) ListPlansByName ¶
ListPlansByName provides a mock function with given fields: planName, offeringID
func (*Client) Provision ¶
func (_m *Client) Provision(brokerID string, request servicemanager.ProvisioningInput, acceptsIncomplete bool) (*servicemanager.ProvisionResponse, error)
Provision provides a mock function with given fields: brokerID, request, acceptsIncomplete
func (*Client) Unbind ¶
func (_m *Client) Unbind(instanceKey servicemanager.InstanceKey, bindingID string, acceptsIncomplete bool) (*servicemanager.DeprovisionResponse, error)
Unbind provides a mock function with given fields: instanceKey, bindingID, acceptsIncomplete