Documentation ¶
Overview ¶
Package tda is a generated GoMock package.
Index ¶
- type MockTrustedDataAccessAPIClient
- func (m *MockTrustedDataAccessAPIClient) DataAccess(arg0 context.Context, arg1 *tdav1beta1.DataAccessRequest, ...) (*tdav1beta1.DataAccessResponse, error)
- func (m *MockTrustedDataAccessAPIClient) EXPECT() *MockTrustedDataAccessAPIClientMockRecorder
- func (m *MockTrustedDataAccessAPIClient) GrantConsent(arg0 context.Context, arg1 *tdav1beta1.GrantConsentRequest, ...) (*tdav1beta1.GrantConsentResponse, error)
- func (m *MockTrustedDataAccessAPIClient) ListConsents(arg0 context.Context, arg1 *tdav1beta1.ListConsentsRequest, ...) (*tdav1beta1.ListConsentsResponse, error)
- func (m *MockTrustedDataAccessAPIClient) RevokeConsent(arg0 context.Context, arg1 *tdav1beta1.RevokeConsentRequest, ...) (*tdav1beta1.RevokeConsentResponse, error)
- type MockTrustedDataAccessAPIClientMockRecorder
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) DataAccess(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) GrantConsent(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) ListConsents(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) RevokeConsent(arg0, arg1 any, arg2 ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTrustedDataAccessAPIClient ¶
type MockTrustedDataAccessAPIClient struct {
// contains filtered or unexported fields
}
MockTrustedDataAccessAPIClient is a mock of TrustedDataAccessAPIClient interface.
func NewMockTrustedDataAccessAPIClient ¶
func NewMockTrustedDataAccessAPIClient(ctrl *gomock.Controller) *MockTrustedDataAccessAPIClient
NewMockTrustedDataAccessAPIClient creates a new mock instance.
func (*MockTrustedDataAccessAPIClient) DataAccess ¶
func (m *MockTrustedDataAccessAPIClient) DataAccess(arg0 context.Context, arg1 *tdav1beta1.DataAccessRequest, arg2 ...grpc.CallOption) (*tdav1beta1.DataAccessResponse, error)
DataAccess mocks base method.
func (*MockTrustedDataAccessAPIClient) EXPECT ¶
func (m *MockTrustedDataAccessAPIClient) EXPECT() *MockTrustedDataAccessAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTrustedDataAccessAPIClient) GrantConsent ¶
func (m *MockTrustedDataAccessAPIClient) GrantConsent(arg0 context.Context, arg1 *tdav1beta1.GrantConsentRequest, arg2 ...grpc.CallOption) (*tdav1beta1.GrantConsentResponse, error)
GrantConsent mocks base method.
func (*MockTrustedDataAccessAPIClient) ListConsents ¶
func (m *MockTrustedDataAccessAPIClient) ListConsents(arg0 context.Context, arg1 *tdav1beta1.ListConsentsRequest, arg2 ...grpc.CallOption) (*tdav1beta1.ListConsentsResponse, error)
ListConsents mocks base method.
func (*MockTrustedDataAccessAPIClient) RevokeConsent ¶
func (m *MockTrustedDataAccessAPIClient) RevokeConsent(arg0 context.Context, arg1 *tdav1beta1.RevokeConsentRequest, arg2 ...grpc.CallOption) (*tdav1beta1.RevokeConsentResponse, error)
RevokeConsent mocks base method.
type MockTrustedDataAccessAPIClientMockRecorder ¶
type MockTrustedDataAccessAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTrustedDataAccessAPIClientMockRecorder is the mock recorder for MockTrustedDataAccessAPIClient.
func (*MockTrustedDataAccessAPIClientMockRecorder) DataAccess ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) DataAccess(arg0, arg1 any, arg2 ...any) *gomock.Call
DataAccess indicates an expected call of DataAccess.
func (*MockTrustedDataAccessAPIClientMockRecorder) GrantConsent ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) GrantConsent(arg0, arg1 any, arg2 ...any) *gomock.Call
GrantConsent indicates an expected call of GrantConsent.
func (*MockTrustedDataAccessAPIClientMockRecorder) ListConsents ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) ListConsents(arg0, arg1 any, arg2 ...any) *gomock.Call
ListConsents indicates an expected call of ListConsents.
func (*MockTrustedDataAccessAPIClientMockRecorder) RevokeConsent ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) RevokeConsent(arg0, arg1 any, arg2 ...any) *gomock.Call
RevokeConsent indicates an expected call of RevokeConsent.