Documentation ¶
Overview ¶
Package tda is a generated GoMock package.
Index ¶
- type MockTrustedDataAccessAPIClient
- func (m *MockTrustedDataAccessAPIClient) DataAccess(ctx context.Context, in *tdav1beta1.DataAccessRequest, opts ...grpc.CallOption) (*tdav1beta1.DataAccessResponse, error)
- func (m *MockTrustedDataAccessAPIClient) EXPECT() *MockTrustedDataAccessAPIClientMockRecorder
- func (m *MockTrustedDataAccessAPIClient) GrantConsent(ctx context.Context, in *tdav1beta1.GrantConsentRequest, ...) (*tdav1beta1.GrantConsentResponse, error)
- func (m *MockTrustedDataAccessAPIClient) ListConsents(ctx context.Context, in *tdav1beta1.ListConsentsRequest, ...) (*tdav1beta1.ListConsentsResponse, error)
- func (m *MockTrustedDataAccessAPIClient) RevokeConsent(ctx context.Context, in *tdav1beta1.RevokeConsentRequest, ...) (*tdav1beta1.RevokeConsentResponse, error)
- type MockTrustedDataAccessAPIClientMockRecorder
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) DataAccess(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) GrantConsent(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) ListConsents(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockTrustedDataAccessAPIClientMockRecorder) RevokeConsent(ctx, in any, opts ...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(ctx context.Context, in *tdav1beta1.DataAccessRequest, opts ...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(ctx context.Context, in *tdav1beta1.GrantConsentRequest, opts ...grpc.CallOption) (*tdav1beta1.GrantConsentResponse, error)
GrantConsent mocks base method.
func (*MockTrustedDataAccessAPIClient) ListConsents ¶
func (m *MockTrustedDataAccessAPIClient) ListConsents(ctx context.Context, in *tdav1beta1.ListConsentsRequest, opts ...grpc.CallOption) (*tdav1beta1.ListConsentsResponse, error)
ListConsents mocks base method.
func (*MockTrustedDataAccessAPIClient) RevokeConsent ¶
func (m *MockTrustedDataAccessAPIClient) RevokeConsent(ctx context.Context, in *tdav1beta1.RevokeConsentRequest, opts ...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(ctx, in any, opts ...any) *gomock.Call
DataAccess indicates an expected call of DataAccess.
func (*MockTrustedDataAccessAPIClientMockRecorder) GrantConsent ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) GrantConsent(ctx, in any, opts ...any) *gomock.Call
GrantConsent indicates an expected call of GrantConsent.
func (*MockTrustedDataAccessAPIClientMockRecorder) ListConsents ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) ListConsents(ctx, in any, opts ...any) *gomock.Call
ListConsents indicates an expected call of ListConsents.
func (*MockTrustedDataAccessAPIClientMockRecorder) RevokeConsent ¶
func (mr *MockTrustedDataAccessAPIClientMockRecorder) RevokeConsent(ctx, in any, opts ...any) *gomock.Call
RevokeConsent indicates an expected call of RevokeConsent.