Documentation ¶
Index ¶
- type AWSServiceClient
- func (_m *AWSServiceClient) AttachDataSource(ctx context.Context, in *aws.AttachDataSourceRequest, opts ...grpc.CallOption) (*aws.AttachDataSourceResponse, error)
- func (_m *AWSServiceClient) DeleteAWS(ctx context.Context, in *aws.DeleteAWSRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *AWSServiceClient) DetachDataSource(ctx context.Context, in *aws.DetachDataSourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *AWSServiceClient) InvokeScan(ctx context.Context, in *aws.InvokeScanRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *AWSServiceClient) InvokeScanAll(ctx context.Context, in *aws.InvokeScanAllRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *AWSServiceClient) ListAWS(ctx context.Context, in *aws.ListAWSRequest, opts ...grpc.CallOption) (*aws.ListAWSResponse, error)
- func (_m *AWSServiceClient) ListDataSource(ctx context.Context, in *aws.ListDataSourceRequest, opts ...grpc.CallOption) (*aws.ListDataSourceResponse, error)
- func (_m *AWSServiceClient) PutAWS(ctx context.Context, in *aws.PutAWSRequest, opts ...grpc.CallOption) (*aws.PutAWSResponse, error)
- type AWSServiceServer
- func (_m *AWSServiceServer) AttachDataSource(_a0 context.Context, _a1 *aws.AttachDataSourceRequest) (*aws.AttachDataSourceResponse, error)
- func (_m *AWSServiceServer) DeleteAWS(_a0 context.Context, _a1 *aws.DeleteAWSRequest) (*emptypb.Empty, error)
- func (_m *AWSServiceServer) DetachDataSource(_a0 context.Context, _a1 *aws.DetachDataSourceRequest) (*emptypb.Empty, error)
- func (_m *AWSServiceServer) InvokeScan(_a0 context.Context, _a1 *aws.InvokeScanRequest) (*emptypb.Empty, error)
- func (_m *AWSServiceServer) InvokeScanAll(_a0 context.Context, _a1 *aws.InvokeScanAllRequest) (*emptypb.Empty, error)
- func (_m *AWSServiceServer) ListAWS(_a0 context.Context, _a1 *aws.ListAWSRequest) (*aws.ListAWSResponse, error)
- func (_m *AWSServiceServer) ListDataSource(_a0 context.Context, _a1 *aws.ListDataSourceRequest) (*aws.ListDataSourceResponse, error)
- func (_m *AWSServiceServer) PutAWS(_a0 context.Context, _a1 *aws.PutAWSRequest) (*aws.PutAWSResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSServiceClient ¶
AWSServiceClient is an autogenerated mock type for the AWSServiceClient type
func NewAWSServiceClient ¶
func NewAWSServiceClient(t interface { mock.TestingT Cleanup(func()) }) *AWSServiceClient
NewAWSServiceClient creates a new instance of AWSServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AWSServiceClient) AttachDataSource ¶
func (_m *AWSServiceClient) AttachDataSource(ctx context.Context, in *aws.AttachDataSourceRequest, opts ...grpc.CallOption) (*aws.AttachDataSourceResponse, error)
AttachDataSource provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) DeleteAWS ¶
func (_m *AWSServiceClient) DeleteAWS(ctx context.Context, in *aws.DeleteAWSRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteAWS provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) DetachDataSource ¶
func (_m *AWSServiceClient) DetachDataSource(ctx context.Context, in *aws.DetachDataSourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DetachDataSource provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) InvokeScan ¶
func (_m *AWSServiceClient) InvokeScan(ctx context.Context, in *aws.InvokeScanRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
InvokeScan provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) InvokeScanAll ¶
func (_m *AWSServiceClient) InvokeScanAll(ctx context.Context, in *aws.InvokeScanAllRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
InvokeScanAll provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) ListAWS ¶
func (_m *AWSServiceClient) ListAWS(ctx context.Context, in *aws.ListAWSRequest, opts ...grpc.CallOption) (*aws.ListAWSResponse, error)
ListAWS provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) ListDataSource ¶
func (_m *AWSServiceClient) ListDataSource(ctx context.Context, in *aws.ListDataSourceRequest, opts ...grpc.CallOption) (*aws.ListDataSourceResponse, error)
ListDataSource provides a mock function with given fields: ctx, in, opts
func (*AWSServiceClient) PutAWS ¶
func (_m *AWSServiceClient) PutAWS(ctx context.Context, in *aws.PutAWSRequest, opts ...grpc.CallOption) (*aws.PutAWSResponse, error)
PutAWS provides a mock function with given fields: ctx, in, opts
type AWSServiceServer ¶
AWSServiceServer is an autogenerated mock type for the AWSServiceServer type
func NewAWSServiceServer ¶
func NewAWSServiceServer(t interface { mock.TestingT Cleanup(func()) }) *AWSServiceServer
NewAWSServiceServer creates a new instance of AWSServiceServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AWSServiceServer) AttachDataSource ¶
func (_m *AWSServiceServer) AttachDataSource(_a0 context.Context, _a1 *aws.AttachDataSourceRequest) (*aws.AttachDataSourceResponse, error)
AttachDataSource provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) DeleteAWS ¶
func (_m *AWSServiceServer) DeleteAWS(_a0 context.Context, _a1 *aws.DeleteAWSRequest) (*emptypb.Empty, error)
DeleteAWS provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) DetachDataSource ¶
func (_m *AWSServiceServer) DetachDataSource(_a0 context.Context, _a1 *aws.DetachDataSourceRequest) (*emptypb.Empty, error)
DetachDataSource provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) InvokeScan ¶
func (_m *AWSServiceServer) InvokeScan(_a0 context.Context, _a1 *aws.InvokeScanRequest) (*emptypb.Empty, error)
InvokeScan provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) InvokeScanAll ¶
func (_m *AWSServiceServer) InvokeScanAll(_a0 context.Context, _a1 *aws.InvokeScanAllRequest) (*emptypb.Empty, error)
InvokeScanAll provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) ListAWS ¶
func (_m *AWSServiceServer) ListAWS(_a0 context.Context, _a1 *aws.ListAWSRequest) (*aws.ListAWSResponse, error)
ListAWS provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) ListDataSource ¶
func (_m *AWSServiceServer) ListDataSource(_a0 context.Context, _a1 *aws.ListDataSourceRequest) (*aws.ListDataSourceResponse, error)
ListDataSource provides a mock function with given fields: _a0, _a1
func (*AWSServiceServer) PutAWS ¶
func (_m *AWSServiceServer) PutAWS(_a0 context.Context, _a1 *aws.PutAWSRequest) (*aws.PutAWSResponse, error)
PutAWS provides a mock function with given fields: _a0, _a1