Documentation ¶
Index ¶
- type Client
- func (_m *Client) CreateHttpNamespace(ctx context.Context, params *servicediscovery.CreateHttpNamespaceInput, ...) (*servicediscovery.CreateHttpNamespaceOutput, error)
- func (_m *Client) CreatePrivateDnsNamespace(ctx context.Context, params *servicediscovery.CreatePrivateDnsNamespaceInput, ...) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)
- func (_m *Client) CreatePublicDnsNamespace(ctx context.Context, params *servicediscovery.CreatePublicDnsNamespaceInput, ...) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)
- func (_m *Client) CreateService(ctx context.Context, params *servicediscovery.CreateServiceInput, ...) (*servicediscovery.CreateServiceOutput, error)
- func (_m *Client) DeleteNamespace(ctx context.Context, params *servicediscovery.DeleteNamespaceInput, ...) (*servicediscovery.DeleteNamespaceOutput, error)
- func (_m *Client) DeleteService(ctx context.Context, params *servicediscovery.DeleteServiceInput, ...) (*servicediscovery.DeleteServiceOutput, error)
- func (_m *Client) DeregisterInstance(ctx context.Context, params *servicediscovery.DeregisterInstanceInput, ...) (*servicediscovery.DeregisterInstanceOutput, error)
- func (_m *Client) DiscoverInstances(ctx context.Context, params *servicediscovery.DiscoverInstancesInput, ...) (*servicediscovery.DiscoverInstancesOutput, error)
- func (_m *Client) EXPECT() *Client_Expecter
- func (_m *Client) GetInstance(ctx context.Context, params *servicediscovery.GetInstanceInput, ...) (*servicediscovery.GetInstanceOutput, error)
- func (_m *Client) GetInstancesHealthStatus(ctx context.Context, params *servicediscovery.GetInstancesHealthStatusInput, ...) (*servicediscovery.GetInstancesHealthStatusOutput, error)
- func (_m *Client) GetNamespace(ctx context.Context, params *servicediscovery.GetNamespaceInput, ...) (*servicediscovery.GetNamespaceOutput, error)
- func (_m *Client) GetOperation(ctx context.Context, params *servicediscovery.GetOperationInput, ...) (*servicediscovery.GetOperationOutput, error)
- func (_m *Client) GetService(ctx context.Context, params *servicediscovery.GetServiceInput, ...) (*servicediscovery.GetServiceOutput, error)
- func (_m *Client) ListInstances(ctx context.Context, params *servicediscovery.ListInstancesInput, ...) (*servicediscovery.ListInstancesOutput, error)
- func (_m *Client) ListNamespaces(ctx context.Context, params *servicediscovery.ListNamespacesInput, ...) (*servicediscovery.ListNamespacesOutput, error)
- func (_m *Client) ListOperations(ctx context.Context, params *servicediscovery.ListOperationsInput, ...) (*servicediscovery.ListOperationsOutput, error)
- func (_m *Client) ListServices(ctx context.Context, params *servicediscovery.ListServicesInput, ...) (*servicediscovery.ListServicesOutput, error)
- func (_m *Client) ListTagsForResource(ctx context.Context, params *servicediscovery.ListTagsForResourceInput, ...) (*servicediscovery.ListTagsForResourceOutput, error)
- func (_m *Client) RegisterInstance(ctx context.Context, params *servicediscovery.RegisterInstanceInput, ...) (*servicediscovery.RegisterInstanceOutput, error)
- func (_m *Client) TagResource(ctx context.Context, params *servicediscovery.TagResourceInput, ...) (*servicediscovery.TagResourceOutput, error)
- func (_m *Client) UntagResource(ctx context.Context, params *servicediscovery.UntagResourceInput, ...) (*servicediscovery.UntagResourceOutput, error)
- func (_m *Client) UpdateHttpNamespace(ctx context.Context, params *servicediscovery.UpdateHttpNamespaceInput, ...) (*servicediscovery.UpdateHttpNamespaceOutput, error)
- func (_m *Client) UpdateInstanceCustomHealthStatus(ctx context.Context, ...) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)
- func (_m *Client) UpdatePrivateDnsNamespace(ctx context.Context, params *servicediscovery.UpdatePrivateDnsNamespaceInput, ...) (*servicediscovery.UpdatePrivateDnsNamespaceOutput, error)
- func (_m *Client) UpdatePublicDnsNamespace(ctx context.Context, params *servicediscovery.UpdatePublicDnsNamespaceInput, ...) (*servicediscovery.UpdatePublicDnsNamespaceOutput, error)
- func (_m *Client) UpdateService(ctx context.Context, params *servicediscovery.UpdateServiceInput, ...) (*servicediscovery.UpdateServiceOutput, error)
- type Client_CreateHttpNamespace_Call
- func (_c *Client_CreateHttpNamespace_Call) Return(_a0 *servicediscovery.CreateHttpNamespaceOutput, _a1 error) *Client_CreateHttpNamespace_Call
- func (_c *Client_CreateHttpNamespace_Call) Run(...) *Client_CreateHttpNamespace_Call
- func (_c *Client_CreateHttpNamespace_Call) RunAndReturn(...) *Client_CreateHttpNamespace_Call
- type Client_CreatePrivateDnsNamespace_Call
- func (_c *Client_CreatePrivateDnsNamespace_Call) Return(_a0 *servicediscovery.CreatePrivateDnsNamespaceOutput, _a1 error) *Client_CreatePrivateDnsNamespace_Call
- func (_c *Client_CreatePrivateDnsNamespace_Call) Run(...) *Client_CreatePrivateDnsNamespace_Call
- func (_c *Client_CreatePrivateDnsNamespace_Call) RunAndReturn(...) *Client_CreatePrivateDnsNamespace_Call
- type Client_CreatePublicDnsNamespace_Call
- func (_c *Client_CreatePublicDnsNamespace_Call) Return(_a0 *servicediscovery.CreatePublicDnsNamespaceOutput, _a1 error) *Client_CreatePublicDnsNamespace_Call
- func (_c *Client_CreatePublicDnsNamespace_Call) Run(...) *Client_CreatePublicDnsNamespace_Call
- func (_c *Client_CreatePublicDnsNamespace_Call) RunAndReturn(...) *Client_CreatePublicDnsNamespace_Call
- type Client_CreateService_Call
- type Client_DeleteNamespace_Call
- type Client_DeleteService_Call
- type Client_DeregisterInstance_Call
- func (_c *Client_DeregisterInstance_Call) Return(_a0 *servicediscovery.DeregisterInstanceOutput, _a1 error) *Client_DeregisterInstance_Call
- func (_c *Client_DeregisterInstance_Call) Run(...) *Client_DeregisterInstance_Call
- func (_c *Client_DeregisterInstance_Call) RunAndReturn(...) *Client_DeregisterInstance_Call
- type Client_DiscoverInstances_Call
- func (_c *Client_DiscoverInstances_Call) Return(_a0 *servicediscovery.DiscoverInstancesOutput, _a1 error) *Client_DiscoverInstances_Call
- func (_c *Client_DiscoverInstances_Call) Run(...) *Client_DiscoverInstances_Call
- func (_c *Client_DiscoverInstances_Call) RunAndReturn(...) *Client_DiscoverInstances_Call
- type Client_Expecter
- func (_e *Client_Expecter) CreateHttpNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreateHttpNamespace_Call
- func (_e *Client_Expecter) CreatePrivateDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreatePrivateDnsNamespace_Call
- func (_e *Client_Expecter) CreatePublicDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreatePublicDnsNamespace_Call
- func (_e *Client_Expecter) CreateService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreateService_Call
- func (_e *Client_Expecter) DeleteNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteNamespace_Call
- func (_e *Client_Expecter) DeleteService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteService_Call
- func (_e *Client_Expecter) DeregisterInstance(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeregisterInstance_Call
- func (_e *Client_Expecter) DiscoverInstances(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DiscoverInstances_Call
- func (_e *Client_Expecter) GetInstance(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetInstance_Call
- func (_e *Client_Expecter) GetInstancesHealthStatus(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetInstancesHealthStatus_Call
- func (_e *Client_Expecter) GetNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetNamespace_Call
- func (_e *Client_Expecter) GetOperation(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetOperation_Call
- func (_e *Client_Expecter) GetService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetService_Call
- func (_e *Client_Expecter) ListInstances(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListInstances_Call
- func (_e *Client_Expecter) ListNamespaces(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListNamespaces_Call
- func (_e *Client_Expecter) ListOperations(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListOperations_Call
- func (_e *Client_Expecter) ListServices(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListServices_Call
- func (_e *Client_Expecter) ListTagsForResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListTagsForResource_Call
- func (_e *Client_Expecter) RegisterInstance(ctx interface{}, params interface{}, optFns ...interface{}) *Client_RegisterInstance_Call
- func (_e *Client_Expecter) TagResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_TagResource_Call
- func (_e *Client_Expecter) UntagResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UntagResource_Call
- func (_e *Client_Expecter) UpdateHttpNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateHttpNamespace_Call
- func (_e *Client_Expecter) UpdateInstanceCustomHealthStatus(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateInstanceCustomHealthStatus_Call
- func (_e *Client_Expecter) UpdatePrivateDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdatePrivateDnsNamespace_Call
- func (_e *Client_Expecter) UpdatePublicDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdatePublicDnsNamespace_Call
- func (_e *Client_Expecter) UpdateService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateService_Call
- type Client_GetInstance_Call
- func (_c *Client_GetInstance_Call) Return(_a0 *servicediscovery.GetInstanceOutput, _a1 error) *Client_GetInstance_Call
- func (_c *Client_GetInstance_Call) Run(run func(ctx context.Context, params *servicediscovery.GetInstanceInput, ...)) *Client_GetInstance_Call
- func (_c *Client_GetInstance_Call) RunAndReturn(...) *Client_GetInstance_Call
- type Client_GetInstancesHealthStatus_Call
- func (_c *Client_GetInstancesHealthStatus_Call) Return(_a0 *servicediscovery.GetInstancesHealthStatusOutput, _a1 error) *Client_GetInstancesHealthStatus_Call
- func (_c *Client_GetInstancesHealthStatus_Call) Run(...) *Client_GetInstancesHealthStatus_Call
- func (_c *Client_GetInstancesHealthStatus_Call) RunAndReturn(...) *Client_GetInstancesHealthStatus_Call
- type Client_GetNamespace_Call
- func (_c *Client_GetNamespace_Call) Return(_a0 *servicediscovery.GetNamespaceOutput, _a1 error) *Client_GetNamespace_Call
- func (_c *Client_GetNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.GetNamespaceInput, ...)) *Client_GetNamespace_Call
- func (_c *Client_GetNamespace_Call) RunAndReturn(...) *Client_GetNamespace_Call
- type Client_GetOperation_Call
- func (_c *Client_GetOperation_Call) Return(_a0 *servicediscovery.GetOperationOutput, _a1 error) *Client_GetOperation_Call
- func (_c *Client_GetOperation_Call) Run(run func(ctx context.Context, params *servicediscovery.GetOperationInput, ...)) *Client_GetOperation_Call
- func (_c *Client_GetOperation_Call) RunAndReturn(...) *Client_GetOperation_Call
- type Client_GetService_Call
- func (_c *Client_GetService_Call) Return(_a0 *servicediscovery.GetServiceOutput, _a1 error) *Client_GetService_Call
- func (_c *Client_GetService_Call) Run(run func(ctx context.Context, params *servicediscovery.GetServiceInput, ...)) *Client_GetService_Call
- func (_c *Client_GetService_Call) RunAndReturn(...) *Client_GetService_Call
- type Client_ListInstances_Call
- type Client_ListNamespaces_Call
- type Client_ListOperations_Call
- type Client_ListServices_Call
- func (_c *Client_ListServices_Call) Return(_a0 *servicediscovery.ListServicesOutput, _a1 error) *Client_ListServices_Call
- func (_c *Client_ListServices_Call) Run(run func(ctx context.Context, params *servicediscovery.ListServicesInput, ...)) *Client_ListServices_Call
- func (_c *Client_ListServices_Call) RunAndReturn(...) *Client_ListServices_Call
- type Client_ListTagsForResource_Call
- func (_c *Client_ListTagsForResource_Call) Return(_a0 *servicediscovery.ListTagsForResourceOutput, _a1 error) *Client_ListTagsForResource_Call
- func (_c *Client_ListTagsForResource_Call) Run(...) *Client_ListTagsForResource_Call
- func (_c *Client_ListTagsForResource_Call) RunAndReturn(...) *Client_ListTagsForResource_Call
- type Client_RegisterInstance_Call
- func (_c *Client_RegisterInstance_Call) Return(_a0 *servicediscovery.RegisterInstanceOutput, _a1 error) *Client_RegisterInstance_Call
- func (_c *Client_RegisterInstance_Call) Run(...) *Client_RegisterInstance_Call
- func (_c *Client_RegisterInstance_Call) RunAndReturn(...) *Client_RegisterInstance_Call
- type Client_TagResource_Call
- func (_c *Client_TagResource_Call) Return(_a0 *servicediscovery.TagResourceOutput, _a1 error) *Client_TagResource_Call
- func (_c *Client_TagResource_Call) Run(run func(ctx context.Context, params *servicediscovery.TagResourceInput, ...)) *Client_TagResource_Call
- func (_c *Client_TagResource_Call) RunAndReturn(...) *Client_TagResource_Call
- type Client_UntagResource_Call
- type Client_UpdateHttpNamespace_Call
- func (_c *Client_UpdateHttpNamespace_Call) Return(_a0 *servicediscovery.UpdateHttpNamespaceOutput, _a1 error) *Client_UpdateHttpNamespace_Call
- func (_c *Client_UpdateHttpNamespace_Call) Run(...) *Client_UpdateHttpNamespace_Call
- func (_c *Client_UpdateHttpNamespace_Call) RunAndReturn(...) *Client_UpdateHttpNamespace_Call
- type Client_UpdateInstanceCustomHealthStatus_Call
- func (_c *Client_UpdateInstanceCustomHealthStatus_Call) Return(_a0 *servicediscovery.UpdateInstanceCustomHealthStatusOutput, _a1 error) *Client_UpdateInstanceCustomHealthStatus_Call
- func (_c *Client_UpdateInstanceCustomHealthStatus_Call) Run(run func(ctx context.Context, ...)) *Client_UpdateInstanceCustomHealthStatus_Call
- func (_c *Client_UpdateInstanceCustomHealthStatus_Call) RunAndReturn(...) *Client_UpdateInstanceCustomHealthStatus_Call
- type Client_UpdatePrivateDnsNamespace_Call
- func (_c *Client_UpdatePrivateDnsNamespace_Call) Return(_a0 *servicediscovery.UpdatePrivateDnsNamespaceOutput, _a1 error) *Client_UpdatePrivateDnsNamespace_Call
- func (_c *Client_UpdatePrivateDnsNamespace_Call) Run(...) *Client_UpdatePrivateDnsNamespace_Call
- func (_c *Client_UpdatePrivateDnsNamespace_Call) RunAndReturn(...) *Client_UpdatePrivateDnsNamespace_Call
- type Client_UpdatePublicDnsNamespace_Call
- func (_c *Client_UpdatePublicDnsNamespace_Call) Return(_a0 *servicediscovery.UpdatePublicDnsNamespaceOutput, _a1 error) *Client_UpdatePublicDnsNamespace_Call
- func (_c *Client_UpdatePublicDnsNamespace_Call) Run(...) *Client_UpdatePublicDnsNamespace_Call
- func (_c *Client_UpdatePublicDnsNamespace_Call) RunAndReturn(...) *Client_UpdatePublicDnsNamespace_Call
- type Client_UpdateService_Call
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 NewClient ¶
NewClient creates a new instance of Client. 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 (*Client) CreateHttpNamespace ¶
func (_m *Client) CreateHttpNamespace(ctx context.Context, params *servicediscovery.CreateHttpNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.CreateHttpNamespaceOutput, error)
CreateHttpNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) CreatePrivateDnsNamespace ¶
func (_m *Client) CreatePrivateDnsNamespace(ctx context.Context, params *servicediscovery.CreatePrivateDnsNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)
CreatePrivateDnsNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) CreatePublicDnsNamespace ¶
func (_m *Client) CreatePublicDnsNamespace(ctx context.Context, params *servicediscovery.CreatePublicDnsNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)
CreatePublicDnsNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) CreateService ¶
func (_m *Client) CreateService(ctx context.Context, params *servicediscovery.CreateServiceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.CreateServiceOutput, error)
CreateService provides a mock function with given fields: ctx, params, optFns
func (*Client) DeleteNamespace ¶
func (_m *Client) DeleteNamespace(ctx context.Context, params *servicediscovery.DeleteNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.DeleteNamespaceOutput, error)
DeleteNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) DeleteService ¶
func (_m *Client) DeleteService(ctx context.Context, params *servicediscovery.DeleteServiceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.DeleteServiceOutput, error)
DeleteService provides a mock function with given fields: ctx, params, optFns
func (*Client) DeregisterInstance ¶
func (_m *Client) DeregisterInstance(ctx context.Context, params *servicediscovery.DeregisterInstanceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.DeregisterInstanceOutput, error)
DeregisterInstance provides a mock function with given fields: ctx, params, optFns
func (*Client) DiscoverInstances ¶
func (_m *Client) DiscoverInstances(ctx context.Context, params *servicediscovery.DiscoverInstancesInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.DiscoverInstancesOutput, error)
DiscoverInstances provides a mock function with given fields: ctx, params, optFns
func (*Client) EXPECT ¶
func (_m *Client) EXPECT() *Client_Expecter
func (*Client) GetInstance ¶
func (_m *Client) GetInstance(ctx context.Context, params *servicediscovery.GetInstanceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.GetInstanceOutput, error)
GetInstance provides a mock function with given fields: ctx, params, optFns
func (*Client) GetInstancesHealthStatus ¶
func (_m *Client) GetInstancesHealthStatus(ctx context.Context, params *servicediscovery.GetInstancesHealthStatusInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.GetInstancesHealthStatusOutput, error)
GetInstancesHealthStatus provides a mock function with given fields: ctx, params, optFns
func (*Client) GetNamespace ¶
func (_m *Client) GetNamespace(ctx context.Context, params *servicediscovery.GetNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.GetNamespaceOutput, error)
GetNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) GetOperation ¶
func (_m *Client) GetOperation(ctx context.Context, params *servicediscovery.GetOperationInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.GetOperationOutput, error)
GetOperation provides a mock function with given fields: ctx, params, optFns
func (*Client) GetService ¶
func (_m *Client) GetService(ctx context.Context, params *servicediscovery.GetServiceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.GetServiceOutput, error)
GetService provides a mock function with given fields: ctx, params, optFns
func (*Client) ListInstances ¶
func (_m *Client) ListInstances(ctx context.Context, params *servicediscovery.ListInstancesInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.ListInstancesOutput, error)
ListInstances provides a mock function with given fields: ctx, params, optFns
func (*Client) ListNamespaces ¶
func (_m *Client) ListNamespaces(ctx context.Context, params *servicediscovery.ListNamespacesInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.ListNamespacesOutput, error)
ListNamespaces provides a mock function with given fields: ctx, params, optFns
func (*Client) ListOperations ¶
func (_m *Client) ListOperations(ctx context.Context, params *servicediscovery.ListOperationsInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.ListOperationsOutput, error)
ListOperations provides a mock function with given fields: ctx, params, optFns
func (*Client) ListServices ¶
func (_m *Client) ListServices(ctx context.Context, params *servicediscovery.ListServicesInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.ListServicesOutput, error)
ListServices provides a mock function with given fields: ctx, params, optFns
func (*Client) ListTagsForResource ¶
func (_m *Client) ListTagsForResource(ctx context.Context, params *servicediscovery.ListTagsForResourceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*Client) RegisterInstance ¶
func (_m *Client) RegisterInstance(ctx context.Context, params *servicediscovery.RegisterInstanceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.RegisterInstanceOutput, error)
RegisterInstance provides a mock function with given fields: ctx, params, optFns
func (*Client) TagResource ¶
func (_m *Client) TagResource(ctx context.Context, params *servicediscovery.TagResourceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*Client) UntagResource ¶
func (_m *Client) UntagResource(ctx context.Context, params *servicediscovery.UntagResourceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdateHttpNamespace ¶
func (_m *Client) UpdateHttpNamespace(ctx context.Context, params *servicediscovery.UpdateHttpNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.UpdateHttpNamespaceOutput, error)
UpdateHttpNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdateInstanceCustomHealthStatus ¶
func (_m *Client) UpdateInstanceCustomHealthStatus(ctx context.Context, params *servicediscovery.UpdateInstanceCustomHealthStatusInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)
UpdateInstanceCustomHealthStatus provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdatePrivateDnsNamespace ¶
func (_m *Client) UpdatePrivateDnsNamespace(ctx context.Context, params *servicediscovery.UpdatePrivateDnsNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.UpdatePrivateDnsNamespaceOutput, error)
UpdatePrivateDnsNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdatePublicDnsNamespace ¶
func (_m *Client) UpdatePublicDnsNamespace(ctx context.Context, params *servicediscovery.UpdatePublicDnsNamespaceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.UpdatePublicDnsNamespaceOutput, error)
UpdatePublicDnsNamespace provides a mock function with given fields: ctx, params, optFns
func (*Client) UpdateService ¶
func (_m *Client) UpdateService(ctx context.Context, params *servicediscovery.UpdateServiceInput, optFns ...func(*servicediscovery.Options)) (*servicediscovery.UpdateServiceOutput, error)
UpdateService provides a mock function with given fields: ctx, params, optFns
type Client_CreateHttpNamespace_Call ¶
Client_CreateHttpNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateHttpNamespace'
func (*Client_CreateHttpNamespace_Call) Return ¶
func (_c *Client_CreateHttpNamespace_Call) Return(_a0 *servicediscovery.CreateHttpNamespaceOutput, _a1 error) *Client_CreateHttpNamespace_Call
func (*Client_CreateHttpNamespace_Call) Run ¶
func (_c *Client_CreateHttpNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.CreateHttpNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_CreateHttpNamespace_Call
func (*Client_CreateHttpNamespace_Call) RunAndReturn ¶
func (_c *Client_CreateHttpNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.CreateHttpNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.CreateHttpNamespaceOutput, error)) *Client_CreateHttpNamespace_Call
type Client_CreatePrivateDnsNamespace_Call ¶
Client_CreatePrivateDnsNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePrivateDnsNamespace'
func (*Client_CreatePrivateDnsNamespace_Call) Return ¶
func (_c *Client_CreatePrivateDnsNamespace_Call) Return(_a0 *servicediscovery.CreatePrivateDnsNamespaceOutput, _a1 error) *Client_CreatePrivateDnsNamespace_Call
func (*Client_CreatePrivateDnsNamespace_Call) Run ¶
func (_c *Client_CreatePrivateDnsNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.CreatePrivateDnsNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_CreatePrivateDnsNamespace_Call
func (*Client_CreatePrivateDnsNamespace_Call) RunAndReturn ¶
func (_c *Client_CreatePrivateDnsNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.CreatePrivateDnsNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)) *Client_CreatePrivateDnsNamespace_Call
type Client_CreatePublicDnsNamespace_Call ¶
Client_CreatePublicDnsNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePublicDnsNamespace'
func (*Client_CreatePublicDnsNamespace_Call) Return ¶
func (_c *Client_CreatePublicDnsNamespace_Call) Return(_a0 *servicediscovery.CreatePublicDnsNamespaceOutput, _a1 error) *Client_CreatePublicDnsNamespace_Call
func (*Client_CreatePublicDnsNamespace_Call) Run ¶
func (_c *Client_CreatePublicDnsNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.CreatePublicDnsNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_CreatePublicDnsNamespace_Call
func (*Client_CreatePublicDnsNamespace_Call) RunAndReturn ¶
func (_c *Client_CreatePublicDnsNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.CreatePublicDnsNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)) *Client_CreatePublicDnsNamespace_Call
type Client_CreateService_Call ¶
Client_CreateService_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateService'
func (*Client_CreateService_Call) Return ¶
func (_c *Client_CreateService_Call) Return(_a0 *servicediscovery.CreateServiceOutput, _a1 error) *Client_CreateService_Call
func (*Client_CreateService_Call) Run ¶
func (_c *Client_CreateService_Call) Run(run func(ctx context.Context, params *servicediscovery.CreateServiceInput, optFns ...func(*servicediscovery.Options))) *Client_CreateService_Call
func (*Client_CreateService_Call) RunAndReturn ¶
func (_c *Client_CreateService_Call) RunAndReturn(run func(context.Context, *servicediscovery.CreateServiceInput, ...func(*servicediscovery.Options)) (*servicediscovery.CreateServiceOutput, error)) *Client_CreateService_Call
type Client_DeleteNamespace_Call ¶
Client_DeleteNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespace'
func (*Client_DeleteNamespace_Call) Return ¶
func (_c *Client_DeleteNamespace_Call) Return(_a0 *servicediscovery.DeleteNamespaceOutput, _a1 error) *Client_DeleteNamespace_Call
func (*Client_DeleteNamespace_Call) Run ¶
func (_c *Client_DeleteNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.DeleteNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_DeleteNamespace_Call
func (*Client_DeleteNamespace_Call) RunAndReturn ¶
func (_c *Client_DeleteNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.DeleteNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.DeleteNamespaceOutput, error)) *Client_DeleteNamespace_Call
type Client_DeleteService_Call ¶
Client_DeleteService_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteService'
func (*Client_DeleteService_Call) Return ¶
func (_c *Client_DeleteService_Call) Return(_a0 *servicediscovery.DeleteServiceOutput, _a1 error) *Client_DeleteService_Call
func (*Client_DeleteService_Call) Run ¶
func (_c *Client_DeleteService_Call) Run(run func(ctx context.Context, params *servicediscovery.DeleteServiceInput, optFns ...func(*servicediscovery.Options))) *Client_DeleteService_Call
func (*Client_DeleteService_Call) RunAndReturn ¶
func (_c *Client_DeleteService_Call) RunAndReturn(run func(context.Context, *servicediscovery.DeleteServiceInput, ...func(*servicediscovery.Options)) (*servicediscovery.DeleteServiceOutput, error)) *Client_DeleteService_Call
type Client_DeregisterInstance_Call ¶
Client_DeregisterInstance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeregisterInstance'
func (*Client_DeregisterInstance_Call) Return ¶
func (_c *Client_DeregisterInstance_Call) Return(_a0 *servicediscovery.DeregisterInstanceOutput, _a1 error) *Client_DeregisterInstance_Call
func (*Client_DeregisterInstance_Call) Run ¶
func (_c *Client_DeregisterInstance_Call) Run(run func(ctx context.Context, params *servicediscovery.DeregisterInstanceInput, optFns ...func(*servicediscovery.Options))) *Client_DeregisterInstance_Call
func (*Client_DeregisterInstance_Call) RunAndReturn ¶
func (_c *Client_DeregisterInstance_Call) RunAndReturn(run func(context.Context, *servicediscovery.DeregisterInstanceInput, ...func(*servicediscovery.Options)) (*servicediscovery.DeregisterInstanceOutput, error)) *Client_DeregisterInstance_Call
type Client_DiscoverInstances_Call ¶
Client_DiscoverInstances_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DiscoverInstances'
func (*Client_DiscoverInstances_Call) Return ¶
func (_c *Client_DiscoverInstances_Call) Return(_a0 *servicediscovery.DiscoverInstancesOutput, _a1 error) *Client_DiscoverInstances_Call
func (*Client_DiscoverInstances_Call) Run ¶
func (_c *Client_DiscoverInstances_Call) Run(run func(ctx context.Context, params *servicediscovery.DiscoverInstancesInput, optFns ...func(*servicediscovery.Options))) *Client_DiscoverInstances_Call
func (*Client_DiscoverInstances_Call) RunAndReturn ¶
func (_c *Client_DiscoverInstances_Call) RunAndReturn(run func(context.Context, *servicediscovery.DiscoverInstancesInput, ...func(*servicediscovery.Options)) (*servicediscovery.DiscoverInstancesOutput, error)) *Client_DiscoverInstances_Call
type Client_Expecter ¶
type Client_Expecter struct {
// contains filtered or unexported fields
}
func (*Client_Expecter) CreateHttpNamespace ¶
func (_e *Client_Expecter) CreateHttpNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreateHttpNamespace_Call
CreateHttpNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.CreateHttpNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) CreatePrivateDnsNamespace ¶
func (_e *Client_Expecter) CreatePrivateDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreatePrivateDnsNamespace_Call
CreatePrivateDnsNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.CreatePrivateDnsNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) CreatePublicDnsNamespace ¶
func (_e *Client_Expecter) CreatePublicDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreatePublicDnsNamespace_Call
CreatePublicDnsNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.CreatePublicDnsNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) CreateService ¶
func (_e *Client_Expecter) CreateService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_CreateService_Call
CreateService is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.CreateServiceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) DeleteNamespace ¶
func (_e *Client_Expecter) DeleteNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteNamespace_Call
DeleteNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.DeleteNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) DeleteService ¶
func (_e *Client_Expecter) DeleteService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeleteService_Call
DeleteService is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.DeleteServiceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) DeregisterInstance ¶
func (_e *Client_Expecter) DeregisterInstance(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DeregisterInstance_Call
DeregisterInstance is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.DeregisterInstanceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) DiscoverInstances ¶
func (_e *Client_Expecter) DiscoverInstances(ctx interface{}, params interface{}, optFns ...interface{}) *Client_DiscoverInstances_Call
DiscoverInstances is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.DiscoverInstancesInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) GetInstance ¶
func (_e *Client_Expecter) GetInstance(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetInstance_Call
GetInstance is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.GetInstanceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) GetInstancesHealthStatus ¶
func (_e *Client_Expecter) GetInstancesHealthStatus(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetInstancesHealthStatus_Call
GetInstancesHealthStatus is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.GetInstancesHealthStatusInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) GetNamespace ¶
func (_e *Client_Expecter) GetNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetNamespace_Call
GetNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.GetNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) GetOperation ¶
func (_e *Client_Expecter) GetOperation(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetOperation_Call
GetOperation is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.GetOperationInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) GetService ¶
func (_e *Client_Expecter) GetService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_GetService_Call
GetService is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.GetServiceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) ListInstances ¶
func (_e *Client_Expecter) ListInstances(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListInstances_Call
ListInstances is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.ListInstancesInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) ListNamespaces ¶
func (_e *Client_Expecter) ListNamespaces(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListNamespaces_Call
ListNamespaces is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.ListNamespacesInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) ListOperations ¶
func (_e *Client_Expecter) ListOperations(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListOperations_Call
ListOperations is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.ListOperationsInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) ListServices ¶
func (_e *Client_Expecter) ListServices(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListServices_Call
ListServices is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.ListServicesInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) ListTagsForResource ¶
func (_e *Client_Expecter) ListTagsForResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_ListTagsForResource_Call
ListTagsForResource is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.ListTagsForResourceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) RegisterInstance ¶
func (_e *Client_Expecter) RegisterInstance(ctx interface{}, params interface{}, optFns ...interface{}) *Client_RegisterInstance_Call
RegisterInstance is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.RegisterInstanceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) TagResource ¶
func (_e *Client_Expecter) TagResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_TagResource_Call
TagResource is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.TagResourceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) UntagResource ¶
func (_e *Client_Expecter) UntagResource(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UntagResource_Call
UntagResource is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.UntagResourceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) UpdateHttpNamespace ¶
func (_e *Client_Expecter) UpdateHttpNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateHttpNamespace_Call
UpdateHttpNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.UpdateHttpNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) UpdateInstanceCustomHealthStatus ¶
func (_e *Client_Expecter) UpdateInstanceCustomHealthStatus(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateInstanceCustomHealthStatus_Call
UpdateInstanceCustomHealthStatus is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.UpdateInstanceCustomHealthStatusInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) UpdatePrivateDnsNamespace ¶
func (_e *Client_Expecter) UpdatePrivateDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdatePrivateDnsNamespace_Call
UpdatePrivateDnsNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.UpdatePrivateDnsNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) UpdatePublicDnsNamespace ¶
func (_e *Client_Expecter) UpdatePublicDnsNamespace(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdatePublicDnsNamespace_Call
UpdatePublicDnsNamespace is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.UpdatePublicDnsNamespaceInput
- optFns ...func(*servicediscovery.Options)
func (*Client_Expecter) UpdateService ¶
func (_e *Client_Expecter) UpdateService(ctx interface{}, params interface{}, optFns ...interface{}) *Client_UpdateService_Call
UpdateService is a helper method to define mock.On call
- ctx context.Context
- params *servicediscovery.UpdateServiceInput
- optFns ...func(*servicediscovery.Options)
type Client_GetInstance_Call ¶
Client_GetInstance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInstance'
func (*Client_GetInstance_Call) Return ¶
func (_c *Client_GetInstance_Call) Return(_a0 *servicediscovery.GetInstanceOutput, _a1 error) *Client_GetInstance_Call
func (*Client_GetInstance_Call) Run ¶
func (_c *Client_GetInstance_Call) Run(run func(ctx context.Context, params *servicediscovery.GetInstanceInput, optFns ...func(*servicediscovery.Options))) *Client_GetInstance_Call
func (*Client_GetInstance_Call) RunAndReturn ¶
func (_c *Client_GetInstance_Call) RunAndReturn(run func(context.Context, *servicediscovery.GetInstanceInput, ...func(*servicediscovery.Options)) (*servicediscovery.GetInstanceOutput, error)) *Client_GetInstance_Call
type Client_GetInstancesHealthStatus_Call ¶
Client_GetInstancesHealthStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInstancesHealthStatus'
func (*Client_GetInstancesHealthStatus_Call) Return ¶
func (_c *Client_GetInstancesHealthStatus_Call) Return(_a0 *servicediscovery.GetInstancesHealthStatusOutput, _a1 error) *Client_GetInstancesHealthStatus_Call
func (*Client_GetInstancesHealthStatus_Call) Run ¶
func (_c *Client_GetInstancesHealthStatus_Call) Run(run func(ctx context.Context, params *servicediscovery.GetInstancesHealthStatusInput, optFns ...func(*servicediscovery.Options))) *Client_GetInstancesHealthStatus_Call
func (*Client_GetInstancesHealthStatus_Call) RunAndReturn ¶
func (_c *Client_GetInstancesHealthStatus_Call) RunAndReturn(run func(context.Context, *servicediscovery.GetInstancesHealthStatusInput, ...func(*servicediscovery.Options)) (*servicediscovery.GetInstancesHealthStatusOutput, error)) *Client_GetInstancesHealthStatus_Call
type Client_GetNamespace_Call ¶
Client_GetNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespace'
func (*Client_GetNamespace_Call) Return ¶
func (_c *Client_GetNamespace_Call) Return(_a0 *servicediscovery.GetNamespaceOutput, _a1 error) *Client_GetNamespace_Call
func (*Client_GetNamespace_Call) Run ¶
func (_c *Client_GetNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.GetNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_GetNamespace_Call
func (*Client_GetNamespace_Call) RunAndReturn ¶
func (_c *Client_GetNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.GetNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.GetNamespaceOutput, error)) *Client_GetNamespace_Call
type Client_GetOperation_Call ¶
Client_GetOperation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOperation'
func (*Client_GetOperation_Call) Return ¶
func (_c *Client_GetOperation_Call) Return(_a0 *servicediscovery.GetOperationOutput, _a1 error) *Client_GetOperation_Call
func (*Client_GetOperation_Call) Run ¶
func (_c *Client_GetOperation_Call) Run(run func(ctx context.Context, params *servicediscovery.GetOperationInput, optFns ...func(*servicediscovery.Options))) *Client_GetOperation_Call
func (*Client_GetOperation_Call) RunAndReturn ¶
func (_c *Client_GetOperation_Call) RunAndReturn(run func(context.Context, *servicediscovery.GetOperationInput, ...func(*servicediscovery.Options)) (*servicediscovery.GetOperationOutput, error)) *Client_GetOperation_Call
type Client_GetService_Call ¶
Client_GetService_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetService'
func (*Client_GetService_Call) Return ¶
func (_c *Client_GetService_Call) Return(_a0 *servicediscovery.GetServiceOutput, _a1 error) *Client_GetService_Call
func (*Client_GetService_Call) Run ¶
func (_c *Client_GetService_Call) Run(run func(ctx context.Context, params *servicediscovery.GetServiceInput, optFns ...func(*servicediscovery.Options))) *Client_GetService_Call
func (*Client_GetService_Call) RunAndReturn ¶
func (_c *Client_GetService_Call) RunAndReturn(run func(context.Context, *servicediscovery.GetServiceInput, ...func(*servicediscovery.Options)) (*servicediscovery.GetServiceOutput, error)) *Client_GetService_Call
type Client_ListInstances_Call ¶
Client_ListInstances_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstances'
func (*Client_ListInstances_Call) Return ¶
func (_c *Client_ListInstances_Call) Return(_a0 *servicediscovery.ListInstancesOutput, _a1 error) *Client_ListInstances_Call
func (*Client_ListInstances_Call) Run ¶
func (_c *Client_ListInstances_Call) Run(run func(ctx context.Context, params *servicediscovery.ListInstancesInput, optFns ...func(*servicediscovery.Options))) *Client_ListInstances_Call
func (*Client_ListInstances_Call) RunAndReturn ¶
func (_c *Client_ListInstances_Call) RunAndReturn(run func(context.Context, *servicediscovery.ListInstancesInput, ...func(*servicediscovery.Options)) (*servicediscovery.ListInstancesOutput, error)) *Client_ListInstances_Call
type Client_ListNamespaces_Call ¶
Client_ListNamespaces_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespaces'
func (*Client_ListNamespaces_Call) Return ¶
func (_c *Client_ListNamespaces_Call) Return(_a0 *servicediscovery.ListNamespacesOutput, _a1 error) *Client_ListNamespaces_Call
func (*Client_ListNamespaces_Call) Run ¶
func (_c *Client_ListNamespaces_Call) Run(run func(ctx context.Context, params *servicediscovery.ListNamespacesInput, optFns ...func(*servicediscovery.Options))) *Client_ListNamespaces_Call
func (*Client_ListNamespaces_Call) RunAndReturn ¶
func (_c *Client_ListNamespaces_Call) RunAndReturn(run func(context.Context, *servicediscovery.ListNamespacesInput, ...func(*servicediscovery.Options)) (*servicediscovery.ListNamespacesOutput, error)) *Client_ListNamespaces_Call
type Client_ListOperations_Call ¶
Client_ListOperations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOperations'
func (*Client_ListOperations_Call) Return ¶
func (_c *Client_ListOperations_Call) Return(_a0 *servicediscovery.ListOperationsOutput, _a1 error) *Client_ListOperations_Call
func (*Client_ListOperations_Call) Run ¶
func (_c *Client_ListOperations_Call) Run(run func(ctx context.Context, params *servicediscovery.ListOperationsInput, optFns ...func(*servicediscovery.Options))) *Client_ListOperations_Call
func (*Client_ListOperations_Call) RunAndReturn ¶
func (_c *Client_ListOperations_Call) RunAndReturn(run func(context.Context, *servicediscovery.ListOperationsInput, ...func(*servicediscovery.Options)) (*servicediscovery.ListOperationsOutput, error)) *Client_ListOperations_Call
type Client_ListServices_Call ¶
Client_ListServices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServices'
func (*Client_ListServices_Call) Return ¶
func (_c *Client_ListServices_Call) Return(_a0 *servicediscovery.ListServicesOutput, _a1 error) *Client_ListServices_Call
func (*Client_ListServices_Call) Run ¶
func (_c *Client_ListServices_Call) Run(run func(ctx context.Context, params *servicediscovery.ListServicesInput, optFns ...func(*servicediscovery.Options))) *Client_ListServices_Call
func (*Client_ListServices_Call) RunAndReturn ¶
func (_c *Client_ListServices_Call) RunAndReturn(run func(context.Context, *servicediscovery.ListServicesInput, ...func(*servicediscovery.Options)) (*servicediscovery.ListServicesOutput, error)) *Client_ListServices_Call
type Client_ListTagsForResource_Call ¶
Client_ListTagsForResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForResource'
func (*Client_ListTagsForResource_Call) Return ¶
func (_c *Client_ListTagsForResource_Call) Return(_a0 *servicediscovery.ListTagsForResourceOutput, _a1 error) *Client_ListTagsForResource_Call
func (*Client_ListTagsForResource_Call) Run ¶
func (_c *Client_ListTagsForResource_Call) Run(run func(ctx context.Context, params *servicediscovery.ListTagsForResourceInput, optFns ...func(*servicediscovery.Options))) *Client_ListTagsForResource_Call
func (*Client_ListTagsForResource_Call) RunAndReturn ¶
func (_c *Client_ListTagsForResource_Call) RunAndReturn(run func(context.Context, *servicediscovery.ListTagsForResourceInput, ...func(*servicediscovery.Options)) (*servicediscovery.ListTagsForResourceOutput, error)) *Client_ListTagsForResource_Call
type Client_RegisterInstance_Call ¶
Client_RegisterInstance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RegisterInstance'
func (*Client_RegisterInstance_Call) Return ¶
func (_c *Client_RegisterInstance_Call) Return(_a0 *servicediscovery.RegisterInstanceOutput, _a1 error) *Client_RegisterInstance_Call
func (*Client_RegisterInstance_Call) Run ¶
func (_c *Client_RegisterInstance_Call) Run(run func(ctx context.Context, params *servicediscovery.RegisterInstanceInput, optFns ...func(*servicediscovery.Options))) *Client_RegisterInstance_Call
func (*Client_RegisterInstance_Call) RunAndReturn ¶
func (_c *Client_RegisterInstance_Call) RunAndReturn(run func(context.Context, *servicediscovery.RegisterInstanceInput, ...func(*servicediscovery.Options)) (*servicediscovery.RegisterInstanceOutput, error)) *Client_RegisterInstance_Call
type Client_TagResource_Call ¶
Client_TagResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagResource'
func (*Client_TagResource_Call) Return ¶
func (_c *Client_TagResource_Call) Return(_a0 *servicediscovery.TagResourceOutput, _a1 error) *Client_TagResource_Call
func (*Client_TagResource_Call) Run ¶
func (_c *Client_TagResource_Call) Run(run func(ctx context.Context, params *servicediscovery.TagResourceInput, optFns ...func(*servicediscovery.Options))) *Client_TagResource_Call
func (*Client_TagResource_Call) RunAndReturn ¶
func (_c *Client_TagResource_Call) RunAndReturn(run func(context.Context, *servicediscovery.TagResourceInput, ...func(*servicediscovery.Options)) (*servicediscovery.TagResourceOutput, error)) *Client_TagResource_Call
type Client_UntagResource_Call ¶
Client_UntagResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagResource'
func (*Client_UntagResource_Call) Return ¶
func (_c *Client_UntagResource_Call) Return(_a0 *servicediscovery.UntagResourceOutput, _a1 error) *Client_UntagResource_Call
func (*Client_UntagResource_Call) Run ¶
func (_c *Client_UntagResource_Call) Run(run func(ctx context.Context, params *servicediscovery.UntagResourceInput, optFns ...func(*servicediscovery.Options))) *Client_UntagResource_Call
func (*Client_UntagResource_Call) RunAndReturn ¶
func (_c *Client_UntagResource_Call) RunAndReturn(run func(context.Context, *servicediscovery.UntagResourceInput, ...func(*servicediscovery.Options)) (*servicediscovery.UntagResourceOutput, error)) *Client_UntagResource_Call
type Client_UpdateHttpNamespace_Call ¶
Client_UpdateHttpNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateHttpNamespace'
func (*Client_UpdateHttpNamespace_Call) Return ¶
func (_c *Client_UpdateHttpNamespace_Call) Return(_a0 *servicediscovery.UpdateHttpNamespaceOutput, _a1 error) *Client_UpdateHttpNamespace_Call
func (*Client_UpdateHttpNamespace_Call) Run ¶
func (_c *Client_UpdateHttpNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.UpdateHttpNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_UpdateHttpNamespace_Call
func (*Client_UpdateHttpNamespace_Call) RunAndReturn ¶
func (_c *Client_UpdateHttpNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.UpdateHttpNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.UpdateHttpNamespaceOutput, error)) *Client_UpdateHttpNamespace_Call
type Client_UpdateInstanceCustomHealthStatus_Call ¶
Client_UpdateInstanceCustomHealthStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateInstanceCustomHealthStatus'
func (*Client_UpdateInstanceCustomHealthStatus_Call) Run ¶
func (_c *Client_UpdateInstanceCustomHealthStatus_Call) Run(run func(ctx context.Context, params *servicediscovery.UpdateInstanceCustomHealthStatusInput, optFns ...func(*servicediscovery.Options))) *Client_UpdateInstanceCustomHealthStatus_Call
func (*Client_UpdateInstanceCustomHealthStatus_Call) RunAndReturn ¶
func (_c *Client_UpdateInstanceCustomHealthStatus_Call) RunAndReturn(run func(context.Context, *servicediscovery.UpdateInstanceCustomHealthStatusInput, ...func(*servicediscovery.Options)) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)) *Client_UpdateInstanceCustomHealthStatus_Call
type Client_UpdatePrivateDnsNamespace_Call ¶
Client_UpdatePrivateDnsNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdatePrivateDnsNamespace'
func (*Client_UpdatePrivateDnsNamespace_Call) Return ¶
func (_c *Client_UpdatePrivateDnsNamespace_Call) Return(_a0 *servicediscovery.UpdatePrivateDnsNamespaceOutput, _a1 error) *Client_UpdatePrivateDnsNamespace_Call
func (*Client_UpdatePrivateDnsNamespace_Call) Run ¶
func (_c *Client_UpdatePrivateDnsNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.UpdatePrivateDnsNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_UpdatePrivateDnsNamespace_Call
func (*Client_UpdatePrivateDnsNamespace_Call) RunAndReturn ¶
func (_c *Client_UpdatePrivateDnsNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.UpdatePrivateDnsNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.UpdatePrivateDnsNamespaceOutput, error)) *Client_UpdatePrivateDnsNamespace_Call
type Client_UpdatePublicDnsNamespace_Call ¶
Client_UpdatePublicDnsNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdatePublicDnsNamespace'
func (*Client_UpdatePublicDnsNamespace_Call) Return ¶
func (_c *Client_UpdatePublicDnsNamespace_Call) Return(_a0 *servicediscovery.UpdatePublicDnsNamespaceOutput, _a1 error) *Client_UpdatePublicDnsNamespace_Call
func (*Client_UpdatePublicDnsNamespace_Call) Run ¶
func (_c *Client_UpdatePublicDnsNamespace_Call) Run(run func(ctx context.Context, params *servicediscovery.UpdatePublicDnsNamespaceInput, optFns ...func(*servicediscovery.Options))) *Client_UpdatePublicDnsNamespace_Call
func (*Client_UpdatePublicDnsNamespace_Call) RunAndReturn ¶
func (_c *Client_UpdatePublicDnsNamespace_Call) RunAndReturn(run func(context.Context, *servicediscovery.UpdatePublicDnsNamespaceInput, ...func(*servicediscovery.Options)) (*servicediscovery.UpdatePublicDnsNamespaceOutput, error)) *Client_UpdatePublicDnsNamespace_Call
type Client_UpdateService_Call ¶
Client_UpdateService_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateService'
func (*Client_UpdateService_Call) Return ¶
func (_c *Client_UpdateService_Call) Return(_a0 *servicediscovery.UpdateServiceOutput, _a1 error) *Client_UpdateService_Call
func (*Client_UpdateService_Call) Run ¶
func (_c *Client_UpdateService_Call) Run(run func(ctx context.Context, params *servicediscovery.UpdateServiceInput, optFns ...func(*servicediscovery.Options))) *Client_UpdateService_Call
func (*Client_UpdateService_Call) RunAndReturn ¶
func (_c *Client_UpdateService_Call) RunAndReturn(run func(context.Context, *servicediscovery.UpdateServiceInput, ...func(*servicediscovery.Options)) (*servicediscovery.UpdateServiceOutput, error)) *Client_UpdateService_Call