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 FakeAccountsService
- func (fake *FakeAccountsService) ChangeSecret(arg1 context.Context, arg2 *auth.ChangeSecretRequest, ...) (*auth.ChangeSecretResponse, error)
- func (fake *FakeAccountsService) ChangeSecretArgsForCall(i int) (context.Context, *auth.ChangeSecretRequest, []client.CallOption)
- func (fake *FakeAccountsService) ChangeSecretCallCount() int
- func (fake *FakeAccountsService) ChangeSecretCalls(...)
- func (fake *FakeAccountsService) ChangeSecretReturns(result1 *auth.ChangeSecretResponse, result2 error)
- func (fake *FakeAccountsService) ChangeSecretReturnsOnCall(i int, result1 *auth.ChangeSecretResponse, result2 error)
- func (fake *FakeAccountsService) Delete(arg1 context.Context, arg2 *auth.DeleteAccountRequest, ...) (*auth.DeleteAccountResponse, error)
- func (fake *FakeAccountsService) DeleteArgsForCall(i int) (context.Context, *auth.DeleteAccountRequest, []client.CallOption)
- func (fake *FakeAccountsService) DeleteCallCount() int
- func (fake *FakeAccountsService) DeleteCalls(...)
- func (fake *FakeAccountsService) DeleteReturns(result1 *auth.DeleteAccountResponse, result2 error)
- func (fake *FakeAccountsService) DeleteReturnsOnCall(i int, result1 *auth.DeleteAccountResponse, result2 error)
- func (fake *FakeAccountsService) Invocations() map[string][][]interface{}
- func (fake *FakeAccountsService) List(arg1 context.Context, arg2 *auth.ListAccountsRequest, ...) (*auth.ListAccountsResponse, error)
- func (fake *FakeAccountsService) ListArgsForCall(i int) (context.Context, *auth.ListAccountsRequest, []client.CallOption)
- func (fake *FakeAccountsService) ListCallCount() int
- func (fake *FakeAccountsService) ListCalls(...)
- func (fake *FakeAccountsService) ListReturns(result1 *auth.ListAccountsResponse, result2 error)
- func (fake *FakeAccountsService) ListReturnsOnCall(i int, result1 *auth.ListAccountsResponse, result2 error)
- type FakeStore
- func (fake *FakeStore) Close() error
- func (fake *FakeStore) CloseCallCount() int
- func (fake *FakeStore) CloseCalls(stub func() error)
- func (fake *FakeStore) CloseReturns(result1 error)
- func (fake *FakeStore) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) Delete(arg1 string, arg2 ...store.DeleteOption) error
- func (fake *FakeStore) DeleteArgsForCall(i int) (string, []store.DeleteOption)
- func (fake *FakeStore) DeleteCallCount() int
- func (fake *FakeStore) DeleteCalls(stub func(string, ...store.DeleteOption) error)
- func (fake *FakeStore) DeleteReturns(result1 error)
- func (fake *FakeStore) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) Init(arg1 ...store.StoreOption) error
- func (fake *FakeStore) InitArgsForCall(i int) []store.StoreOption
- func (fake *FakeStore) InitCallCount() int
- func (fake *FakeStore) InitCalls(stub func(...store.StoreOption) error)
- func (fake *FakeStore) InitReturns(result1 error)
- func (fake *FakeStore) InitReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) Invocations() map[string][][]interface{}
- func (fake *FakeStore) List(arg1 ...store.ListOption) ([]string, error)
- func (fake *FakeStore) ListArgsForCall(i int) []store.ListOption
- func (fake *FakeStore) ListCallCount() int
- func (fake *FakeStore) ListCalls(stub func(...store.ListOption) ([]string, error))
- func (fake *FakeStore) ListReturns(result1 []string, result2 error)
- func (fake *FakeStore) ListReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeStore) Options() store.StoreOptions
- func (fake *FakeStore) OptionsCallCount() int
- func (fake *FakeStore) OptionsCalls(stub func() store.StoreOptions)
- func (fake *FakeStore) OptionsReturns(result1 store.StoreOptions)
- func (fake *FakeStore) OptionsReturnsOnCall(i int, result1 store.StoreOptions)
- func (fake *FakeStore) Read(arg1 string, arg2 ...store.ReadOption) ([]*store.Record, error)
- func (fake *FakeStore) ReadArgsForCall(i int) (string, []store.ReadOption)
- func (fake *FakeStore) ReadCallCount() int
- func (fake *FakeStore) ReadCalls(stub func(string, ...store.ReadOption) ([]*store.Record, error))
- func (fake *FakeStore) ReadReturns(result1 []*store.Record, result2 error)
- func (fake *FakeStore) ReadReturnsOnCall(i int, result1 []*store.Record, result2 error)
- func (fake *FakeStore) String() string
- func (fake *FakeStore) StringCallCount() int
- func (fake *FakeStore) StringCalls(stub func() string)
- func (fake *FakeStore) StringReturns(result1 string)
- func (fake *FakeStore) StringReturnsOnCall(i int, result1 string)
- func (fake *FakeStore) Write(arg1 *store.Record, arg2 ...store.WriteOption) error
- func (fake *FakeStore) WriteArgsForCall(i int) (*store.Record, []store.WriteOption)
- func (fake *FakeStore) WriteCallCount() int
- func (fake *FakeStore) WriteCalls(stub func(*store.Record, ...store.WriteOption) error)
- func (fake *FakeStore) WriteReturns(result1 error)
- func (fake *FakeStore) WriteReturnsOnCall(i int, result1 error)
- type FakeStream
- func (fake *FakeStream) Consume(arg1 string, arg2 ...events.ConsumeOption) (<-chan events.Event, error)
- func (fake *FakeStream) ConsumeArgsForCall(i int) (string, []events.ConsumeOption)
- func (fake *FakeStream) ConsumeCallCount() int
- func (fake *FakeStream) ConsumeCalls(stub func(string, ...events.ConsumeOption) (<-chan events.Event, error))
- func (fake *FakeStream) ConsumeReturns(result1 <-chan events.Event, result2 error)
- func (fake *FakeStream) ConsumeReturnsOnCall(i int, result1 <-chan events.Event, result2 error)
- func (fake *FakeStream) Invocations() map[string][][]interface{}
- func (fake *FakeStream) Publish(arg1 string, arg2 interface{}, arg3 ...events.PublishOption) error
- func (fake *FakeStream) PublishArgsForCall(i int) (string, interface{}, []events.PublishOption)
- func (fake *FakeStream) PublishCallCount() int
- func (fake *FakeStream) PublishCalls(stub func(string, interface{}, ...events.PublishOption) error)
- func (fake *FakeStream) PublishReturns(result1 error)
- func (fake *FakeStream) PublishReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAccountsService ¶
type FakeAccountsService struct { ChangeSecretStub func(context.Context, *auth.ChangeSecretRequest, ...client.CallOption) (*auth.ChangeSecretResponse, error) DeleteStub func(context.Context, *auth.DeleteAccountRequest, ...client.CallOption) (*auth.DeleteAccountResponse, error) ListStub func(context.Context, *auth.ListAccountsRequest, ...client.CallOption) (*auth.ListAccountsResponse, error) // contains filtered or unexported fields }
func (*FakeAccountsService) ChangeSecret ¶
func (fake *FakeAccountsService) ChangeSecret(arg1 context.Context, arg2 *auth.ChangeSecretRequest, arg3 ...client.CallOption) (*auth.ChangeSecretResponse, error)
func (*FakeAccountsService) ChangeSecretArgsForCall ¶
func (fake *FakeAccountsService) ChangeSecretArgsForCall(i int) (context.Context, *auth.ChangeSecretRequest, []client.CallOption)
func (*FakeAccountsService) ChangeSecretCallCount ¶
func (fake *FakeAccountsService) ChangeSecretCallCount() int
func (*FakeAccountsService) ChangeSecretCalls ¶
func (fake *FakeAccountsService) ChangeSecretCalls(stub func(context.Context, *auth.ChangeSecretRequest, ...client.CallOption) (*auth.ChangeSecretResponse, error))
func (*FakeAccountsService) ChangeSecretReturns ¶
func (fake *FakeAccountsService) ChangeSecretReturns(result1 *auth.ChangeSecretResponse, result2 error)
func (*FakeAccountsService) ChangeSecretReturnsOnCall ¶
func (fake *FakeAccountsService) ChangeSecretReturnsOnCall(i int, result1 *auth.ChangeSecretResponse, result2 error)
func (*FakeAccountsService) Delete ¶
func (fake *FakeAccountsService) Delete(arg1 context.Context, arg2 *auth.DeleteAccountRequest, arg3 ...client.CallOption) (*auth.DeleteAccountResponse, error)
func (*FakeAccountsService) DeleteArgsForCall ¶
func (fake *FakeAccountsService) DeleteArgsForCall(i int) (context.Context, *auth.DeleteAccountRequest, []client.CallOption)
func (*FakeAccountsService) DeleteCallCount ¶
func (fake *FakeAccountsService) DeleteCallCount() int
func (*FakeAccountsService) DeleteCalls ¶
func (fake *FakeAccountsService) DeleteCalls(stub func(context.Context, *auth.DeleteAccountRequest, ...client.CallOption) (*auth.DeleteAccountResponse, error))
func (*FakeAccountsService) DeleteReturns ¶
func (fake *FakeAccountsService) DeleteReturns(result1 *auth.DeleteAccountResponse, result2 error)
func (*FakeAccountsService) DeleteReturnsOnCall ¶
func (fake *FakeAccountsService) DeleteReturnsOnCall(i int, result1 *auth.DeleteAccountResponse, result2 error)
func (*FakeAccountsService) Invocations ¶
func (fake *FakeAccountsService) Invocations() map[string][][]interface{}
func (*FakeAccountsService) List ¶
func (fake *FakeAccountsService) List(arg1 context.Context, arg2 *auth.ListAccountsRequest, arg3 ...client.CallOption) (*auth.ListAccountsResponse, error)
func (*FakeAccountsService) ListArgsForCall ¶
func (fake *FakeAccountsService) ListArgsForCall(i int) (context.Context, *auth.ListAccountsRequest, []client.CallOption)
func (*FakeAccountsService) ListCallCount ¶
func (fake *FakeAccountsService) ListCallCount() int
func (*FakeAccountsService) ListCalls ¶
func (fake *FakeAccountsService) ListCalls(stub func(context.Context, *auth.ListAccountsRequest, ...client.CallOption) (*auth.ListAccountsResponse, error))
func (*FakeAccountsService) ListReturns ¶
func (fake *FakeAccountsService) ListReturns(result1 *auth.ListAccountsResponse, result2 error)
func (*FakeAccountsService) ListReturnsOnCall ¶
func (fake *FakeAccountsService) ListReturnsOnCall(i int, result1 *auth.ListAccountsResponse, result2 error)
type FakeStore ¶
type FakeStore struct { CloseStub func() error DeleteStub func(string, ...store.DeleteOption) error InitStub func(...store.StoreOption) error ListStub func(...store.ListOption) ([]string, error) OptionsStub func() store.StoreOptions ReadStub func(string, ...store.ReadOption) ([]*store.Record, error) StringStub func() string WriteStub func(*store.Record, ...store.WriteOption) error // contains filtered or unexported fields }
func (*FakeStore) CloseCallCount ¶
func (*FakeStore) CloseCalls ¶
func (*FakeStore) CloseReturns ¶
func (*FakeStore) CloseReturnsOnCall ¶
func (*FakeStore) Delete ¶
func (fake *FakeStore) Delete(arg1 string, arg2 ...store.DeleteOption) error
func (*FakeStore) DeleteArgsForCall ¶
func (fake *FakeStore) DeleteArgsForCall(i int) (string, []store.DeleteOption)
func (*FakeStore) DeleteCallCount ¶
func (*FakeStore) DeleteCalls ¶
func (fake *FakeStore) DeleteCalls(stub func(string, ...store.DeleteOption) error)
func (*FakeStore) DeleteReturns ¶
func (*FakeStore) DeleteReturnsOnCall ¶
func (*FakeStore) InitArgsForCall ¶
func (fake *FakeStore) InitArgsForCall(i int) []store.StoreOption
func (*FakeStore) InitCallCount ¶
func (*FakeStore) InitCalls ¶
func (fake *FakeStore) InitCalls(stub func(...store.StoreOption) error)
func (*FakeStore) InitReturns ¶
func (*FakeStore) InitReturnsOnCall ¶
func (*FakeStore) Invocations ¶
func (*FakeStore) ListArgsForCall ¶
func (fake *FakeStore) ListArgsForCall(i int) []store.ListOption
func (*FakeStore) ListCallCount ¶
func (*FakeStore) ListCalls ¶
func (fake *FakeStore) ListCalls(stub func(...store.ListOption) ([]string, error))
func (*FakeStore) ListReturns ¶
func (*FakeStore) ListReturnsOnCall ¶
func (*FakeStore) Options ¶
func (fake *FakeStore) Options() store.StoreOptions
func (*FakeStore) OptionsCallCount ¶
func (*FakeStore) OptionsCalls ¶
func (fake *FakeStore) OptionsCalls(stub func() store.StoreOptions)
func (*FakeStore) OptionsReturns ¶
func (fake *FakeStore) OptionsReturns(result1 store.StoreOptions)
func (*FakeStore) OptionsReturnsOnCall ¶
func (fake *FakeStore) OptionsReturnsOnCall(i int, result1 store.StoreOptions)
func (*FakeStore) ReadArgsForCall ¶
func (fake *FakeStore) ReadArgsForCall(i int) (string, []store.ReadOption)
func (*FakeStore) ReadCallCount ¶
func (*FakeStore) ReadReturns ¶
func (*FakeStore) ReadReturnsOnCall ¶
func (*FakeStore) StringCallCount ¶
func (*FakeStore) StringCalls ¶
func (*FakeStore) StringReturns ¶
func (*FakeStore) StringReturnsOnCall ¶
func (*FakeStore) WriteArgsForCall ¶
func (*FakeStore) WriteCallCount ¶
func (*FakeStore) WriteCalls ¶
func (*FakeStore) WriteReturns ¶
func (*FakeStore) WriteReturnsOnCall ¶
type FakeStream ¶
type FakeStream struct { ConsumeStub func(string, ...events.ConsumeOption) (<-chan events.Event, error) PublishStub func(string, interface{}, ...events.PublishOption) error // contains filtered or unexported fields }
func (*FakeStream) Consume ¶
func (fake *FakeStream) Consume(arg1 string, arg2 ...events.ConsumeOption) (<-chan events.Event, error)
func (*FakeStream) ConsumeArgsForCall ¶
func (fake *FakeStream) ConsumeArgsForCall(i int) (string, []events.ConsumeOption)
func (*FakeStream) ConsumeCallCount ¶
func (fake *FakeStream) ConsumeCallCount() int
func (*FakeStream) ConsumeCalls ¶
func (fake *FakeStream) ConsumeCalls(stub func(string, ...events.ConsumeOption) (<-chan events.Event, error))
func (*FakeStream) ConsumeReturns ¶
func (fake *FakeStream) ConsumeReturns(result1 <-chan events.Event, result2 error)
func (*FakeStream) ConsumeReturnsOnCall ¶
func (fake *FakeStream) ConsumeReturnsOnCall(i int, result1 <-chan events.Event, result2 error)
func (*FakeStream) Invocations ¶
func (fake *FakeStream) Invocations() map[string][][]interface{}
func (*FakeStream) Publish ¶
func (fake *FakeStream) Publish(arg1 string, arg2 interface{}, arg3 ...events.PublishOption) error
func (*FakeStream) PublishArgsForCall ¶
func (fake *FakeStream) PublishArgsForCall(i int) (string, interface{}, []events.PublishOption)
func (*FakeStream) PublishCallCount ¶
func (fake *FakeStream) PublishCallCount() int
func (*FakeStream) PublishCalls ¶
func (fake *FakeStream) PublishCalls(stub func(string, interface{}, ...events.PublishOption) error)
func (*FakeStream) PublishReturns ¶
func (fake *FakeStream) PublishReturns(result1 error)
func (*FakeStream) PublishReturnsOnCall ¶
func (fake *FakeStream) PublishReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.