Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an autogenerated mock type for the Provider type
func NewProvider ¶
NewProvider creates a new instance of Provider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Provider) EXPECT ¶
func (_m *Provider) EXPECT() *Provider_Expecter
type Provider_Expecter ¶
type Provider_Expecter struct {
// contains filtered or unexported fields
}
func (*Provider_Expecter) GetConfig ¶
func (_e *Provider_Expecter) GetConfig() *Provider_GetConfig_Call
GetConfig is a helper method to define mock.On call
type Provider_GetConfig_Call ¶
Provider_GetConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConfig'
func (*Provider_GetConfig_Call) Return ¶
func (_c *Provider_GetConfig_Call) Return(_a0 *rest.Config, _a1 error) *Provider_GetConfig_Call
func (*Provider_GetConfig_Call) Run ¶
func (_c *Provider_GetConfig_Call) Run(run func()) *Provider_GetConfig_Call
func (*Provider_GetConfig_Call) RunAndReturn ¶
func (_c *Provider_GetConfig_Call) RunAndReturn(run func() (*rest.Config, error)) *Provider_GetConfig_Call
Click to show internal directories.
Click to hide internal directories.