Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) ClearPermissionsIn(arg1 string, arg2 string) (*http.Response, error)
- func (fake *FakeClient) ClearPermissionsInArgsForCall(i int) (string, string)
- func (fake *FakeClient) ClearPermissionsInCallCount() int
- func (fake *FakeClient) ClearPermissionsInCalls(stub func(string, string) (*http.Response, error))
- func (fake *FakeClient) ClearPermissionsInReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) ClearPermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareBinding(arg1 string, arg2 rabbithole.BindingInfo) (*http.Response, error)
- func (fake *FakeClient) DeclareBindingArgsForCall(i int) (string, rabbithole.BindingInfo)
- func (fake *FakeClient) DeclareBindingCallCount() int
- func (fake *FakeClient) DeclareBindingCalls(stub func(string, rabbithole.BindingInfo) (*http.Response, error))
- func (fake *FakeClient) DeclareBindingReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareBindingReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareExchange(arg1 string, arg2 string, arg3 rabbithole.ExchangeSettings) (*http.Response, error)
- func (fake *FakeClient) DeclareExchangeArgsForCall(i int) (string, string, rabbithole.ExchangeSettings)
- func (fake *FakeClient) DeclareExchangeCallCount() int
- func (fake *FakeClient) DeclareExchangeCalls(stub func(string, string, rabbithole.ExchangeSettings) (*http.Response, error))
- func (fake *FakeClient) DeclareExchangeReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareExchangeReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareQueue(arg1 string, arg2 string, arg3 rabbithole.QueueSettings) (*http.Response, error)
- func (fake *FakeClient) DeclareQueueArgsForCall(i int) (string, string, rabbithole.QueueSettings)
- func (fake *FakeClient) DeclareQueueCallCount() int
- func (fake *FakeClient) DeclareQueueCalls(stub func(string, string, rabbithole.QueueSettings) (*http.Response, error))
- func (fake *FakeClient) DeclareQueueReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareQueueReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareShovel(arg1 string, arg2 string, arg3 rabbithole.ShovelDefinition) (*http.Response, error)
- func (fake *FakeClient) DeclareShovelArgsForCall(i int) (string, string, rabbithole.ShovelDefinition)
- func (fake *FakeClient) DeclareShovelCallCount() int
- func (fake *FakeClient) DeclareShovelCalls(stub func(string, string, rabbithole.ShovelDefinition) (*http.Response, error))
- func (fake *FakeClient) DeclareShovelReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeclareShovelReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteBinding(arg1 string, arg2 rabbithole.BindingInfo) (*http.Response, error)
- func (fake *FakeClient) DeleteBindingArgsForCall(i int) (string, rabbithole.BindingInfo)
- func (fake *FakeClient) DeleteBindingCallCount() int
- func (fake *FakeClient) DeleteBindingCalls(stub func(string, rabbithole.BindingInfo) (*http.Response, error))
- func (fake *FakeClient) DeleteBindingReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteBindingReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteExchange(arg1 string, arg2 string) (*http.Response, error)
- func (fake *FakeClient) DeleteExchangeArgsForCall(i int) (string, string)
- func (fake *FakeClient) DeleteExchangeCallCount() int
- func (fake *FakeClient) DeleteExchangeCalls(stub func(string, string) (*http.Response, error))
- func (fake *FakeClient) DeleteExchangeReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteExchangeReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteFederationUpstream(arg1 string, arg2 string) (*http.Response, error)
- func (fake *FakeClient) DeleteFederationUpstreamArgsForCall(i int) (string, string)
- func (fake *FakeClient) DeleteFederationUpstreamCallCount() int
- func (fake *FakeClient) DeleteFederationUpstreamCalls(stub func(string, string) (*http.Response, error))
- func (fake *FakeClient) DeleteFederationUpstreamReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteFederationUpstreamReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteGlobalParameter(arg1 string) (*http.Response, error)
- func (fake *FakeClient) DeleteGlobalParameterArgsForCall(i int) string
- func (fake *FakeClient) DeleteGlobalParameterCallCount() int
- func (fake *FakeClient) DeleteGlobalParameterCalls(stub func(string) (*http.Response, error))
- func (fake *FakeClient) DeleteGlobalParameterReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteGlobalParameterReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteOperatorPolicy(arg1 string, arg2 string) (*http.Response, error)
- func (fake *FakeClient) DeleteOperatorPolicyArgsForCall(i int) (string, string)
- func (fake *FakeClient) DeleteOperatorPolicyCallCount() int
- func (fake *FakeClient) DeleteOperatorPolicyCalls(stub func(string, string) (*http.Response, error))
- func (fake *FakeClient) DeleteOperatorPolicyReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteOperatorPolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeletePolicy(arg1 string, arg2 string) (*http.Response, error)
- func (fake *FakeClient) DeletePolicyArgsForCall(i int) (string, string)
- func (fake *FakeClient) DeletePolicyCallCount() int
- func (fake *FakeClient) DeletePolicyCalls(stub func(string, string) (*http.Response, error))
- func (fake *FakeClient) DeletePolicyReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeletePolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteQueue(arg1 string, arg2 string, arg3 ...rabbithole.QueueDeleteOptions) (*http.Response, error)
- func (fake *FakeClient) DeleteQueueArgsForCall(i int) (string, string, []rabbithole.QueueDeleteOptions)
- func (fake *FakeClient) DeleteQueueCallCount() int
- func (fake *FakeClient) DeleteQueueCalls(...)
- func (fake *FakeClient) DeleteQueueReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteQueueReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteShovel(arg1 string, arg2 string) (*http.Response, error)
- func (fake *FakeClient) DeleteShovelArgsForCall(i int) (string, string)
- func (fake *FakeClient) DeleteShovelCallCount() int
- func (fake *FakeClient) DeleteShovelCalls(stub func(string, string) (*http.Response, error))
- func (fake *FakeClient) DeleteShovelReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteShovelReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteTopicPermissionsIn(arg1 string, arg2 string, arg3 string) (*http.Response, error)
- func (fake *FakeClient) DeleteTopicPermissionsInArgsForCall(i int) (string, string, string)
- func (fake *FakeClient) DeleteTopicPermissionsInCallCount() int
- func (fake *FakeClient) DeleteTopicPermissionsInCalls(stub func(string, string, string) (*http.Response, error))
- func (fake *FakeClient) DeleteTopicPermissionsInReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteTopicPermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteUser(arg1 string) (*http.Response, error)
- func (fake *FakeClient) DeleteUserArgsForCall(i int) string
- func (fake *FakeClient) DeleteUserCallCount() int
- func (fake *FakeClient) DeleteUserCalls(stub func(string) (*http.Response, error))
- func (fake *FakeClient) DeleteUserLimits(arg1 string, arg2 rabbithole.UserLimits) (*http.Response, error)
- func (fake *FakeClient) DeleteUserLimitsArgsForCall(i int) (string, rabbithole.UserLimits)
- func (fake *FakeClient) DeleteUserLimitsCallCount() int
- func (fake *FakeClient) DeleteUserLimitsCalls(stub func(string, rabbithole.UserLimits) (*http.Response, error))
- func (fake *FakeClient) DeleteUserLimitsReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteUserLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteUserReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteUserReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteVhost(arg1 string) (*http.Response, error)
- func (fake *FakeClient) DeleteVhostArgsForCall(i int) string
- func (fake *FakeClient) DeleteVhostCallCount() int
- func (fake *FakeClient) DeleteVhostCalls(stub func(string) (*http.Response, error))
- func (fake *FakeClient) DeleteVhostLimits(arg1 string, arg2 rabbithole.VhostLimits) (*http.Response, error)
- func (fake *FakeClient) DeleteVhostLimitsArgsForCall(i int) (string, rabbithole.VhostLimits)
- func (fake *FakeClient) DeleteVhostLimitsCallCount() int
- func (fake *FakeClient) DeleteVhostLimitsCalls(stub func(string, rabbithole.VhostLimits) (*http.Response, error))
- func (fake *FakeClient) DeleteVhostLimitsReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteVhostLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteVhostReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) DeleteVhostReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) GetQueue(arg1 string, arg2 string) (*rabbithole.DetailedQueueInfo, error)
- func (fake *FakeClient) GetQueueArgsForCall(i int) (string, string)
- func (fake *FakeClient) GetQueueCallCount() int
- func (fake *FakeClient) GetQueueCalls(stub func(string, string) (*rabbithole.DetailedQueueInfo, error))
- func (fake *FakeClient) GetQueueReturns(result1 *rabbithole.DetailedQueueInfo, result2 error)
- func (fake *FakeClient) GetQueueReturnsOnCall(i int, result1 *rabbithole.DetailedQueueInfo, result2 error)
- func (fake *FakeClient) GetUserLimits(arg1 string) ([]rabbithole.UserLimitsInfo, error)
- func (fake *FakeClient) GetUserLimitsArgsForCall(i int) string
- func (fake *FakeClient) GetUserLimitsCallCount() int
- func (fake *FakeClient) GetUserLimitsCalls(stub func(string) ([]rabbithole.UserLimitsInfo, error))
- func (fake *FakeClient) GetUserLimitsReturns(result1 []rabbithole.UserLimitsInfo, result2 error)
- func (fake *FakeClient) GetUserLimitsReturnsOnCall(i int, result1 []rabbithole.UserLimitsInfo, result2 error)
- func (fake *FakeClient) GetVhost(arg1 string) (*rabbithole.VhostInfo, error)
- func (fake *FakeClient) GetVhostArgsForCall(i int) string
- func (fake *FakeClient) GetVhostCallCount() int
- func (fake *FakeClient) GetVhostCalls(stub func(string) (*rabbithole.VhostInfo, error))
- func (fake *FakeClient) GetVhostLimits(arg1 string) ([]rabbithole.VhostLimitsInfo, error)
- func (fake *FakeClient) GetVhostLimitsArgsForCall(i int) string
- func (fake *FakeClient) GetVhostLimitsCallCount() int
- func (fake *FakeClient) GetVhostLimitsCalls(stub func(string) ([]rabbithole.VhostLimitsInfo, error))
- func (fake *FakeClient) GetVhostLimitsReturns(result1 []rabbithole.VhostLimitsInfo, result2 error)
- func (fake *FakeClient) GetVhostLimitsReturnsOnCall(i int, result1 []rabbithole.VhostLimitsInfo, result2 error)
- func (fake *FakeClient) GetVhostReturns(result1 *rabbithole.VhostInfo, result2 error)
- func (fake *FakeClient) GetVhostReturnsOnCall(i int, result1 *rabbithole.VhostInfo, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- func (fake *FakeClient) ListExchangeBindingsBetween(arg1 string, arg2 string, arg3 string) ([]rabbithole.BindingInfo, error)
- func (fake *FakeClient) ListExchangeBindingsBetweenArgsForCall(i int) (string, string, string)
- func (fake *FakeClient) ListExchangeBindingsBetweenCallCount() int
- func (fake *FakeClient) ListExchangeBindingsBetweenCalls(stub func(string, string, string) ([]rabbithole.BindingInfo, error))
- func (fake *FakeClient) ListExchangeBindingsBetweenReturns(result1 []rabbithole.BindingInfo, result2 error)
- func (fake *FakeClient) ListExchangeBindingsBetweenReturnsOnCall(i int, result1 []rabbithole.BindingInfo, result2 error)
- func (fake *FakeClient) ListQueueBindingsBetween(arg1 string, arg2 string, arg3 string) ([]rabbithole.BindingInfo, error)
- func (fake *FakeClient) ListQueueBindingsBetweenArgsForCall(i int) (string, string, string)
- func (fake *FakeClient) ListQueueBindingsBetweenCallCount() int
- func (fake *FakeClient) ListQueueBindingsBetweenCalls(stub func(string, string, string) ([]rabbithole.BindingInfo, error))
- func (fake *FakeClient) ListQueueBindingsBetweenReturns(result1 []rabbithole.BindingInfo, result2 error)
- func (fake *FakeClient) ListQueueBindingsBetweenReturnsOnCall(i int, result1 []rabbithole.BindingInfo, result2 error)
- func (fake *FakeClient) PutFederationUpstream(arg1 string, arg2 string, arg3 rabbithole.FederationDefinition) (*http.Response, error)
- func (fake *FakeClient) PutFederationUpstreamArgsForCall(i int) (string, string, rabbithole.FederationDefinition)
- func (fake *FakeClient) PutFederationUpstreamCallCount() int
- func (fake *FakeClient) PutFederationUpstreamCalls(...)
- func (fake *FakeClient) PutFederationUpstreamReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutFederationUpstreamReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutGlobalParameter(arg1 string, arg2 interface{}) (*http.Response, error)
- func (fake *FakeClient) PutGlobalParameterArgsForCall(i int) (string, interface{})
- func (fake *FakeClient) PutGlobalParameterCallCount() int
- func (fake *FakeClient) PutGlobalParameterCalls(stub func(string, interface{}) (*http.Response, error))
- func (fake *FakeClient) PutGlobalParameterReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutGlobalParameterReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutOperatorPolicy(arg1 string, arg2 string, arg3 rabbithole.OperatorPolicy) (*http.Response, error)
- func (fake *FakeClient) PutOperatorPolicyArgsForCall(i int) (string, string, rabbithole.OperatorPolicy)
- func (fake *FakeClient) PutOperatorPolicyCallCount() int
- func (fake *FakeClient) PutOperatorPolicyCalls(stub func(string, string, rabbithole.OperatorPolicy) (*http.Response, error))
- func (fake *FakeClient) PutOperatorPolicyReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutOperatorPolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutPolicy(arg1 string, arg2 string, arg3 rabbithole.Policy) (*http.Response, error)
- func (fake *FakeClient) PutPolicyArgsForCall(i int) (string, string, rabbithole.Policy)
- func (fake *FakeClient) PutPolicyCallCount() int
- func (fake *FakeClient) PutPolicyCalls(stub func(string, string, rabbithole.Policy) (*http.Response, error))
- func (fake *FakeClient) PutPolicyReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutPolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutUser(arg1 string, arg2 rabbithole.UserSettings) (*http.Response, error)
- func (fake *FakeClient) PutUserArgsForCall(i int) (string, rabbithole.UserSettings)
- func (fake *FakeClient) PutUserCallCount() int
- func (fake *FakeClient) PutUserCalls(stub func(string, rabbithole.UserSettings) (*http.Response, error))
- func (fake *FakeClient) PutUserLimits(arg1 string, arg2 rabbithole.UserLimitsValues) (*http.Response, error)
- func (fake *FakeClient) PutUserLimitsArgsForCall(i int) (string, rabbithole.UserLimitsValues)
- func (fake *FakeClient) PutUserLimitsCallCount() int
- func (fake *FakeClient) PutUserLimitsCalls(stub func(string, rabbithole.UserLimitsValues) (*http.Response, error))
- func (fake *FakeClient) PutUserLimitsReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutUserLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutUserReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutUserReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutVhost(arg1 string, arg2 rabbithole.VhostSettings) (*http.Response, error)
- func (fake *FakeClient) PutVhostArgsForCall(i int) (string, rabbithole.VhostSettings)
- func (fake *FakeClient) PutVhostCallCount() int
- func (fake *FakeClient) PutVhostCalls(stub func(string, rabbithole.VhostSettings) (*http.Response, error))
- func (fake *FakeClient) PutVhostLimits(arg1 string, arg2 rabbithole.VhostLimitsValues) (*http.Response, error)
- func (fake *FakeClient) PutVhostLimitsArgsForCall(i int) (string, rabbithole.VhostLimitsValues)
- func (fake *FakeClient) PutVhostLimitsCallCount() int
- func (fake *FakeClient) PutVhostLimitsCalls(stub func(string, rabbithole.VhostLimitsValues) (*http.Response, error))
- func (fake *FakeClient) PutVhostLimitsReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutVhostLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) PutVhostReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) PutVhostReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) UpdatePermissionsIn(arg1 string, arg2 string, arg3 rabbithole.Permissions) (*http.Response, error)
- func (fake *FakeClient) UpdatePermissionsInArgsForCall(i int) (string, string, rabbithole.Permissions)
- func (fake *FakeClient) UpdatePermissionsInCallCount() int
- func (fake *FakeClient) UpdatePermissionsInCalls(stub func(string, string, rabbithole.Permissions) (*http.Response, error))
- func (fake *FakeClient) UpdatePermissionsInReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) UpdatePermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeClient) UpdateTopicPermissionsIn(arg1 string, arg2 string, arg3 rabbithole.TopicPermissions) (*http.Response, error)
- func (fake *FakeClient) UpdateTopicPermissionsInArgsForCall(i int) (string, string, rabbithole.TopicPermissions)
- func (fake *FakeClient) UpdateTopicPermissionsInCallCount() int
- func (fake *FakeClient) UpdateTopicPermissionsInCalls(stub func(string, string, rabbithole.TopicPermissions) (*http.Response, error))
- func (fake *FakeClient) UpdateTopicPermissionsInReturns(result1 *http.Response, result2 error)
- func (fake *FakeClient) UpdateTopicPermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
- type FakeSecretReader
- func (fake *FakeSecretReader) Invocations() map[string][][]interface{}
- func (fake *FakeSecretReader) ReadSecret(arg1 string) (*api.Secret, error)
- func (fake *FakeSecretReader) ReadSecretArgsForCall(i int) string
- func (fake *FakeSecretReader) ReadSecretCallCount() int
- func (fake *FakeSecretReader) ReadSecretCalls(stub func(string) (*api.Secret, error))
- func (fake *FakeSecretReader) ReadSecretReturns(result1 *api.Secret, result2 error)
- func (fake *FakeSecretReader) ReadSecretReturnsOnCall(i int, result1 *api.Secret, result2 error)
- type FakeSecretStoreClient
- func (fake *FakeSecretStoreClient) Invocations() map[string][][]interface{}
- func (fake *FakeSecretStoreClient) ReadCredentials(arg1 string) (string, string, error)
- func (fake *FakeSecretStoreClient) ReadCredentialsArgsForCall(i int) string
- func (fake *FakeSecretStoreClient) ReadCredentialsCallCount() int
- func (fake *FakeSecretStoreClient) ReadCredentialsCalls(stub func(string) (string, string, error))
- func (fake *FakeSecretStoreClient) ReadCredentialsReturns(result1 string, result2 string, result3 error)
- func (fake *FakeSecretStoreClient) ReadCredentialsReturnsOnCall(i int, result1 string, result2 string, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { ClearPermissionsInStub func(string, string) (*http.Response, error) DeclareBindingStub func(string, rabbithole.BindingInfo) (*http.Response, error) DeclareExchangeStub func(string, string, rabbithole.ExchangeSettings) (*http.Response, error) DeclareQueueStub func(string, string, rabbithole.QueueSettings) (*http.Response, error) DeclareShovelStub func(string, string, rabbithole.ShovelDefinition) (*http.Response, error) DeleteBindingStub func(string, rabbithole.BindingInfo) (*http.Response, error) DeleteExchangeStub func(string, string) (*http.Response, error) DeleteFederationUpstreamStub func(string, string) (*http.Response, error) DeleteGlobalParameterStub func(string) (*http.Response, error) DeleteOperatorPolicyStub func(string, string) (*http.Response, error) DeletePolicyStub func(string, string) (*http.Response, error) DeleteQueueStub func(string, string, ...rabbithole.QueueDeleteOptions) (*http.Response, error) DeleteShovelStub func(string, string) (*http.Response, error) DeleteTopicPermissionsInStub func(string, string, string) (*http.Response, error) DeleteUserStub func(string) (*http.Response, error) DeleteUserLimitsStub func(string, rabbithole.UserLimits) (*http.Response, error) DeleteVhostStub func(string) (*http.Response, error) DeleteVhostLimitsStub func(string, rabbithole.VhostLimits) (*http.Response, error) GetQueueStub func(string, string) (*rabbithole.DetailedQueueInfo, error) GetUserLimitsStub func(string) ([]rabbithole.UserLimitsInfo, error) GetVhostStub func(string) (*rabbithole.VhostInfo, error) GetVhostLimitsStub func(string) ([]rabbithole.VhostLimitsInfo, error) ListExchangeBindingsBetweenStub func(string, string, string) ([]rabbithole.BindingInfo, error) ListQueueBindingsBetweenStub func(string, string, string) ([]rabbithole.BindingInfo, error) PutFederationUpstreamStub func(string, string, rabbithole.FederationDefinition) (*http.Response, error) PutGlobalParameterStub func(string, interface{}) (*http.Response, error) PutOperatorPolicyStub func(string, string, rabbithole.OperatorPolicy) (*http.Response, error) PutPolicyStub func(string, string, rabbithole.Policy) (*http.Response, error) PutUserStub func(string, rabbithole.UserSettings) (*http.Response, error) PutUserLimitsStub func(string, rabbithole.UserLimitsValues) (*http.Response, error) PutVhostStub func(string, rabbithole.VhostSettings) (*http.Response, error) PutVhostLimitsStub func(string, rabbithole.VhostLimitsValues) (*http.Response, error) UpdatePermissionsInStub func(string, string, rabbithole.Permissions) (*http.Response, error) UpdateTopicPermissionsInStub func(string, string, rabbithole.TopicPermissions) (*http.Response, error) // contains filtered or unexported fields }
func (*FakeClient) ClearPermissionsIn ¶
func (*FakeClient) ClearPermissionsInArgsForCall ¶
func (fake *FakeClient) ClearPermissionsInArgsForCall(i int) (string, string)
func (*FakeClient) ClearPermissionsInCallCount ¶
func (fake *FakeClient) ClearPermissionsInCallCount() int
func (*FakeClient) ClearPermissionsInCalls ¶
func (*FakeClient) ClearPermissionsInReturns ¶
func (fake *FakeClient) ClearPermissionsInReturns(result1 *http.Response, result2 error)
func (*FakeClient) ClearPermissionsInReturnsOnCall ¶
func (fake *FakeClient) ClearPermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeclareBinding ¶
func (fake *FakeClient) DeclareBinding(arg1 string, arg2 rabbithole.BindingInfo) (*http.Response, error)
func (*FakeClient) DeclareBindingArgsForCall ¶
func (fake *FakeClient) DeclareBindingArgsForCall(i int) (string, rabbithole.BindingInfo)
func (*FakeClient) DeclareBindingCallCount ¶
func (fake *FakeClient) DeclareBindingCallCount() int
func (*FakeClient) DeclareBindingCalls ¶
func (fake *FakeClient) DeclareBindingCalls(stub func(string, rabbithole.BindingInfo) (*http.Response, error))
func (*FakeClient) DeclareBindingReturns ¶
func (fake *FakeClient) DeclareBindingReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeclareBindingReturnsOnCall ¶
func (fake *FakeClient) DeclareBindingReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeclareExchange ¶
func (fake *FakeClient) DeclareExchange(arg1 string, arg2 string, arg3 rabbithole.ExchangeSettings) (*http.Response, error)
func (*FakeClient) DeclareExchangeArgsForCall ¶
func (fake *FakeClient) DeclareExchangeArgsForCall(i int) (string, string, rabbithole.ExchangeSettings)
func (*FakeClient) DeclareExchangeCallCount ¶
func (fake *FakeClient) DeclareExchangeCallCount() int
func (*FakeClient) DeclareExchangeCalls ¶
func (fake *FakeClient) DeclareExchangeCalls(stub func(string, string, rabbithole.ExchangeSettings) (*http.Response, error))
func (*FakeClient) DeclareExchangeReturns ¶
func (fake *FakeClient) DeclareExchangeReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeclareExchangeReturnsOnCall ¶
func (fake *FakeClient) DeclareExchangeReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeclareQueue ¶
func (fake *FakeClient) DeclareQueue(arg1 string, arg2 string, arg3 rabbithole.QueueSettings) (*http.Response, error)
func (*FakeClient) DeclareQueueArgsForCall ¶
func (fake *FakeClient) DeclareQueueArgsForCall(i int) (string, string, rabbithole.QueueSettings)
func (*FakeClient) DeclareQueueCallCount ¶
func (fake *FakeClient) DeclareQueueCallCount() int
func (*FakeClient) DeclareQueueCalls ¶
func (fake *FakeClient) DeclareQueueCalls(stub func(string, string, rabbithole.QueueSettings) (*http.Response, error))
func (*FakeClient) DeclareQueueReturns ¶
func (fake *FakeClient) DeclareQueueReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeclareQueueReturnsOnCall ¶
func (fake *FakeClient) DeclareQueueReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeclareShovel ¶
func (fake *FakeClient) DeclareShovel(arg1 string, arg2 string, arg3 rabbithole.ShovelDefinition) (*http.Response, error)
func (*FakeClient) DeclareShovelArgsForCall ¶
func (fake *FakeClient) DeclareShovelArgsForCall(i int) (string, string, rabbithole.ShovelDefinition)
func (*FakeClient) DeclareShovelCallCount ¶
func (fake *FakeClient) DeclareShovelCallCount() int
func (*FakeClient) DeclareShovelCalls ¶
func (fake *FakeClient) DeclareShovelCalls(stub func(string, string, rabbithole.ShovelDefinition) (*http.Response, error))
func (*FakeClient) DeclareShovelReturns ¶
func (fake *FakeClient) DeclareShovelReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeclareShovelReturnsOnCall ¶
func (fake *FakeClient) DeclareShovelReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteBinding ¶
func (fake *FakeClient) DeleteBinding(arg1 string, arg2 rabbithole.BindingInfo) (*http.Response, error)
func (*FakeClient) DeleteBindingArgsForCall ¶
func (fake *FakeClient) DeleteBindingArgsForCall(i int) (string, rabbithole.BindingInfo)
func (*FakeClient) DeleteBindingCallCount ¶
func (fake *FakeClient) DeleteBindingCallCount() int
func (*FakeClient) DeleteBindingCalls ¶
func (fake *FakeClient) DeleteBindingCalls(stub func(string, rabbithole.BindingInfo) (*http.Response, error))
func (*FakeClient) DeleteBindingReturns ¶
func (fake *FakeClient) DeleteBindingReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteBindingReturnsOnCall ¶
func (fake *FakeClient) DeleteBindingReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteExchange ¶
func (*FakeClient) DeleteExchangeArgsForCall ¶
func (fake *FakeClient) DeleteExchangeArgsForCall(i int) (string, string)
func (*FakeClient) DeleteExchangeCallCount ¶
func (fake *FakeClient) DeleteExchangeCallCount() int
func (*FakeClient) DeleteExchangeCalls ¶
func (*FakeClient) DeleteExchangeReturns ¶
func (fake *FakeClient) DeleteExchangeReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteExchangeReturnsOnCall ¶
func (fake *FakeClient) DeleteExchangeReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteFederationUpstream ¶
func (*FakeClient) DeleteFederationUpstreamArgsForCall ¶
func (fake *FakeClient) DeleteFederationUpstreamArgsForCall(i int) (string, string)
func (*FakeClient) DeleteFederationUpstreamCallCount ¶
func (fake *FakeClient) DeleteFederationUpstreamCallCount() int
func (*FakeClient) DeleteFederationUpstreamCalls ¶
func (*FakeClient) DeleteFederationUpstreamReturns ¶
func (fake *FakeClient) DeleteFederationUpstreamReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteFederationUpstreamReturnsOnCall ¶
func (fake *FakeClient) DeleteFederationUpstreamReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteGlobalParameter ¶
func (fake *FakeClient) DeleteGlobalParameter(arg1 string) (*http.Response, error)
func (*FakeClient) DeleteGlobalParameterArgsForCall ¶
func (fake *FakeClient) DeleteGlobalParameterArgsForCall(i int) string
func (*FakeClient) DeleteGlobalParameterCallCount ¶
func (fake *FakeClient) DeleteGlobalParameterCallCount() int
func (*FakeClient) DeleteGlobalParameterCalls ¶
func (fake *FakeClient) DeleteGlobalParameterCalls(stub func(string) (*http.Response, error))
func (*FakeClient) DeleteGlobalParameterReturns ¶
func (fake *FakeClient) DeleteGlobalParameterReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteGlobalParameterReturnsOnCall ¶
func (fake *FakeClient) DeleteGlobalParameterReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteOperatorPolicy ¶
func (*FakeClient) DeleteOperatorPolicyArgsForCall ¶
func (fake *FakeClient) DeleteOperatorPolicyArgsForCall(i int) (string, string)
func (*FakeClient) DeleteOperatorPolicyCallCount ¶
func (fake *FakeClient) DeleteOperatorPolicyCallCount() int
func (*FakeClient) DeleteOperatorPolicyCalls ¶
func (*FakeClient) DeleteOperatorPolicyReturns ¶
func (fake *FakeClient) DeleteOperatorPolicyReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteOperatorPolicyReturnsOnCall ¶
func (fake *FakeClient) DeleteOperatorPolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeletePolicy ¶
func (*FakeClient) DeletePolicyArgsForCall ¶
func (fake *FakeClient) DeletePolicyArgsForCall(i int) (string, string)
func (*FakeClient) DeletePolicyCallCount ¶
func (fake *FakeClient) DeletePolicyCallCount() int
func (*FakeClient) DeletePolicyCalls ¶
func (*FakeClient) DeletePolicyReturns ¶
func (fake *FakeClient) DeletePolicyReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeletePolicyReturnsOnCall ¶
func (fake *FakeClient) DeletePolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteQueue ¶
func (fake *FakeClient) DeleteQueue(arg1 string, arg2 string, arg3 ...rabbithole.QueueDeleteOptions) (*http.Response, error)
func (*FakeClient) DeleteQueueArgsForCall ¶
func (fake *FakeClient) DeleteQueueArgsForCall(i int) (string, string, []rabbithole.QueueDeleteOptions)
func (*FakeClient) DeleteQueueCallCount ¶
func (fake *FakeClient) DeleteQueueCallCount() int
func (*FakeClient) DeleteQueueCalls ¶
func (fake *FakeClient) DeleteQueueCalls(stub func(string, string, ...rabbithole.QueueDeleteOptions) (*http.Response, error))
func (*FakeClient) DeleteQueueReturns ¶
func (fake *FakeClient) DeleteQueueReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteQueueReturnsOnCall ¶
func (fake *FakeClient) DeleteQueueReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteShovel ¶
func (*FakeClient) DeleteShovelArgsForCall ¶
func (fake *FakeClient) DeleteShovelArgsForCall(i int) (string, string)
func (*FakeClient) DeleteShovelCallCount ¶
func (fake *FakeClient) DeleteShovelCallCount() int
func (*FakeClient) DeleteShovelCalls ¶
func (*FakeClient) DeleteShovelReturns ¶
func (fake *FakeClient) DeleteShovelReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteShovelReturnsOnCall ¶
func (fake *FakeClient) DeleteShovelReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteTopicPermissionsIn ¶
func (*FakeClient) DeleteTopicPermissionsInArgsForCall ¶
func (fake *FakeClient) DeleteTopicPermissionsInArgsForCall(i int) (string, string, string)
func (*FakeClient) DeleteTopicPermissionsInCallCount ¶
func (fake *FakeClient) DeleteTopicPermissionsInCallCount() int
func (*FakeClient) DeleteTopicPermissionsInCalls ¶
func (*FakeClient) DeleteTopicPermissionsInReturns ¶
func (fake *FakeClient) DeleteTopicPermissionsInReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteTopicPermissionsInReturnsOnCall ¶
func (fake *FakeClient) DeleteTopicPermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteUser ¶
func (fake *FakeClient) DeleteUser(arg1 string) (*http.Response, error)
func (*FakeClient) DeleteUserArgsForCall ¶
func (fake *FakeClient) DeleteUserArgsForCall(i int) string
func (*FakeClient) DeleteUserCallCount ¶
func (fake *FakeClient) DeleteUserCallCount() int
func (*FakeClient) DeleteUserCalls ¶
func (fake *FakeClient) DeleteUserCalls(stub func(string) (*http.Response, error))
func (*FakeClient) DeleteUserLimits ¶ added in v1.17.0
func (fake *FakeClient) DeleteUserLimits(arg1 string, arg2 rabbithole.UserLimits) (*http.Response, error)
func (*FakeClient) DeleteUserLimitsArgsForCall ¶ added in v1.17.0
func (fake *FakeClient) DeleteUserLimitsArgsForCall(i int) (string, rabbithole.UserLimits)
func (*FakeClient) DeleteUserLimitsCallCount ¶ added in v1.17.0
func (fake *FakeClient) DeleteUserLimitsCallCount() int
func (*FakeClient) DeleteUserLimitsCalls ¶ added in v1.17.0
func (fake *FakeClient) DeleteUserLimitsCalls(stub func(string, rabbithole.UserLimits) (*http.Response, error))
func (*FakeClient) DeleteUserLimitsReturns ¶ added in v1.17.0
func (fake *FakeClient) DeleteUserLimitsReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteUserLimitsReturnsOnCall ¶ added in v1.17.0
func (fake *FakeClient) DeleteUserLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteUserReturns ¶
func (fake *FakeClient) DeleteUserReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteUserReturnsOnCall ¶
func (fake *FakeClient) DeleteUserReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteVhost ¶
func (fake *FakeClient) DeleteVhost(arg1 string) (*http.Response, error)
func (*FakeClient) DeleteVhostArgsForCall ¶
func (fake *FakeClient) DeleteVhostArgsForCall(i int) string
func (*FakeClient) DeleteVhostCallCount ¶
func (fake *FakeClient) DeleteVhostCallCount() int
func (*FakeClient) DeleteVhostCalls ¶
func (fake *FakeClient) DeleteVhostCalls(stub func(string) (*http.Response, error))
func (*FakeClient) DeleteVhostLimits ¶ added in v1.17.0
func (fake *FakeClient) DeleteVhostLimits(arg1 string, arg2 rabbithole.VhostLimits) (*http.Response, error)
func (*FakeClient) DeleteVhostLimitsArgsForCall ¶ added in v1.17.0
func (fake *FakeClient) DeleteVhostLimitsArgsForCall(i int) (string, rabbithole.VhostLimits)
func (*FakeClient) DeleteVhostLimitsCallCount ¶ added in v1.17.0
func (fake *FakeClient) DeleteVhostLimitsCallCount() int
func (*FakeClient) DeleteVhostLimitsCalls ¶ added in v1.17.0
func (fake *FakeClient) DeleteVhostLimitsCalls(stub func(string, rabbithole.VhostLimits) (*http.Response, error))
func (*FakeClient) DeleteVhostLimitsReturns ¶ added in v1.17.0
func (fake *FakeClient) DeleteVhostLimitsReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteVhostLimitsReturnsOnCall ¶ added in v1.17.0
func (fake *FakeClient) DeleteVhostLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) DeleteVhostReturns ¶
func (fake *FakeClient) DeleteVhostReturns(result1 *http.Response, result2 error)
func (*FakeClient) DeleteVhostReturnsOnCall ¶
func (fake *FakeClient) DeleteVhostReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) GetQueue ¶ added in v1.14.0
func (fake *FakeClient) GetQueue(arg1 string, arg2 string) (*rabbithole.DetailedQueueInfo, error)
func (*FakeClient) GetQueueArgsForCall ¶ added in v1.14.0
func (fake *FakeClient) GetQueueArgsForCall(i int) (string, string)
func (*FakeClient) GetQueueCallCount ¶ added in v1.14.0
func (fake *FakeClient) GetQueueCallCount() int
func (*FakeClient) GetQueueCalls ¶ added in v1.14.0
func (fake *FakeClient) GetQueueCalls(stub func(string, string) (*rabbithole.DetailedQueueInfo, error))
func (*FakeClient) GetQueueReturns ¶ added in v1.14.0
func (fake *FakeClient) GetQueueReturns(result1 *rabbithole.DetailedQueueInfo, result2 error)
func (*FakeClient) GetQueueReturnsOnCall ¶ added in v1.14.0
func (fake *FakeClient) GetQueueReturnsOnCall(i int, result1 *rabbithole.DetailedQueueInfo, result2 error)
func (*FakeClient) GetUserLimits ¶ added in v1.17.0
func (fake *FakeClient) GetUserLimits(arg1 string) ([]rabbithole.UserLimitsInfo, error)
func (*FakeClient) GetUserLimitsArgsForCall ¶ added in v1.17.0
func (fake *FakeClient) GetUserLimitsArgsForCall(i int) string
func (*FakeClient) GetUserLimitsCallCount ¶ added in v1.17.0
func (fake *FakeClient) GetUserLimitsCallCount() int
func (*FakeClient) GetUserLimitsCalls ¶ added in v1.17.0
func (fake *FakeClient) GetUserLimitsCalls(stub func(string) ([]rabbithole.UserLimitsInfo, error))
func (*FakeClient) GetUserLimitsReturns ¶ added in v1.17.0
func (fake *FakeClient) GetUserLimitsReturns(result1 []rabbithole.UserLimitsInfo, result2 error)
func (*FakeClient) GetUserLimitsReturnsOnCall ¶ added in v1.17.0
func (fake *FakeClient) GetUserLimitsReturnsOnCall(i int, result1 []rabbithole.UserLimitsInfo, result2 error)
func (*FakeClient) GetVhost ¶
func (fake *FakeClient) GetVhost(arg1 string) (*rabbithole.VhostInfo, error)
func (*FakeClient) GetVhostArgsForCall ¶
func (fake *FakeClient) GetVhostArgsForCall(i int) string
func (*FakeClient) GetVhostCallCount ¶
func (fake *FakeClient) GetVhostCallCount() int
func (*FakeClient) GetVhostCalls ¶
func (fake *FakeClient) GetVhostCalls(stub func(string) (*rabbithole.VhostInfo, error))
func (*FakeClient) GetVhostLimits ¶ added in v1.17.0
func (fake *FakeClient) GetVhostLimits(arg1 string) ([]rabbithole.VhostLimitsInfo, error)
func (*FakeClient) GetVhostLimitsArgsForCall ¶ added in v1.17.0
func (fake *FakeClient) GetVhostLimitsArgsForCall(i int) string
func (*FakeClient) GetVhostLimitsCallCount ¶ added in v1.17.0
func (fake *FakeClient) GetVhostLimitsCallCount() int
func (*FakeClient) GetVhostLimitsCalls ¶ added in v1.17.0
func (fake *FakeClient) GetVhostLimitsCalls(stub func(string) ([]rabbithole.VhostLimitsInfo, error))
func (*FakeClient) GetVhostLimitsReturns ¶ added in v1.17.0
func (fake *FakeClient) GetVhostLimitsReturns(result1 []rabbithole.VhostLimitsInfo, result2 error)
func (*FakeClient) GetVhostLimitsReturnsOnCall ¶ added in v1.17.0
func (fake *FakeClient) GetVhostLimitsReturnsOnCall(i int, result1 []rabbithole.VhostLimitsInfo, result2 error)
func (*FakeClient) GetVhostReturns ¶
func (fake *FakeClient) GetVhostReturns(result1 *rabbithole.VhostInfo, result2 error)
func (*FakeClient) GetVhostReturnsOnCall ¶
func (fake *FakeClient) GetVhostReturnsOnCall(i int, result1 *rabbithole.VhostInfo, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
func (*FakeClient) ListExchangeBindingsBetween ¶
func (fake *FakeClient) ListExchangeBindingsBetween(arg1 string, arg2 string, arg3 string) ([]rabbithole.BindingInfo, error)
func (*FakeClient) ListExchangeBindingsBetweenArgsForCall ¶
func (fake *FakeClient) ListExchangeBindingsBetweenArgsForCall(i int) (string, string, string)
func (*FakeClient) ListExchangeBindingsBetweenCallCount ¶
func (fake *FakeClient) ListExchangeBindingsBetweenCallCount() int
func (*FakeClient) ListExchangeBindingsBetweenCalls ¶
func (fake *FakeClient) ListExchangeBindingsBetweenCalls(stub func(string, string, string) ([]rabbithole.BindingInfo, error))
func (*FakeClient) ListExchangeBindingsBetweenReturns ¶
func (fake *FakeClient) ListExchangeBindingsBetweenReturns(result1 []rabbithole.BindingInfo, result2 error)
func (*FakeClient) ListExchangeBindingsBetweenReturnsOnCall ¶
func (fake *FakeClient) ListExchangeBindingsBetweenReturnsOnCall(i int, result1 []rabbithole.BindingInfo, result2 error)
func (*FakeClient) ListQueueBindingsBetween ¶
func (fake *FakeClient) ListQueueBindingsBetween(arg1 string, arg2 string, arg3 string) ([]rabbithole.BindingInfo, error)
func (*FakeClient) ListQueueBindingsBetweenArgsForCall ¶
func (fake *FakeClient) ListQueueBindingsBetweenArgsForCall(i int) (string, string, string)
func (*FakeClient) ListQueueBindingsBetweenCallCount ¶
func (fake *FakeClient) ListQueueBindingsBetweenCallCount() int
func (*FakeClient) ListQueueBindingsBetweenCalls ¶
func (fake *FakeClient) ListQueueBindingsBetweenCalls(stub func(string, string, string) ([]rabbithole.BindingInfo, error))
func (*FakeClient) ListQueueBindingsBetweenReturns ¶
func (fake *FakeClient) ListQueueBindingsBetweenReturns(result1 []rabbithole.BindingInfo, result2 error)
func (*FakeClient) ListQueueBindingsBetweenReturnsOnCall ¶
func (fake *FakeClient) ListQueueBindingsBetweenReturnsOnCall(i int, result1 []rabbithole.BindingInfo, result2 error)
func (*FakeClient) PutFederationUpstream ¶
func (fake *FakeClient) PutFederationUpstream(arg1 string, arg2 string, arg3 rabbithole.FederationDefinition) (*http.Response, error)
func (*FakeClient) PutFederationUpstreamArgsForCall ¶
func (fake *FakeClient) PutFederationUpstreamArgsForCall(i int) (string, string, rabbithole.FederationDefinition)
func (*FakeClient) PutFederationUpstreamCallCount ¶
func (fake *FakeClient) PutFederationUpstreamCallCount() int
func (*FakeClient) PutFederationUpstreamCalls ¶
func (fake *FakeClient) PutFederationUpstreamCalls(stub func(string, string, rabbithole.FederationDefinition) (*http.Response, error))
func (*FakeClient) PutFederationUpstreamReturns ¶
func (fake *FakeClient) PutFederationUpstreamReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutFederationUpstreamReturnsOnCall ¶
func (fake *FakeClient) PutFederationUpstreamReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutGlobalParameter ¶
func (fake *FakeClient) PutGlobalParameter(arg1 string, arg2 interface{}) (*http.Response, error)
func (*FakeClient) PutGlobalParameterArgsForCall ¶
func (fake *FakeClient) PutGlobalParameterArgsForCall(i int) (string, interface{})
func (*FakeClient) PutGlobalParameterCallCount ¶
func (fake *FakeClient) PutGlobalParameterCallCount() int
func (*FakeClient) PutGlobalParameterCalls ¶
func (fake *FakeClient) PutGlobalParameterCalls(stub func(string, interface{}) (*http.Response, error))
func (*FakeClient) PutGlobalParameterReturns ¶
func (fake *FakeClient) PutGlobalParameterReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutGlobalParameterReturnsOnCall ¶
func (fake *FakeClient) PutGlobalParameterReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutOperatorPolicy ¶
func (fake *FakeClient) PutOperatorPolicy(arg1 string, arg2 string, arg3 rabbithole.OperatorPolicy) (*http.Response, error)
func (*FakeClient) PutOperatorPolicyArgsForCall ¶
func (fake *FakeClient) PutOperatorPolicyArgsForCall(i int) (string, string, rabbithole.OperatorPolicy)
func (*FakeClient) PutOperatorPolicyCallCount ¶
func (fake *FakeClient) PutOperatorPolicyCallCount() int
func (*FakeClient) PutOperatorPolicyCalls ¶
func (fake *FakeClient) PutOperatorPolicyCalls(stub func(string, string, rabbithole.OperatorPolicy) (*http.Response, error))
func (*FakeClient) PutOperatorPolicyReturns ¶
func (fake *FakeClient) PutOperatorPolicyReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutOperatorPolicyReturnsOnCall ¶
func (fake *FakeClient) PutOperatorPolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutPolicy ¶
func (fake *FakeClient) PutPolicy(arg1 string, arg2 string, arg3 rabbithole.Policy) (*http.Response, error)
func (*FakeClient) PutPolicyArgsForCall ¶
func (fake *FakeClient) PutPolicyArgsForCall(i int) (string, string, rabbithole.Policy)
func (*FakeClient) PutPolicyCallCount ¶
func (fake *FakeClient) PutPolicyCallCount() int
func (*FakeClient) PutPolicyCalls ¶
func (fake *FakeClient) PutPolicyCalls(stub func(string, string, rabbithole.Policy) (*http.Response, error))
func (*FakeClient) PutPolicyReturns ¶
func (fake *FakeClient) PutPolicyReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutPolicyReturnsOnCall ¶
func (fake *FakeClient) PutPolicyReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutUser ¶
func (fake *FakeClient) PutUser(arg1 string, arg2 rabbithole.UserSettings) (*http.Response, error)
func (*FakeClient) PutUserArgsForCall ¶
func (fake *FakeClient) PutUserArgsForCall(i int) (string, rabbithole.UserSettings)
func (*FakeClient) PutUserCallCount ¶
func (fake *FakeClient) PutUserCallCount() int
func (*FakeClient) PutUserCalls ¶
func (fake *FakeClient) PutUserCalls(stub func(string, rabbithole.UserSettings) (*http.Response, error))
func (*FakeClient) PutUserLimits ¶ added in v1.17.0
func (fake *FakeClient) PutUserLimits(arg1 string, arg2 rabbithole.UserLimitsValues) (*http.Response, error)
func (*FakeClient) PutUserLimitsArgsForCall ¶ added in v1.17.0
func (fake *FakeClient) PutUserLimitsArgsForCall(i int) (string, rabbithole.UserLimitsValues)
func (*FakeClient) PutUserLimitsCallCount ¶ added in v1.17.0
func (fake *FakeClient) PutUserLimitsCallCount() int
func (*FakeClient) PutUserLimitsCalls ¶ added in v1.17.0
func (fake *FakeClient) PutUserLimitsCalls(stub func(string, rabbithole.UserLimitsValues) (*http.Response, error))
func (*FakeClient) PutUserLimitsReturns ¶ added in v1.17.0
func (fake *FakeClient) PutUserLimitsReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutUserLimitsReturnsOnCall ¶ added in v1.17.0
func (fake *FakeClient) PutUserLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutUserReturns ¶
func (fake *FakeClient) PutUserReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutUserReturnsOnCall ¶
func (fake *FakeClient) PutUserReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutVhost ¶
func (fake *FakeClient) PutVhost(arg1 string, arg2 rabbithole.VhostSettings) (*http.Response, error)
func (*FakeClient) PutVhostArgsForCall ¶
func (fake *FakeClient) PutVhostArgsForCall(i int) (string, rabbithole.VhostSettings)
func (*FakeClient) PutVhostCallCount ¶
func (fake *FakeClient) PutVhostCallCount() int
func (*FakeClient) PutVhostCalls ¶
func (fake *FakeClient) PutVhostCalls(stub func(string, rabbithole.VhostSettings) (*http.Response, error))
func (*FakeClient) PutVhostLimits ¶ added in v1.17.0
func (fake *FakeClient) PutVhostLimits(arg1 string, arg2 rabbithole.VhostLimitsValues) (*http.Response, error)
func (*FakeClient) PutVhostLimitsArgsForCall ¶ added in v1.17.0
func (fake *FakeClient) PutVhostLimitsArgsForCall(i int) (string, rabbithole.VhostLimitsValues)
func (*FakeClient) PutVhostLimitsCallCount ¶ added in v1.17.0
func (fake *FakeClient) PutVhostLimitsCallCount() int
func (*FakeClient) PutVhostLimitsCalls ¶ added in v1.17.0
func (fake *FakeClient) PutVhostLimitsCalls(stub func(string, rabbithole.VhostLimitsValues) (*http.Response, error))
func (*FakeClient) PutVhostLimitsReturns ¶ added in v1.17.0
func (fake *FakeClient) PutVhostLimitsReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutVhostLimitsReturnsOnCall ¶ added in v1.17.0
func (fake *FakeClient) PutVhostLimitsReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) PutVhostReturns ¶
func (fake *FakeClient) PutVhostReturns(result1 *http.Response, result2 error)
func (*FakeClient) PutVhostReturnsOnCall ¶
func (fake *FakeClient) PutVhostReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) UpdatePermissionsIn ¶
func (fake *FakeClient) UpdatePermissionsIn(arg1 string, arg2 string, arg3 rabbithole.Permissions) (*http.Response, error)
func (*FakeClient) UpdatePermissionsInArgsForCall ¶
func (fake *FakeClient) UpdatePermissionsInArgsForCall(i int) (string, string, rabbithole.Permissions)
func (*FakeClient) UpdatePermissionsInCallCount ¶
func (fake *FakeClient) UpdatePermissionsInCallCount() int
func (*FakeClient) UpdatePermissionsInCalls ¶
func (fake *FakeClient) UpdatePermissionsInCalls(stub func(string, string, rabbithole.Permissions) (*http.Response, error))
func (*FakeClient) UpdatePermissionsInReturns ¶
func (fake *FakeClient) UpdatePermissionsInReturns(result1 *http.Response, result2 error)
func (*FakeClient) UpdatePermissionsInReturnsOnCall ¶
func (fake *FakeClient) UpdatePermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeClient) UpdateTopicPermissionsIn ¶
func (fake *FakeClient) UpdateTopicPermissionsIn(arg1 string, arg2 string, arg3 rabbithole.TopicPermissions) (*http.Response, error)
func (*FakeClient) UpdateTopicPermissionsInArgsForCall ¶
func (fake *FakeClient) UpdateTopicPermissionsInArgsForCall(i int) (string, string, rabbithole.TopicPermissions)
func (*FakeClient) UpdateTopicPermissionsInCallCount ¶
func (fake *FakeClient) UpdateTopicPermissionsInCallCount() int
func (*FakeClient) UpdateTopicPermissionsInCalls ¶
func (fake *FakeClient) UpdateTopicPermissionsInCalls(stub func(string, string, rabbithole.TopicPermissions) (*http.Response, error))
func (*FakeClient) UpdateTopicPermissionsInReturns ¶
func (fake *FakeClient) UpdateTopicPermissionsInReturns(result1 *http.Response, result2 error)
func (*FakeClient) UpdateTopicPermissionsInReturnsOnCall ¶
func (fake *FakeClient) UpdateTopicPermissionsInReturnsOnCall(i int, result1 *http.Response, result2 error)
type FakeSecretReader ¶
type FakeSecretReader struct { ReadSecretStub func(string) (*api.Secret, error) // contains filtered or unexported fields }
func (*FakeSecretReader) Invocations ¶
func (fake *FakeSecretReader) Invocations() map[string][][]interface{}
func (*FakeSecretReader) ReadSecret ¶
func (fake *FakeSecretReader) ReadSecret(arg1 string) (*api.Secret, error)
func (*FakeSecretReader) ReadSecretArgsForCall ¶
func (fake *FakeSecretReader) ReadSecretArgsForCall(i int) string
func (*FakeSecretReader) ReadSecretCallCount ¶
func (fake *FakeSecretReader) ReadSecretCallCount() int
func (*FakeSecretReader) ReadSecretCalls ¶
func (fake *FakeSecretReader) ReadSecretCalls(stub func(string) (*api.Secret, error))
func (*FakeSecretReader) ReadSecretReturns ¶
func (fake *FakeSecretReader) ReadSecretReturns(result1 *api.Secret, result2 error)
func (*FakeSecretReader) ReadSecretReturnsOnCall ¶
func (fake *FakeSecretReader) ReadSecretReturnsOnCall(i int, result1 *api.Secret, result2 error)
type FakeSecretStoreClient ¶
type FakeSecretStoreClient struct { ReadCredentialsStub func(string) (string, string, error) // contains filtered or unexported fields }
func (*FakeSecretStoreClient) Invocations ¶
func (fake *FakeSecretStoreClient) Invocations() map[string][][]interface{}
func (*FakeSecretStoreClient) ReadCredentials ¶
func (fake *FakeSecretStoreClient) ReadCredentials(arg1 string) (string, string, error)
func (*FakeSecretStoreClient) ReadCredentialsArgsForCall ¶
func (fake *FakeSecretStoreClient) ReadCredentialsArgsForCall(i int) string
func (*FakeSecretStoreClient) ReadCredentialsCallCount ¶
func (fake *FakeSecretStoreClient) ReadCredentialsCallCount() int
func (*FakeSecretStoreClient) ReadCredentialsCalls ¶
func (fake *FakeSecretStoreClient) ReadCredentialsCalls(stub func(string) (string, string, error))
func (*FakeSecretStoreClient) ReadCredentialsReturns ¶
func (fake *FakeSecretStoreClient) ReadCredentialsReturns(result1 string, result2 string, result3 error)
func (*FakeSecretStoreClient) ReadCredentialsReturnsOnCall ¶
func (fake *FakeSecretStoreClient) ReadCredentialsReturnsOnCall(i int, result1 string, result2 string, result3 error)
Click to show internal directories.
Click to hide internal directories.