Documentation ¶
Index ¶
- type Provider
- func (_m *Provider) DeleteDial(dialid string) error
- func (_m *Provider) DeleteInstance(instanceid string) error
- func (_m *Provider) DeleteService(instanceid string) error
- func (_m *Provider) GetDial(dialid string) (*config.Dial, string, error)
- func (_m *Provider) GetInstance(instanceid string) (*config.Instance, string, error)
- func (_m *Provider) GetPlan(plandid string) (*brokermodel.Plan, string, string, error)
- func (_m *Provider) GetService(serviceid string) (*brokermodel.CatalogService, string, error)
- func (_m *Provider) GetUaaAuthConfig() (*config.UaaAuth, error)
- func (_m *Provider) InitializeConfiguration() error
- func (_m *Provider) InstanceNameExists(driverInstanceName string) (bool, error)
- func (_m *Provider) LoadConfiguration() (*config.Config, error)
- func (_m *Provider) LoadDriverInstance(driverInstanceID string) (*config.Instance, error)
- func (_m *Provider) SaveConfiguration(config config.Config, overwrite bool) error
- func (_m *Provider) SetDial(instanceid string, dialid string, dial config.Dial) error
- func (_m *Provider) SetInstance(instanceid string, driverInstance config.Instance) error
- func (_m *Provider) SetService(instanceid string, service brokermodel.CatalogService) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
func (*Provider) DeleteDial ¶
DeleteDial provides a mock function with given fields: dialid
func (*Provider) DeleteInstance ¶
DeleteInstance provides a mock function with given fields: instanceid
func (*Provider) DeleteService ¶
DeleteService provides a mock function with given fields: instanceid
func (*Provider) GetInstance ¶
GetInstance provides a mock function with given fields: instanceid
func (*Provider) GetService ¶
func (_m *Provider) GetService(serviceid string) (*brokermodel.CatalogService, string, error)
GetService provides a mock function with given fields: serviceid
func (*Provider) GetUaaAuthConfig ¶
GetUaaAuthConfig provides a mock function with given fields:
func (*Provider) InitializeConfiguration ¶
InitializeConfiguration does nothing for the mock provider
func (*Provider) InstanceNameExists ¶
InstanceNameExists provides a mock function with given fields: driverInstanceName
func (*Provider) LoadConfiguration ¶
LoadConfiguration provides a mock function with given fields:
func (*Provider) LoadDriverInstance ¶
LoadDriverInstance provides a mock function with given fields: driverInstanceID
func (*Provider) SaveConfiguration ¶
SaveConfiguration provides a mock function with given fields: config, overwrite
func (*Provider) SetDial ¶
SetDial provides a mock function with given fields: instanceid, dialid, dial
func (*Provider) SetInstance ¶
SetInstance provides a mock function with given fields: instanceid, driverInstance
func (*Provider) SetService ¶
func (_m *Provider) SetService(instanceid string, service brokermodel.CatalogService) error
SetService provides a mock function with given fields: instanceid, service