# README
Mocks
The files in this module are generated via mockgen
for use with gomock
.
To add a new mock:
- Add a line to
gen.go
in this module - Run
make mock
from the project root
# Functions
NewMockBackupApi creates a new mock instance.
NewMockBucketsApi creates a new mock instance.
NewMockBucketSchemasApi creates a new mock instance.
NewMockConfigService creates a new mock instance.
NewMockDBRPsApi creates a new mock instance.
NewMockDeleteApi creates a new mock instance.
NewMockHealthApi creates a new mock instance.
NewMockInvokableScriptsApi creates a new mock instance.
NewMockOrganizationsApi creates a new mock instance.
NewMockQueryApi creates a new mock instance.
NewMockSecretsApi creates a new mock instance.
NewMockSetupApi creates a new mock instance.
NewMockStdIO creates a new mock instance.
NewMockUsersApi creates a new mock instance.
NewMockWriteApi creates a new mock instance.
# Structs
MockBackupApi is a mock of BackupApi interface.
MockBackupApiMockRecorder is the mock recorder for MockBackupApi.
MockBucketsApi is a mock of BucketsApi interface.
MockBucketsApiMockRecorder is the mock recorder for MockBucketsApi.
MockBucketSchemasApi is a mock of BucketSchemasApi interface.
MockBucketSchemasApiMockRecorder is the mock recorder for MockBucketSchemasApi.
MockConfigService is a mock of Service interface.
MockConfigServiceMockRecorder is the mock recorder for MockConfigService.
MockDBRPsApi is a mock of DBRPsApi interface.
MockDBRPsApiMockRecorder is the mock recorder for MockDBRPsApi.
MockDeleteApi is a mock of DeleteApi interface.
MockDeleteApiMockRecorder is the mock recorder for MockDeleteApi.
MockHealthApi is a mock of HealthApi interface.
MockHealthApiMockRecorder is the mock recorder for MockHealthApi.
MockInvokableScriptsApi is a mock of InvokableScriptsApi interface.
MockInvokableScriptsApiMockRecorder is the mock recorder for MockInvokableScriptsApi.
MockOrganizationsApi is a mock of OrganizationsApi interface.
MockOrganizationsApiMockRecorder is the mock recorder for MockOrganizationsApi.
MockQueryApi is a mock of QueryApi interface.
MockQueryApiMockRecorder is the mock recorder for MockQueryApi.
MockSecretsApi is a mock of SecretsApi interface.
MockSecretsApiMockRecorder is the mock recorder for MockSecretsApi.
MockSetupApi is a mock of SetupApi interface.
MockSetupApiMockRecorder is the mock recorder for MockSetupApi.
MockStdIO is a mock of StdIO interface.
MockStdIOMockRecorder is the mock recorder for MockStdIO.
MockUsersApi is a mock of UsersApi interface.
MockUsersApiMockRecorder is the mock recorder for MockUsersApi.
MockWriteApi is a mock of WriteApi interface.
MockWriteApiMockRecorder is the mock recorder for MockWriteApi.