Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBillingService
- func (fake *FakeBillingService) ChargeCard(arg1 context.Context, arg2 *billing.ChargeCardRequest, ...) (*billing.ChargeCardResponse, error)
- func (fake *FakeBillingService) ChargeCardArgsForCall(i int) (context.Context, *billing.ChargeCardRequest, []client.CallOption)
- func (fake *FakeBillingService) ChargeCardCallCount() int
- func (fake *FakeBillingService) ChargeCardCalls(...)
- func (fake *FakeBillingService) ChargeCardReturns(result1 *billing.ChargeCardResponse, result2 error)
- func (fake *FakeBillingService) ChargeCardReturnsOnCall(i int, result1 *billing.ChargeCardResponse, result2 error)
- func (fake *FakeBillingService) CreateCheckoutSession(arg1 context.Context, arg2 *billing.CreateCheckoutSessionRequest, ...) (*billing.CreateCheckoutSessionResponse, error)
- func (fake *FakeBillingService) CreateCheckoutSessionArgsForCall(i int) (context.Context, *billing.CreateCheckoutSessionRequest, []client.CallOption)
- func (fake *FakeBillingService) CreateCheckoutSessionCallCount() int
- func (fake *FakeBillingService) CreateCheckoutSessionCalls(...)
- func (fake *FakeBillingService) CreateCheckoutSessionReturns(result1 *billing.CreateCheckoutSessionResponse, result2 error)
- func (fake *FakeBillingService) CreateCheckoutSessionReturnsOnCall(i int, result1 *billing.CreateCheckoutSessionResponse, result2 error)
- func (fake *FakeBillingService) DeleteCard(arg1 context.Context, arg2 *billing.DeleteCardRequest, ...) (*billing.DeleteCardResponse, error)
- func (fake *FakeBillingService) DeleteCardArgsForCall(i int) (context.Context, *billing.DeleteCardRequest, []client.CallOption)
- func (fake *FakeBillingService) DeleteCardCallCount() int
- func (fake *FakeBillingService) DeleteCardCalls(...)
- func (fake *FakeBillingService) DeleteCardReturns(result1 *billing.DeleteCardResponse, result2 error)
- func (fake *FakeBillingService) DeleteCardReturnsOnCall(i int, result1 *billing.DeleteCardResponse, result2 error)
- func (fake *FakeBillingService) GetPayment(arg1 context.Context, arg2 *billing.GetPaymentRequest, ...) (*billing.GetPaymentResponse, error)
- func (fake *FakeBillingService) GetPaymentArgsForCall(i int) (context.Context, *billing.GetPaymentRequest, []client.CallOption)
- func (fake *FakeBillingService) GetPaymentCallCount() int
- func (fake *FakeBillingService) GetPaymentCalls(...)
- func (fake *FakeBillingService) GetPaymentReturns(result1 *billing.GetPaymentResponse, result2 error)
- func (fake *FakeBillingService) GetPaymentReturnsOnCall(i int, result1 *billing.GetPaymentResponse, result2 error)
- func (fake *FakeBillingService) Invocations() map[string][][]interface{}
- func (fake *FakeBillingService) ListCards(arg1 context.Context, arg2 *billing.ListCardsRequest, ...) (*billing.ListCardsResponse, error)
- func (fake *FakeBillingService) ListCardsArgsForCall(i int) (context.Context, *billing.ListCardsRequest, []client.CallOption)
- func (fake *FakeBillingService) ListCardsCallCount() int
- func (fake *FakeBillingService) ListCardsCalls(...)
- func (fake *FakeBillingService) ListCardsReturns(result1 *billing.ListCardsResponse, result2 error)
- func (fake *FakeBillingService) ListCardsReturnsOnCall(i int, result1 *billing.ListCardsResponse, result2 error)
- func (fake *FakeBillingService) ListPayments(arg1 context.Context, arg2 *billing.ListPaymentsRequest, ...) (*billing.ListPaymentsResponse, error)
- func (fake *FakeBillingService) ListPaymentsArgsForCall(i int) (context.Context, *billing.ListPaymentsRequest, []client.CallOption)
- func (fake *FakeBillingService) ListPaymentsCallCount() int
- func (fake *FakeBillingService) ListPaymentsCalls(...)
- func (fake *FakeBillingService) ListPaymentsReturns(result1 *billing.ListPaymentsResponse, result2 error)
- func (fake *FakeBillingService) ListPaymentsReturnsOnCall(i int, result1 *billing.ListPaymentsResponse, result2 error)
- func (fake *FakeBillingService) ReadAccount(arg1 context.Context, arg2 *billing.ReadAccountRequest, ...) (*billing.ReadAccountResponse, error)
- func (fake *FakeBillingService) ReadAccountArgsForCall(i int) (context.Context, *billing.ReadAccountRequest, []client.CallOption)
- func (fake *FakeBillingService) ReadAccountCallCount() int
- func (fake *FakeBillingService) ReadAccountCalls(...)
- func (fake *FakeBillingService) ReadAccountReturns(result1 *billing.ReadAccountResponse, result2 error)
- func (fake *FakeBillingService) ReadAccountReturnsOnCall(i int, result1 *billing.ReadAccountResponse, result2 error)
- func (fake *FakeBillingService) SetupCard(arg1 context.Context, arg2 *billing.SetupCardRequest, ...) (*billing.SetupCardResponse, error)
- func (fake *FakeBillingService) SetupCardArgsForCall(i int) (context.Context, *billing.SetupCardRequest, []client.CallOption)
- func (fake *FakeBillingService) SetupCardCallCount() int
- func (fake *FakeBillingService) SetupCardCalls(...)
- func (fake *FakeBillingService) SetupCardReturns(result1 *billing.SetupCardResponse, result2 error)
- func (fake *FakeBillingService) SetupCardReturnsOnCall(i int, result1 *billing.SetupCardResponse, result2 error)
- func (fake *FakeBillingService) SubscribeTier(arg1 context.Context, arg2 *billing.SubscribeTierRequest, ...) (*billing.SubscribeTierResponse, error)
- func (fake *FakeBillingService) SubscribeTierArgsForCall(i int) (context.Context, *billing.SubscribeTierRequest, []client.CallOption)
- func (fake *FakeBillingService) SubscribeTierCallCount() int
- func (fake *FakeBillingService) SubscribeTierCalls(...)
- func (fake *FakeBillingService) SubscribeTierReturns(result1 *billing.SubscribeTierResponse, result2 error)
- func (fake *FakeBillingService) SubscribeTierReturnsOnCall(i int, result1 *billing.SubscribeTierResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBillingService ¶
type FakeBillingService struct { ChargeCardStub func(context.Context, *billing.ChargeCardRequest, ...client.CallOption) (*billing.ChargeCardResponse, error) CreateCheckoutSessionStub func(context.Context, *billing.CreateCheckoutSessionRequest, ...client.CallOption) (*billing.CreateCheckoutSessionResponse, error) DeleteCardStub func(context.Context, *billing.DeleteCardRequest, ...client.CallOption) (*billing.DeleteCardResponse, error) GetPaymentStub func(context.Context, *billing.GetPaymentRequest, ...client.CallOption) (*billing.GetPaymentResponse, error) ListCardsStub func(context.Context, *billing.ListCardsRequest, ...client.CallOption) (*billing.ListCardsResponse, error) ListPaymentsStub func(context.Context, *billing.ListPaymentsRequest, ...client.CallOption) (*billing.ListPaymentsResponse, error) ReadAccountStub func(context.Context, *billing.ReadAccountRequest, ...client.CallOption) (*billing.ReadAccountResponse, error) SetupCardStub func(context.Context, *billing.SetupCardRequest, ...client.CallOption) (*billing.SetupCardResponse, error) SubscribeTierStub func(context.Context, *billing.SubscribeTierRequest, ...client.CallOption) (*billing.SubscribeTierResponse, error) // contains filtered or unexported fields }
func (*FakeBillingService) ChargeCard ¶
func (fake *FakeBillingService) ChargeCard(arg1 context.Context, arg2 *billing.ChargeCardRequest, arg3 ...client.CallOption) (*billing.ChargeCardResponse, error)
func (*FakeBillingService) ChargeCardArgsForCall ¶
func (fake *FakeBillingService) ChargeCardArgsForCall(i int) (context.Context, *billing.ChargeCardRequest, []client.CallOption)
func (*FakeBillingService) ChargeCardCallCount ¶
func (fake *FakeBillingService) ChargeCardCallCount() int
func (*FakeBillingService) ChargeCardCalls ¶
func (fake *FakeBillingService) ChargeCardCalls(stub func(context.Context, *billing.ChargeCardRequest, ...client.CallOption) (*billing.ChargeCardResponse, error))
func (*FakeBillingService) ChargeCardReturns ¶
func (fake *FakeBillingService) ChargeCardReturns(result1 *billing.ChargeCardResponse, result2 error)
func (*FakeBillingService) ChargeCardReturnsOnCall ¶
func (fake *FakeBillingService) ChargeCardReturnsOnCall(i int, result1 *billing.ChargeCardResponse, result2 error)
func (*FakeBillingService) CreateCheckoutSession ¶
func (fake *FakeBillingService) CreateCheckoutSession(arg1 context.Context, arg2 *billing.CreateCheckoutSessionRequest, arg3 ...client.CallOption) (*billing.CreateCheckoutSessionResponse, error)
func (*FakeBillingService) CreateCheckoutSessionArgsForCall ¶
func (fake *FakeBillingService) CreateCheckoutSessionArgsForCall(i int) (context.Context, *billing.CreateCheckoutSessionRequest, []client.CallOption)
func (*FakeBillingService) CreateCheckoutSessionCallCount ¶
func (fake *FakeBillingService) CreateCheckoutSessionCallCount() int
func (*FakeBillingService) CreateCheckoutSessionCalls ¶
func (fake *FakeBillingService) CreateCheckoutSessionCalls(stub func(context.Context, *billing.CreateCheckoutSessionRequest, ...client.CallOption) (*billing.CreateCheckoutSessionResponse, error))
func (*FakeBillingService) CreateCheckoutSessionReturns ¶
func (fake *FakeBillingService) CreateCheckoutSessionReturns(result1 *billing.CreateCheckoutSessionResponse, result2 error)
func (*FakeBillingService) CreateCheckoutSessionReturnsOnCall ¶
func (fake *FakeBillingService) CreateCheckoutSessionReturnsOnCall(i int, result1 *billing.CreateCheckoutSessionResponse, result2 error)
func (*FakeBillingService) DeleteCard ¶
func (fake *FakeBillingService) DeleteCard(arg1 context.Context, arg2 *billing.DeleteCardRequest, arg3 ...client.CallOption) (*billing.DeleteCardResponse, error)
func (*FakeBillingService) DeleteCardArgsForCall ¶
func (fake *FakeBillingService) DeleteCardArgsForCall(i int) (context.Context, *billing.DeleteCardRequest, []client.CallOption)
func (*FakeBillingService) DeleteCardCallCount ¶
func (fake *FakeBillingService) DeleteCardCallCount() int
func (*FakeBillingService) DeleteCardCalls ¶
func (fake *FakeBillingService) DeleteCardCalls(stub func(context.Context, *billing.DeleteCardRequest, ...client.CallOption) (*billing.DeleteCardResponse, error))
func (*FakeBillingService) DeleteCardReturns ¶
func (fake *FakeBillingService) DeleteCardReturns(result1 *billing.DeleteCardResponse, result2 error)
func (*FakeBillingService) DeleteCardReturnsOnCall ¶
func (fake *FakeBillingService) DeleteCardReturnsOnCall(i int, result1 *billing.DeleteCardResponse, result2 error)
func (*FakeBillingService) GetPayment ¶
func (fake *FakeBillingService) GetPayment(arg1 context.Context, arg2 *billing.GetPaymentRequest, arg3 ...client.CallOption) (*billing.GetPaymentResponse, error)
func (*FakeBillingService) GetPaymentArgsForCall ¶
func (fake *FakeBillingService) GetPaymentArgsForCall(i int) (context.Context, *billing.GetPaymentRequest, []client.CallOption)
func (*FakeBillingService) GetPaymentCallCount ¶
func (fake *FakeBillingService) GetPaymentCallCount() int
func (*FakeBillingService) GetPaymentCalls ¶
func (fake *FakeBillingService) GetPaymentCalls(stub func(context.Context, *billing.GetPaymentRequest, ...client.CallOption) (*billing.GetPaymentResponse, error))
func (*FakeBillingService) GetPaymentReturns ¶
func (fake *FakeBillingService) GetPaymentReturns(result1 *billing.GetPaymentResponse, result2 error)
func (*FakeBillingService) GetPaymentReturnsOnCall ¶
func (fake *FakeBillingService) GetPaymentReturnsOnCall(i int, result1 *billing.GetPaymentResponse, result2 error)
func (*FakeBillingService) Invocations ¶
func (fake *FakeBillingService) Invocations() map[string][][]interface{}
func (*FakeBillingService) ListCards ¶
func (fake *FakeBillingService) ListCards(arg1 context.Context, arg2 *billing.ListCardsRequest, arg3 ...client.CallOption) (*billing.ListCardsResponse, error)
func (*FakeBillingService) ListCardsArgsForCall ¶
func (fake *FakeBillingService) ListCardsArgsForCall(i int) (context.Context, *billing.ListCardsRequest, []client.CallOption)
func (*FakeBillingService) ListCardsCallCount ¶
func (fake *FakeBillingService) ListCardsCallCount() int
func (*FakeBillingService) ListCardsCalls ¶
func (fake *FakeBillingService) ListCardsCalls(stub func(context.Context, *billing.ListCardsRequest, ...client.CallOption) (*billing.ListCardsResponse, error))
func (*FakeBillingService) ListCardsReturns ¶
func (fake *FakeBillingService) ListCardsReturns(result1 *billing.ListCardsResponse, result2 error)
func (*FakeBillingService) ListCardsReturnsOnCall ¶
func (fake *FakeBillingService) ListCardsReturnsOnCall(i int, result1 *billing.ListCardsResponse, result2 error)
func (*FakeBillingService) ListPayments ¶
func (fake *FakeBillingService) ListPayments(arg1 context.Context, arg2 *billing.ListPaymentsRequest, arg3 ...client.CallOption) (*billing.ListPaymentsResponse, error)
func (*FakeBillingService) ListPaymentsArgsForCall ¶
func (fake *FakeBillingService) ListPaymentsArgsForCall(i int) (context.Context, *billing.ListPaymentsRequest, []client.CallOption)
func (*FakeBillingService) ListPaymentsCallCount ¶
func (fake *FakeBillingService) ListPaymentsCallCount() int
func (*FakeBillingService) ListPaymentsCalls ¶
func (fake *FakeBillingService) ListPaymentsCalls(stub func(context.Context, *billing.ListPaymentsRequest, ...client.CallOption) (*billing.ListPaymentsResponse, error))
func (*FakeBillingService) ListPaymentsReturns ¶
func (fake *FakeBillingService) ListPaymentsReturns(result1 *billing.ListPaymentsResponse, result2 error)
func (*FakeBillingService) ListPaymentsReturnsOnCall ¶
func (fake *FakeBillingService) ListPaymentsReturnsOnCall(i int, result1 *billing.ListPaymentsResponse, result2 error)
func (*FakeBillingService) ReadAccount ¶
func (fake *FakeBillingService) ReadAccount(arg1 context.Context, arg2 *billing.ReadAccountRequest, arg3 ...client.CallOption) (*billing.ReadAccountResponse, error)
func (*FakeBillingService) ReadAccountArgsForCall ¶
func (fake *FakeBillingService) ReadAccountArgsForCall(i int) (context.Context, *billing.ReadAccountRequest, []client.CallOption)
func (*FakeBillingService) ReadAccountCallCount ¶
func (fake *FakeBillingService) ReadAccountCallCount() int
func (*FakeBillingService) ReadAccountCalls ¶
func (fake *FakeBillingService) ReadAccountCalls(stub func(context.Context, *billing.ReadAccountRequest, ...client.CallOption) (*billing.ReadAccountResponse, error))
func (*FakeBillingService) ReadAccountReturns ¶
func (fake *FakeBillingService) ReadAccountReturns(result1 *billing.ReadAccountResponse, result2 error)
func (*FakeBillingService) ReadAccountReturnsOnCall ¶
func (fake *FakeBillingService) ReadAccountReturnsOnCall(i int, result1 *billing.ReadAccountResponse, result2 error)
func (*FakeBillingService) SetupCard ¶
func (fake *FakeBillingService) SetupCard(arg1 context.Context, arg2 *billing.SetupCardRequest, arg3 ...client.CallOption) (*billing.SetupCardResponse, error)
func (*FakeBillingService) SetupCardArgsForCall ¶
func (fake *FakeBillingService) SetupCardArgsForCall(i int) (context.Context, *billing.SetupCardRequest, []client.CallOption)
func (*FakeBillingService) SetupCardCallCount ¶
func (fake *FakeBillingService) SetupCardCallCount() int
func (*FakeBillingService) SetupCardCalls ¶
func (fake *FakeBillingService) SetupCardCalls(stub func(context.Context, *billing.SetupCardRequest, ...client.CallOption) (*billing.SetupCardResponse, error))
func (*FakeBillingService) SetupCardReturns ¶
func (fake *FakeBillingService) SetupCardReturns(result1 *billing.SetupCardResponse, result2 error)
func (*FakeBillingService) SetupCardReturnsOnCall ¶
func (fake *FakeBillingService) SetupCardReturnsOnCall(i int, result1 *billing.SetupCardResponse, result2 error)
func (*FakeBillingService) SubscribeTier ¶
func (fake *FakeBillingService) SubscribeTier(arg1 context.Context, arg2 *billing.SubscribeTierRequest, arg3 ...client.CallOption) (*billing.SubscribeTierResponse, error)
func (*FakeBillingService) SubscribeTierArgsForCall ¶
func (fake *FakeBillingService) SubscribeTierArgsForCall(i int) (context.Context, *billing.SubscribeTierRequest, []client.CallOption)
func (*FakeBillingService) SubscribeTierCallCount ¶
func (fake *FakeBillingService) SubscribeTierCallCount() int
func (*FakeBillingService) SubscribeTierCalls ¶
func (fake *FakeBillingService) SubscribeTierCalls(stub func(context.Context, *billing.SubscribeTierRequest, ...client.CallOption) (*billing.SubscribeTierResponse, error))
func (*FakeBillingService) SubscribeTierReturns ¶
func (fake *FakeBillingService) SubscribeTierReturns(result1 *billing.SubscribeTierResponse, result2 error)
func (*FakeBillingService) SubscribeTierReturnsOnCall ¶
func (fake *FakeBillingService) SubscribeTierReturnsOnCall(i int, result1 *billing.SubscribeTierResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.