Documentation ¶
Index ¶
- type ResourceService
- func (_m *ResourceService) ApplyAction(ctx context.Context, urn string, action module.ActionRequest) (*resource.Resource, error)
- func (_m *ResourceService) CreateResource(ctx context.Context, res resource.Resource) (*resource.Resource, error)
- func (_m *ResourceService) DeleteResource(ctx context.Context, urn string) error
- func (_m *ResourceService) EXPECT() *ResourceService_Expecter
- func (_m *ResourceService) GetLog(ctx context.Context, urn string, filter map[string]string) (<-chan module.LogChunk, error)
- func (_m *ResourceService) GetResource(ctx context.Context, urn string) (*resource.Resource, error)
- func (_m *ResourceService) ListResources(ctx context.Context, filter resource.Filter) ([]resource.Resource, error)
- func (_m *ResourceService) UpdateResource(ctx context.Context, urn string, newSpec resource.Spec) (*resource.Resource, error)
- type ResourceService_ApplyAction_Call
- type ResourceService_CreateResource_Call
- type ResourceService_DeleteResource_Call
- type ResourceService_Expecter
- func (_e *ResourceService_Expecter) ApplyAction(ctx interface{}, urn interface{}, action interface{}) *ResourceService_ApplyAction_Call
- func (_e *ResourceService_Expecter) CreateResource(ctx interface{}, res interface{}) *ResourceService_CreateResource_Call
- func (_e *ResourceService_Expecter) DeleteResource(ctx interface{}, urn interface{}) *ResourceService_DeleteResource_Call
- func (_e *ResourceService_Expecter) GetLog(ctx interface{}, urn interface{}, filter interface{}) *ResourceService_GetLog_Call
- func (_e *ResourceService_Expecter) GetResource(ctx interface{}, urn interface{}) *ResourceService_GetResource_Call
- func (_e *ResourceService_Expecter) ListResources(ctx interface{}, filter interface{}) *ResourceService_ListResources_Call
- func (_e *ResourceService_Expecter) UpdateResource(ctx interface{}, urn interface{}, newSpec interface{}) *ResourceService_UpdateResource_Call
- type ResourceService_GetLog_Call
- type ResourceService_GetResource_Call
- type ResourceService_ListResources_Call
- type ResourceService_UpdateResource_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceService ¶
ResourceService is an autogenerated mock type for the ResourceService type
func (*ResourceService) ApplyAction ¶
func (_m *ResourceService) ApplyAction(ctx context.Context, urn string, action module.ActionRequest) (*resource.Resource, error)
ApplyAction provides a mock function with given fields: ctx, urn, action
func (*ResourceService) CreateResource ¶
func (_m *ResourceService) CreateResource(ctx context.Context, res resource.Resource) (*resource.Resource, error)
CreateResource provides a mock function with given fields: ctx, res
func (*ResourceService) DeleteResource ¶
func (_m *ResourceService) DeleteResource(ctx context.Context, urn string) error
DeleteResource provides a mock function with given fields: ctx, urn
func (*ResourceService) EXPECT ¶
func (_m *ResourceService) EXPECT() *ResourceService_Expecter
func (*ResourceService) GetLog ¶
func (_m *ResourceService) GetLog(ctx context.Context, urn string, filter map[string]string) (<-chan module.LogChunk, error)
GetLog provides a mock function with given fields: ctx, urn, filter
func (*ResourceService) GetResource ¶
GetResource provides a mock function with given fields: ctx, urn
func (*ResourceService) ListResources ¶
func (_m *ResourceService) ListResources(ctx context.Context, filter resource.Filter) ([]resource.Resource, error)
ListResources provides a mock function with given fields: ctx, filter
type ResourceService_ApplyAction_Call ¶
ResourceService_ApplyAction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApplyAction'
func (*ResourceService_ApplyAction_Call) Return ¶
func (_c *ResourceService_ApplyAction_Call) Return(_a0 *resource.Resource, _a1 error) *ResourceService_ApplyAction_Call
func (*ResourceService_ApplyAction_Call) Run ¶
func (_c *ResourceService_ApplyAction_Call) Run(run func(ctx context.Context, urn string, action module.ActionRequest)) *ResourceService_ApplyAction_Call
type ResourceService_CreateResource_Call ¶
ResourceService_CreateResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResource'
func (*ResourceService_CreateResource_Call) Return ¶
func (_c *ResourceService_CreateResource_Call) Return(_a0 *resource.Resource, _a1 error) *ResourceService_CreateResource_Call
func (*ResourceService_CreateResource_Call) Run ¶
func (_c *ResourceService_CreateResource_Call) Run(run func(ctx context.Context, res resource.Resource)) *ResourceService_CreateResource_Call
type ResourceService_DeleteResource_Call ¶
ResourceService_DeleteResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResource'
func (*ResourceService_DeleteResource_Call) Return ¶
func (_c *ResourceService_DeleteResource_Call) Return(_a0 error) *ResourceService_DeleteResource_Call
func (*ResourceService_DeleteResource_Call) Run ¶
func (_c *ResourceService_DeleteResource_Call) Run(run func(ctx context.Context, urn string)) *ResourceService_DeleteResource_Call
type ResourceService_Expecter ¶
type ResourceService_Expecter struct {
// contains filtered or unexported fields
}
func (*ResourceService_Expecter) ApplyAction ¶
func (_e *ResourceService_Expecter) ApplyAction(ctx interface{}, urn interface{}, action interface{}) *ResourceService_ApplyAction_Call
ApplyAction is a helper method to define mock.On call
- ctx context.Context
- urn string
- action module.ActionRequest
func (*ResourceService_Expecter) CreateResource ¶
func (_e *ResourceService_Expecter) CreateResource(ctx interface{}, res interface{}) *ResourceService_CreateResource_Call
CreateResource is a helper method to define mock.On call
- ctx context.Context
- res resource.Resource
func (*ResourceService_Expecter) DeleteResource ¶
func (_e *ResourceService_Expecter) DeleteResource(ctx interface{}, urn interface{}) *ResourceService_DeleteResource_Call
DeleteResource is a helper method to define mock.On call
- ctx context.Context
- urn string
func (*ResourceService_Expecter) GetLog ¶
func (_e *ResourceService_Expecter) GetLog(ctx interface{}, urn interface{}, filter interface{}) *ResourceService_GetLog_Call
GetLog is a helper method to define mock.On call
- ctx context.Context
- urn string
- filter map[string]string
func (*ResourceService_Expecter) GetResource ¶
func (_e *ResourceService_Expecter) GetResource(ctx interface{}, urn interface{}) *ResourceService_GetResource_Call
GetResource is a helper method to define mock.On call
- ctx context.Context
- urn string
func (*ResourceService_Expecter) ListResources ¶
func (_e *ResourceService_Expecter) ListResources(ctx interface{}, filter interface{}) *ResourceService_ListResources_Call
ListResources is a helper method to define mock.On call
- ctx context.Context
- filter resource.Filter
func (*ResourceService_Expecter) UpdateResource ¶
func (_e *ResourceService_Expecter) UpdateResource(ctx interface{}, urn interface{}, newSpec interface{}) *ResourceService_UpdateResource_Call
UpdateResource is a helper method to define mock.On call
- ctx context.Context
- urn string
- newSpec resource.Spec
type ResourceService_GetLog_Call ¶
ResourceService_GetLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLog'
func (*ResourceService_GetLog_Call) Return ¶
func (_c *ResourceService_GetLog_Call) Return(_a0 <-chan module.LogChunk, _a1 error) *ResourceService_GetLog_Call
func (*ResourceService_GetLog_Call) Run ¶
func (_c *ResourceService_GetLog_Call) Run(run func(ctx context.Context, urn string, filter map[string]string)) *ResourceService_GetLog_Call
type ResourceService_GetResource_Call ¶
ResourceService_GetResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResource'
func (*ResourceService_GetResource_Call) Return ¶
func (_c *ResourceService_GetResource_Call) Return(_a0 *resource.Resource, _a1 error) *ResourceService_GetResource_Call
func (*ResourceService_GetResource_Call) Run ¶
func (_c *ResourceService_GetResource_Call) Run(run func(ctx context.Context, urn string)) *ResourceService_GetResource_Call
type ResourceService_ListResources_Call ¶
ResourceService_ListResources_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResources'
func (*ResourceService_ListResources_Call) Return ¶
func (_c *ResourceService_ListResources_Call) Return(_a0 []resource.Resource, _a1 error) *ResourceService_ListResources_Call
func (*ResourceService_ListResources_Call) Run ¶
func (_c *ResourceService_ListResources_Call) Run(run func(ctx context.Context, filter resource.Filter)) *ResourceService_ListResources_Call
type ResourceService_UpdateResource_Call ¶
ResourceService_UpdateResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResource'
func (*ResourceService_UpdateResource_Call) Return ¶
func (_c *ResourceService_UpdateResource_Call) Return(_a0 *resource.Resource, _a1 error) *ResourceService_UpdateResource_Call
func (*ResourceService_UpdateResource_Call) Run ¶
func (_c *ResourceService_UpdateResource_Call) Run(run func(ctx context.Context, urn string, newSpec resource.Spec)) *ResourceService_UpdateResource_Call