Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Next ¶
func (mr *MockInterfaceMockRecorder) Next() *gomock.Call
Next indicates an expected call of Next.
type MockStripe ¶
type MockStripe struct {
// contains filtered or unexported fields
}
MockStripe is a mock of Stripe interface.
func NewMockStripe ¶
func NewMockStripe(ctrl *gomock.Controller) *MockStripe
NewMockStripe creates a new mock instance.
func (*MockStripe) EXPECT ¶
func (m *MockStripe) EXPECT() *MockStripeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStripe) GetEvent ¶
func (m *MockStripe) GetEvent(createdAt int64, startingAfter, endingBefore string) (models.EventResponse, error)
GetEvent mocks base method.
func (*MockStripe) GetResource ¶
func (m *MockStripe) GetResource(arg0 string) (models.ResourceResponse, error)
GetResource mocks base method.
type MockStripeMockRecorder ¶
type MockStripeMockRecorder struct {
// contains filtered or unexported fields
}
MockStripeMockRecorder is the mock recorder for MockStripe.
func (*MockStripeMockRecorder) GetEvent ¶
func (mr *MockStripeMockRecorder) GetEvent(createdAt, startingAfter, endingBefore interface{}) *gomock.Call
GetEvent indicates an expected call of GetEvent.
func (*MockStripeMockRecorder) GetResource ¶
func (mr *MockStripeMockRecorder) GetResource(arg0 interface{}) *gomock.Call
GetResource indicates an expected call of GetResource.