Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockIAPClient
- func (m *MockIAPClient) EXPECT() *MockIAPClientMockRecorder
- func (m *MockIAPClient) ParseNotificationV2(arg0 string, arg1 *jwt.Token) error
- func (m *MockIAPClient) Verify(arg0 context.Context, arg1 appstore.IAPRequest, arg2 interface{}) error
- func (m *MockIAPClient) VerifyWithStatus(arg0 context.Context, arg1 appstore.IAPRequest, arg2 interface{}) (int, error)
- type MockIAPClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIAPClient ¶
type MockIAPClient struct {
// contains filtered or unexported fields
}
MockIAPClient is a mock of IAPClient interface.
func NewMockIAPClient ¶
func NewMockIAPClient(ctrl *gomock.Controller) *MockIAPClient
NewMockIAPClient creates a new mock instance.
func (*MockIAPClient) EXPECT ¶
func (m *MockIAPClient) EXPECT() *MockIAPClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIAPClient) ParseNotificationV2 ¶ added in v1.8.1
func (m *MockIAPClient) ParseNotificationV2(arg0 string, arg1 *jwt.Token) error
ParseNotificationV2 mocks base method.
func (*MockIAPClient) Verify ¶
func (m *MockIAPClient) Verify(arg0 context.Context, arg1 appstore.IAPRequest, arg2 interface{}) error
Verify mocks base method.
func (*MockIAPClient) VerifyWithStatus ¶ added in v1.8.1
func (m *MockIAPClient) VerifyWithStatus(arg0 context.Context, arg1 appstore.IAPRequest, arg2 interface{}) (int, error)
VerifyWithStatus mocks base method.
type MockIAPClientMockRecorder ¶
type MockIAPClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIAPClientMockRecorder is the mock recorder for MockIAPClient.
func (*MockIAPClientMockRecorder) ParseNotificationV2 ¶ added in v1.8.1
func (mr *MockIAPClientMockRecorder) ParseNotificationV2(arg0, arg1 interface{}) *gomock.Call
ParseNotificationV2 indicates an expected call of ParseNotificationV2.
func (*MockIAPClientMockRecorder) Verify ¶
func (mr *MockIAPClientMockRecorder) Verify(arg0, arg1, arg2 interface{}) *gomock.Call
Verify indicates an expected call of Verify.
func (*MockIAPClientMockRecorder) VerifyWithStatus ¶ added in v1.8.1
func (mr *MockIAPClientMockRecorder) VerifyWithStatus(arg0, arg1, arg2 interface{}) *gomock.Call
VerifyWithStatus indicates an expected call of VerifyWithStatus.
Click to show internal directories.
Click to hide internal directories.