Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCustomersService
- func (fake *FakeCustomersService) Ban(arg1 context.Context, arg2 *customers.BanRequest, arg3 ...client.CallOption) (*customers.BanResponse, error)
- func (fake *FakeCustomersService) BanArgsForCall(i int) (context.Context, *customers.BanRequest, []client.CallOption)
- func (fake *FakeCustomersService) BanCallCount() int
- func (fake *FakeCustomersService) BanCalls(...)
- func (fake *FakeCustomersService) BanReturns(result1 *customers.BanResponse, result2 error)
- func (fake *FakeCustomersService) BanReturnsOnCall(i int, result1 *customers.BanResponse, result2 error)
- func (fake *FakeCustomersService) Create(arg1 context.Context, arg2 *customers.CreateRequest, arg3 ...client.CallOption) (*customers.CreateResponse, error)
- func (fake *FakeCustomersService) CreateArgsForCall(i int) (context.Context, *customers.CreateRequest, []client.CallOption)
- func (fake *FakeCustomersService) CreateCallCount() int
- func (fake *FakeCustomersService) CreateCalls(...)
- func (fake *FakeCustomersService) CreateReturns(result1 *customers.CreateResponse, result2 error)
- func (fake *FakeCustomersService) CreateReturnsOnCall(i int, result1 *customers.CreateResponse, result2 error)
- func (fake *FakeCustomersService) Delete(arg1 context.Context, arg2 *customers.DeleteRequest, arg3 ...client.CallOption) (*customers.DeleteResponse, error)
- func (fake *FakeCustomersService) DeleteArgsForCall(i int) (context.Context, *customers.DeleteRequest, []client.CallOption)
- func (fake *FakeCustomersService) DeleteCallCount() int
- func (fake *FakeCustomersService) DeleteCalls(...)
- func (fake *FakeCustomersService) DeleteReturns(result1 *customers.DeleteResponse, result2 error)
- func (fake *FakeCustomersService) DeleteReturnsOnCall(i int, result1 *customers.DeleteResponse, result2 error)
- func (fake *FakeCustomersService) Invocations() map[string][][]interface{}
- func (fake *FakeCustomersService) List(arg1 context.Context, arg2 *customers.ListRequest, arg3 ...client.CallOption) (*customers.ListResponse, error)
- func (fake *FakeCustomersService) ListArgsForCall(i int) (context.Context, *customers.ListRequest, []client.CallOption)
- func (fake *FakeCustomersService) ListCallCount() int
- func (fake *FakeCustomersService) ListCalls(...)
- func (fake *FakeCustomersService) ListReturns(result1 *customers.ListResponse, result2 error)
- func (fake *FakeCustomersService) ListReturnsOnCall(i int, result1 *customers.ListResponse, result2 error)
- func (fake *FakeCustomersService) Login(arg1 context.Context, arg2 *customers.LoginRequest, arg3 ...client.CallOption) (*customers.LoginResponse, error)
- func (fake *FakeCustomersService) LoginArgsForCall(i int) (context.Context, *customers.LoginRequest, []client.CallOption)
- func (fake *FakeCustomersService) LoginCallCount() int
- func (fake *FakeCustomersService) LoginCalls(...)
- func (fake *FakeCustomersService) LoginReturns(result1 *customers.LoginResponse, result2 error)
- func (fake *FakeCustomersService) LoginReturnsOnCall(i int, result1 *customers.LoginResponse, result2 error)
- func (fake *FakeCustomersService) Logout(arg1 context.Context, arg2 *customers.LogoutRequest, arg3 ...client.CallOption) (*customers.LogoutResponse, error)
- func (fake *FakeCustomersService) LogoutArgsForCall(i int) (context.Context, *customers.LogoutRequest, []client.CallOption)
- func (fake *FakeCustomersService) LogoutCallCount() int
- func (fake *FakeCustomersService) LogoutCalls(...)
- func (fake *FakeCustomersService) LogoutReturns(result1 *customers.LogoutResponse, result2 error)
- func (fake *FakeCustomersService) LogoutReturnsOnCall(i int, result1 *customers.LogoutResponse, result2 error)
- func (fake *FakeCustomersService) MarkVerified(arg1 context.Context, arg2 *customers.MarkVerifiedRequest, ...) (*customers.MarkVerifiedResponse, error)
- func (fake *FakeCustomersService) MarkVerifiedArgsForCall(i int) (context.Context, *customers.MarkVerifiedRequest, []client.CallOption)
- func (fake *FakeCustomersService) MarkVerifiedCallCount() int
- func (fake *FakeCustomersService) MarkVerifiedCalls(...)
- func (fake *FakeCustomersService) MarkVerifiedReturns(result1 *customers.MarkVerifiedResponse, result2 error)
- func (fake *FakeCustomersService) MarkVerifiedReturnsOnCall(i int, result1 *customers.MarkVerifiedResponse, result2 error)
- func (fake *FakeCustomersService) Read(arg1 context.Context, arg2 *customers.ReadRequest, arg3 ...client.CallOption) (*customers.ReadResponse, error)
- func (fake *FakeCustomersService) ReadArgsForCall(i int) (context.Context, *customers.ReadRequest, []client.CallOption)
- func (fake *FakeCustomersService) ReadCallCount() int
- func (fake *FakeCustomersService) ReadCalls(...)
- func (fake *FakeCustomersService) ReadReturns(result1 *customers.ReadResponse, result2 error)
- func (fake *FakeCustomersService) ReadReturnsOnCall(i int, result1 *customers.ReadResponse, result2 error)
- func (fake *FakeCustomersService) Unban(arg1 context.Context, arg2 *customers.UnbanRequest, arg3 ...client.CallOption) (*customers.UnbanResponse, error)
- func (fake *FakeCustomersService) UnbanArgsForCall(i int) (context.Context, *customers.UnbanRequest, []client.CallOption)
- func (fake *FakeCustomersService) UnbanCallCount() int
- func (fake *FakeCustomersService) UnbanCalls(...)
- func (fake *FakeCustomersService) UnbanReturns(result1 *customers.UnbanResponse, result2 error)
- func (fake *FakeCustomersService) UnbanReturnsOnCall(i int, result1 *customers.UnbanResponse, result2 error)
- func (fake *FakeCustomersService) Update(arg1 context.Context, arg2 *customers.UpdateRequest, arg3 ...client.CallOption) (*customers.UpdateResponse, error)
- func (fake *FakeCustomersService) UpdateArgsForCall(i int) (context.Context, *customers.UpdateRequest, []client.CallOption)
- func (fake *FakeCustomersService) UpdateCallCount() int
- func (fake *FakeCustomersService) UpdateCalls(...)
- func (fake *FakeCustomersService) UpdateName(arg1 context.Context, arg2 *customers.UpdateNameRequest, ...) (*customers.UpdateNameResponse, error)
- func (fake *FakeCustomersService) UpdateNameArgsForCall(i int) (context.Context, *customers.UpdateNameRequest, []client.CallOption)
- func (fake *FakeCustomersService) UpdateNameCallCount() int
- func (fake *FakeCustomersService) UpdateNameCalls(...)
- func (fake *FakeCustomersService) UpdateNameReturns(result1 *customers.UpdateNameResponse, result2 error)
- func (fake *FakeCustomersService) UpdateNameReturnsOnCall(i int, result1 *customers.UpdateNameResponse, result2 error)
- func (fake *FakeCustomersService) UpdateReturns(result1 *customers.UpdateResponse, result2 error)
- func (fake *FakeCustomersService) UpdateReturnsOnCall(i int, result1 *customers.UpdateResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCustomersService ¶
type FakeCustomersService struct { BanStub func(context.Context, *customers.BanRequest, ...client.CallOption) (*customers.BanResponse, error) CreateStub func(context.Context, *customers.CreateRequest, ...client.CallOption) (*customers.CreateResponse, error) DeleteStub func(context.Context, *customers.DeleteRequest, ...client.CallOption) (*customers.DeleteResponse, error) ListStub func(context.Context, *customers.ListRequest, ...client.CallOption) (*customers.ListResponse, error) LoginStub func(context.Context, *customers.LoginRequest, ...client.CallOption) (*customers.LoginResponse, error) LogoutStub func(context.Context, *customers.LogoutRequest, ...client.CallOption) (*customers.LogoutResponse, error) MarkVerifiedStub func(context.Context, *customers.MarkVerifiedRequest, ...client.CallOption) (*customers.MarkVerifiedResponse, error) ReadStub func(context.Context, *customers.ReadRequest, ...client.CallOption) (*customers.ReadResponse, error) UnbanStub func(context.Context, *customers.UnbanRequest, ...client.CallOption) (*customers.UnbanResponse, error) UpdateStub func(context.Context, *customers.UpdateRequest, ...client.CallOption) (*customers.UpdateResponse, error) UpdateNameStub func(context.Context, *customers.UpdateNameRequest, ...client.CallOption) (*customers.UpdateNameResponse, error) // contains filtered or unexported fields }
func (*FakeCustomersService) Ban ¶
func (fake *FakeCustomersService) Ban(arg1 context.Context, arg2 *customers.BanRequest, arg3 ...client.CallOption) (*customers.BanResponse, error)
func (*FakeCustomersService) BanArgsForCall ¶
func (fake *FakeCustomersService) BanArgsForCall(i int) (context.Context, *customers.BanRequest, []client.CallOption)
func (*FakeCustomersService) BanCallCount ¶
func (fake *FakeCustomersService) BanCallCount() int
func (*FakeCustomersService) BanCalls ¶
func (fake *FakeCustomersService) BanCalls(stub func(context.Context, *customers.BanRequest, ...client.CallOption) (*customers.BanResponse, error))
func (*FakeCustomersService) BanReturns ¶
func (fake *FakeCustomersService) BanReturns(result1 *customers.BanResponse, result2 error)
func (*FakeCustomersService) BanReturnsOnCall ¶
func (fake *FakeCustomersService) BanReturnsOnCall(i int, result1 *customers.BanResponse, result2 error)
func (*FakeCustomersService) Create ¶
func (fake *FakeCustomersService) Create(arg1 context.Context, arg2 *customers.CreateRequest, arg3 ...client.CallOption) (*customers.CreateResponse, error)
func (*FakeCustomersService) CreateArgsForCall ¶
func (fake *FakeCustomersService) CreateArgsForCall(i int) (context.Context, *customers.CreateRequest, []client.CallOption)
func (*FakeCustomersService) CreateCallCount ¶
func (fake *FakeCustomersService) CreateCallCount() int
func (*FakeCustomersService) CreateCalls ¶
func (fake *FakeCustomersService) CreateCalls(stub func(context.Context, *customers.CreateRequest, ...client.CallOption) (*customers.CreateResponse, error))
func (*FakeCustomersService) CreateReturns ¶
func (fake *FakeCustomersService) CreateReturns(result1 *customers.CreateResponse, result2 error)
func (*FakeCustomersService) CreateReturnsOnCall ¶
func (fake *FakeCustomersService) CreateReturnsOnCall(i int, result1 *customers.CreateResponse, result2 error)
func (*FakeCustomersService) Delete ¶
func (fake *FakeCustomersService) Delete(arg1 context.Context, arg2 *customers.DeleteRequest, arg3 ...client.CallOption) (*customers.DeleteResponse, error)
func (*FakeCustomersService) DeleteArgsForCall ¶
func (fake *FakeCustomersService) DeleteArgsForCall(i int) (context.Context, *customers.DeleteRequest, []client.CallOption)
func (*FakeCustomersService) DeleteCallCount ¶
func (fake *FakeCustomersService) DeleteCallCount() int
func (*FakeCustomersService) DeleteCalls ¶
func (fake *FakeCustomersService) DeleteCalls(stub func(context.Context, *customers.DeleteRequest, ...client.CallOption) (*customers.DeleteResponse, error))
func (*FakeCustomersService) DeleteReturns ¶
func (fake *FakeCustomersService) DeleteReturns(result1 *customers.DeleteResponse, result2 error)
func (*FakeCustomersService) DeleteReturnsOnCall ¶
func (fake *FakeCustomersService) DeleteReturnsOnCall(i int, result1 *customers.DeleteResponse, result2 error)
func (*FakeCustomersService) Invocations ¶
func (fake *FakeCustomersService) Invocations() map[string][][]interface{}
func (*FakeCustomersService) List ¶
func (fake *FakeCustomersService) List(arg1 context.Context, arg2 *customers.ListRequest, arg3 ...client.CallOption) (*customers.ListResponse, error)
func (*FakeCustomersService) ListArgsForCall ¶
func (fake *FakeCustomersService) ListArgsForCall(i int) (context.Context, *customers.ListRequest, []client.CallOption)
func (*FakeCustomersService) ListCallCount ¶
func (fake *FakeCustomersService) ListCallCount() int
func (*FakeCustomersService) ListCalls ¶
func (fake *FakeCustomersService) ListCalls(stub func(context.Context, *customers.ListRequest, ...client.CallOption) (*customers.ListResponse, error))
func (*FakeCustomersService) ListReturns ¶
func (fake *FakeCustomersService) ListReturns(result1 *customers.ListResponse, result2 error)
func (*FakeCustomersService) ListReturnsOnCall ¶
func (fake *FakeCustomersService) ListReturnsOnCall(i int, result1 *customers.ListResponse, result2 error)
func (*FakeCustomersService) Login ¶
func (fake *FakeCustomersService) Login(arg1 context.Context, arg2 *customers.LoginRequest, arg3 ...client.CallOption) (*customers.LoginResponse, error)
func (*FakeCustomersService) LoginArgsForCall ¶
func (fake *FakeCustomersService) LoginArgsForCall(i int) (context.Context, *customers.LoginRequest, []client.CallOption)
func (*FakeCustomersService) LoginCallCount ¶
func (fake *FakeCustomersService) LoginCallCount() int
func (*FakeCustomersService) LoginCalls ¶
func (fake *FakeCustomersService) LoginCalls(stub func(context.Context, *customers.LoginRequest, ...client.CallOption) (*customers.LoginResponse, error))
func (*FakeCustomersService) LoginReturns ¶
func (fake *FakeCustomersService) LoginReturns(result1 *customers.LoginResponse, result2 error)
func (*FakeCustomersService) LoginReturnsOnCall ¶
func (fake *FakeCustomersService) LoginReturnsOnCall(i int, result1 *customers.LoginResponse, result2 error)
func (*FakeCustomersService) Logout ¶
func (fake *FakeCustomersService) Logout(arg1 context.Context, arg2 *customers.LogoutRequest, arg3 ...client.CallOption) (*customers.LogoutResponse, error)
func (*FakeCustomersService) LogoutArgsForCall ¶
func (fake *FakeCustomersService) LogoutArgsForCall(i int) (context.Context, *customers.LogoutRequest, []client.CallOption)
func (*FakeCustomersService) LogoutCallCount ¶
func (fake *FakeCustomersService) LogoutCallCount() int
func (*FakeCustomersService) LogoutCalls ¶
func (fake *FakeCustomersService) LogoutCalls(stub func(context.Context, *customers.LogoutRequest, ...client.CallOption) (*customers.LogoutResponse, error))
func (*FakeCustomersService) LogoutReturns ¶
func (fake *FakeCustomersService) LogoutReturns(result1 *customers.LogoutResponse, result2 error)
func (*FakeCustomersService) LogoutReturnsOnCall ¶
func (fake *FakeCustomersService) LogoutReturnsOnCall(i int, result1 *customers.LogoutResponse, result2 error)
func (*FakeCustomersService) MarkVerified ¶
func (fake *FakeCustomersService) MarkVerified(arg1 context.Context, arg2 *customers.MarkVerifiedRequest, arg3 ...client.CallOption) (*customers.MarkVerifiedResponse, error)
func (*FakeCustomersService) MarkVerifiedArgsForCall ¶
func (fake *FakeCustomersService) MarkVerifiedArgsForCall(i int) (context.Context, *customers.MarkVerifiedRequest, []client.CallOption)
func (*FakeCustomersService) MarkVerifiedCallCount ¶
func (fake *FakeCustomersService) MarkVerifiedCallCount() int
func (*FakeCustomersService) MarkVerifiedCalls ¶
func (fake *FakeCustomersService) MarkVerifiedCalls(stub func(context.Context, *customers.MarkVerifiedRequest, ...client.CallOption) (*customers.MarkVerifiedResponse, error))
func (*FakeCustomersService) MarkVerifiedReturns ¶
func (fake *FakeCustomersService) MarkVerifiedReturns(result1 *customers.MarkVerifiedResponse, result2 error)
func (*FakeCustomersService) MarkVerifiedReturnsOnCall ¶
func (fake *FakeCustomersService) MarkVerifiedReturnsOnCall(i int, result1 *customers.MarkVerifiedResponse, result2 error)
func (*FakeCustomersService) Read ¶
func (fake *FakeCustomersService) Read(arg1 context.Context, arg2 *customers.ReadRequest, arg3 ...client.CallOption) (*customers.ReadResponse, error)
func (*FakeCustomersService) ReadArgsForCall ¶
func (fake *FakeCustomersService) ReadArgsForCall(i int) (context.Context, *customers.ReadRequest, []client.CallOption)
func (*FakeCustomersService) ReadCallCount ¶
func (fake *FakeCustomersService) ReadCallCount() int
func (*FakeCustomersService) ReadCalls ¶
func (fake *FakeCustomersService) ReadCalls(stub func(context.Context, *customers.ReadRequest, ...client.CallOption) (*customers.ReadResponse, error))
func (*FakeCustomersService) ReadReturns ¶
func (fake *FakeCustomersService) ReadReturns(result1 *customers.ReadResponse, result2 error)
func (*FakeCustomersService) ReadReturnsOnCall ¶
func (fake *FakeCustomersService) ReadReturnsOnCall(i int, result1 *customers.ReadResponse, result2 error)
func (*FakeCustomersService) Unban ¶
func (fake *FakeCustomersService) Unban(arg1 context.Context, arg2 *customers.UnbanRequest, arg3 ...client.CallOption) (*customers.UnbanResponse, error)
func (*FakeCustomersService) UnbanArgsForCall ¶
func (fake *FakeCustomersService) UnbanArgsForCall(i int) (context.Context, *customers.UnbanRequest, []client.CallOption)
func (*FakeCustomersService) UnbanCallCount ¶
func (fake *FakeCustomersService) UnbanCallCount() int
func (*FakeCustomersService) UnbanCalls ¶
func (fake *FakeCustomersService) UnbanCalls(stub func(context.Context, *customers.UnbanRequest, ...client.CallOption) (*customers.UnbanResponse, error))
func (*FakeCustomersService) UnbanReturns ¶
func (fake *FakeCustomersService) UnbanReturns(result1 *customers.UnbanResponse, result2 error)
func (*FakeCustomersService) UnbanReturnsOnCall ¶
func (fake *FakeCustomersService) UnbanReturnsOnCall(i int, result1 *customers.UnbanResponse, result2 error)
func (*FakeCustomersService) Update ¶
func (fake *FakeCustomersService) Update(arg1 context.Context, arg2 *customers.UpdateRequest, arg3 ...client.CallOption) (*customers.UpdateResponse, error)
func (*FakeCustomersService) UpdateArgsForCall ¶
func (fake *FakeCustomersService) UpdateArgsForCall(i int) (context.Context, *customers.UpdateRequest, []client.CallOption)
func (*FakeCustomersService) UpdateCallCount ¶
func (fake *FakeCustomersService) UpdateCallCount() int
func (*FakeCustomersService) UpdateCalls ¶
func (fake *FakeCustomersService) UpdateCalls(stub func(context.Context, *customers.UpdateRequest, ...client.CallOption) (*customers.UpdateResponse, error))
func (*FakeCustomersService) UpdateName ¶
func (fake *FakeCustomersService) UpdateName(arg1 context.Context, arg2 *customers.UpdateNameRequest, arg3 ...client.CallOption) (*customers.UpdateNameResponse, error)
func (*FakeCustomersService) UpdateNameArgsForCall ¶
func (fake *FakeCustomersService) UpdateNameArgsForCall(i int) (context.Context, *customers.UpdateNameRequest, []client.CallOption)
func (*FakeCustomersService) UpdateNameCallCount ¶
func (fake *FakeCustomersService) UpdateNameCallCount() int
func (*FakeCustomersService) UpdateNameCalls ¶
func (fake *FakeCustomersService) UpdateNameCalls(stub func(context.Context, *customers.UpdateNameRequest, ...client.CallOption) (*customers.UpdateNameResponse, error))
func (*FakeCustomersService) UpdateNameReturns ¶
func (fake *FakeCustomersService) UpdateNameReturns(result1 *customers.UpdateNameResponse, result2 error)
func (*FakeCustomersService) UpdateNameReturnsOnCall ¶
func (fake *FakeCustomersService) UpdateNameReturnsOnCall(i int, result1 *customers.UpdateNameResponse, result2 error)
func (*FakeCustomersService) UpdateReturns ¶
func (fake *FakeCustomersService) UpdateReturns(result1 *customers.UpdateResponse, result2 error)
func (*FakeCustomersService) UpdateReturnsOnCall ¶
func (fake *FakeCustomersService) UpdateReturnsOnCall(i int, result1 *customers.UpdateResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.