Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockBackupApi
- func (m *MockBackupApi) EXPECT() *MockBackupApiMockRecorder
- func (m *MockBackupApi) GetBackupKV(arg0 context.Context) api.ApiGetBackupKVRequest
- func (m *MockBackupApi) GetBackupKVExecute(arg0 api.ApiGetBackupKVRequest) (*http.Response, error)
- func (m *MockBackupApi) GetBackupMetadata(arg0 context.Context) api.ApiGetBackupMetadataRequest
- func (m *MockBackupApi) GetBackupMetadataExecute(arg0 api.ApiGetBackupMetadataRequest) (*http.Response, error)
- func (m *MockBackupApi) GetBackupShardId(arg0 context.Context, arg1 int64) api.ApiGetBackupShardIdRequest
- func (m *MockBackupApi) GetBackupShardIdExecute(arg0 api.ApiGetBackupShardIdRequest) (*http.Response, error)
- func (m *MockBackupApi) OnlyCloud() api.BackupApi
- func (m *MockBackupApi) OnlyOSS() api.BackupApi
- type MockBackupApiMockRecorder
- func (mr *MockBackupApiMockRecorder) GetBackupKV(arg0 interface{}) *gomock.Call
- func (mr *MockBackupApiMockRecorder) GetBackupKVExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBackupApiMockRecorder) GetBackupMetadata(arg0 interface{}) *gomock.Call
- func (mr *MockBackupApiMockRecorder) GetBackupMetadataExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBackupApiMockRecorder) GetBackupShardId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBackupApiMockRecorder) GetBackupShardIdExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBackupApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockBackupApiMockRecorder) OnlyOSS() *gomock.Call
- type MockBucketSchemasApi
- func (m *MockBucketSchemasApi) CreateMeasurementSchema(arg0 context.Context, arg1 string) api.ApiCreateMeasurementSchemaRequest
- func (m *MockBucketSchemasApi) CreateMeasurementSchemaExecute(arg0 api.ApiCreateMeasurementSchemaRequest) (api.MeasurementSchema, error)
- func (m *MockBucketSchemasApi) EXPECT() *MockBucketSchemasApiMockRecorder
- func (m *MockBucketSchemasApi) GetMeasurementSchema(arg0 context.Context, arg1, arg2 string) api.ApiGetMeasurementSchemaRequest
- func (m *MockBucketSchemasApi) GetMeasurementSchemaExecute(arg0 api.ApiGetMeasurementSchemaRequest) (api.MeasurementSchema, error)
- func (m *MockBucketSchemasApi) GetMeasurementSchemas(arg0 context.Context, arg1 string) api.ApiGetMeasurementSchemasRequest
- func (m *MockBucketSchemasApi) GetMeasurementSchemasExecute(arg0 api.ApiGetMeasurementSchemasRequest) (api.MeasurementSchemaList, error)
- func (m *MockBucketSchemasApi) OnlyCloud() api.BucketSchemasApi
- func (m *MockBucketSchemasApi) OnlyOSS() api.BucketSchemasApi
- func (m *MockBucketSchemasApi) UpdateMeasurementSchema(arg0 context.Context, arg1, arg2 string) api.ApiUpdateMeasurementSchemaRequest
- func (m *MockBucketSchemasApi) UpdateMeasurementSchemaExecute(arg0 api.ApiUpdateMeasurementSchemaRequest) (api.MeasurementSchema, error)
- type MockBucketSchemasApiMockRecorder
- func (mr *MockBucketSchemasApiMockRecorder) CreateMeasurementSchema(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) CreateMeasurementSchemaExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchema(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemaExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemas(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemasExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) UpdateMeasurementSchema(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockBucketSchemasApiMockRecorder) UpdateMeasurementSchemaExecute(arg0 interface{}) *gomock.Call
- type MockBucketsApi
- func (m *MockBucketsApi) DeleteBucketsID(arg0 context.Context, arg1 string) api.ApiDeleteBucketsIDRequest
- func (m *MockBucketsApi) DeleteBucketsIDExecute(arg0 api.ApiDeleteBucketsIDRequest) error
- func (m *MockBucketsApi) EXPECT() *MockBucketsApiMockRecorder
- func (m *MockBucketsApi) GetBuckets(arg0 context.Context) api.ApiGetBucketsRequest
- func (m *MockBucketsApi) GetBucketsExecute(arg0 api.ApiGetBucketsRequest) (api.Buckets, error)
- func (m *MockBucketsApi) GetBucketsID(arg0 context.Context, arg1 string) api.ApiGetBucketsIDRequest
- func (m *MockBucketsApi) GetBucketsIDExecute(arg0 api.ApiGetBucketsIDRequest) (api.Bucket, error)
- func (m *MockBucketsApi) OnlyCloud() api.BucketsApi
- func (m *MockBucketsApi) OnlyOSS() api.BucketsApi
- func (m *MockBucketsApi) PatchBucketsID(arg0 context.Context, arg1 string) api.ApiPatchBucketsIDRequest
- func (m *MockBucketsApi) PatchBucketsIDExecute(arg0 api.ApiPatchBucketsIDRequest) (api.Bucket, error)
- func (m *MockBucketsApi) PostBuckets(arg0 context.Context) api.ApiPostBucketsRequest
- func (m *MockBucketsApi) PostBucketsExecute(arg0 api.ApiPostBucketsRequest) (api.Bucket, error)
- type MockBucketsApiMockRecorder
- func (mr *MockBucketsApiMockRecorder) DeleteBucketsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) DeleteBucketsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) GetBuckets(arg0 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) GetBucketsExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) GetBucketsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) GetBucketsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockBucketsApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockBucketsApiMockRecorder) PatchBucketsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) PatchBucketsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) PostBuckets(arg0 interface{}) *gomock.Call
- func (mr *MockBucketsApiMockRecorder) PostBucketsExecute(arg0 interface{}) *gomock.Call
- type MockConfigService
- func (m *MockConfigService) Active() (config.Config, error)
- func (m *MockConfigService) CreateConfig(arg0 config.Config) (config.Config, error)
- func (m *MockConfigService) DeleteConfig(arg0 string) (config.Config, error)
- func (m *MockConfigService) EXPECT() *MockConfigServiceMockRecorder
- func (m *MockConfigService) ListConfigs() (config.Configs, error)
- func (m *MockConfigService) SwitchActive(arg0 string) (config.Config, error)
- func (m *MockConfigService) UpdateConfig(arg0 config.Config) (config.Config, error)
- type MockConfigServiceMockRecorder
- func (mr *MockConfigServiceMockRecorder) Active() *gomock.Call
- func (mr *MockConfigServiceMockRecorder) CreateConfig(arg0 interface{}) *gomock.Call
- func (mr *MockConfigServiceMockRecorder) DeleteConfig(arg0 interface{}) *gomock.Call
- func (mr *MockConfigServiceMockRecorder) ListConfigs() *gomock.Call
- func (mr *MockConfigServiceMockRecorder) SwitchActive(arg0 interface{}) *gomock.Call
- func (mr *MockConfigServiceMockRecorder) UpdateConfig(arg0 interface{}) *gomock.Call
- type MockDBRPsApi
- func (m *MockDBRPsApi) DeleteDBRPID(arg0 context.Context, arg1 string) api.ApiDeleteDBRPIDRequest
- func (m *MockDBRPsApi) DeleteDBRPIDExecute(arg0 api.ApiDeleteDBRPIDRequest) error
- func (m *MockDBRPsApi) EXPECT() *MockDBRPsApiMockRecorder
- func (m *MockDBRPsApi) GetDBRPs(arg0 context.Context) api.ApiGetDBRPsRequest
- func (m *MockDBRPsApi) GetDBRPsExecute(arg0 api.ApiGetDBRPsRequest) (api.DBRPs, error)
- func (m *MockDBRPsApi) GetDBRPsID(arg0 context.Context, arg1 string) api.ApiGetDBRPsIDRequest
- func (m *MockDBRPsApi) GetDBRPsIDExecute(arg0 api.ApiGetDBRPsIDRequest) (api.DBRPGet, error)
- func (m *MockDBRPsApi) OnlyCloud() api.DBRPsApi
- func (m *MockDBRPsApi) OnlyOSS() api.DBRPsApi
- func (m *MockDBRPsApi) PatchDBRPID(arg0 context.Context, arg1 string) api.ApiPatchDBRPIDRequest
- func (m *MockDBRPsApi) PatchDBRPIDExecute(arg0 api.ApiPatchDBRPIDRequest) (api.DBRPGet, error)
- func (m *MockDBRPsApi) PostDBRP(arg0 context.Context) api.ApiPostDBRPRequest
- func (m *MockDBRPsApi) PostDBRPExecute(arg0 api.ApiPostDBRPRequest) (api.DBRP, error)
- type MockDBRPsApiMockRecorder
- func (mr *MockDBRPsApiMockRecorder) DeleteDBRPID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) DeleteDBRPIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) GetDBRPs(arg0 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) GetDBRPsExecute(arg0 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) GetDBRPsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) GetDBRPsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) PatchDBRPID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) PatchDBRPIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) PostDBRP(arg0 interface{}) *gomock.Call
- func (mr *MockDBRPsApiMockRecorder) PostDBRPExecute(arg0 interface{}) *gomock.Call
- type MockDeleteApi
- func (m *MockDeleteApi) EXPECT() *MockDeleteApiMockRecorder
- func (m *MockDeleteApi) OnlyCloud() api.DeleteApi
- func (m *MockDeleteApi) OnlyOSS() api.DeleteApi
- func (m *MockDeleteApi) PostDelete(arg0 context.Context) api.ApiPostDeleteRequest
- func (m *MockDeleteApi) PostDeleteExecute(arg0 api.ApiPostDeleteRequest) error
- type MockDeleteApiMockRecorder
- type MockHealthApi
- func (m *MockHealthApi) EXPECT() *MockHealthApiMockRecorder
- func (m *MockHealthApi) GetHealth(arg0 context.Context) api.ApiGetHealthRequest
- func (m *MockHealthApi) GetHealthExecute(arg0 api.ApiGetHealthRequest) (api.HealthCheck, error)
- func (m *MockHealthApi) OnlyCloud() api.HealthApi
- func (m *MockHealthApi) OnlyOSS() api.HealthApi
- type MockHealthApiMockRecorder
- type MockOrganizationsApi
- func (m *MockOrganizationsApi) DeleteOrgsID(arg0 context.Context, arg1 string) api.ApiDeleteOrgsIDRequest
- func (m *MockOrganizationsApi) DeleteOrgsIDExecute(arg0 api.ApiDeleteOrgsIDRequest) error
- func (m *MockOrganizationsApi) DeleteOrgsIDMembersID(arg0 context.Context, arg1, arg2 string) api.ApiDeleteOrgsIDMembersIDRequest
- func (m *MockOrganizationsApi) DeleteOrgsIDMembersIDExecute(arg0 api.ApiDeleteOrgsIDMembersIDRequest) error
- func (m *MockOrganizationsApi) EXPECT() *MockOrganizationsApiMockRecorder
- func (m *MockOrganizationsApi) GetOrgs(arg0 context.Context) api.ApiGetOrgsRequest
- func (m *MockOrganizationsApi) GetOrgsExecute(arg0 api.ApiGetOrgsRequest) (api.Organizations, error)
- func (m *MockOrganizationsApi) GetOrgsID(arg0 context.Context, arg1 string) api.ApiGetOrgsIDRequest
- func (m *MockOrganizationsApi) GetOrgsIDExecute(arg0 api.ApiGetOrgsIDRequest) (api.Organization, error)
- func (m *MockOrganizationsApi) GetOrgsIDMembers(arg0 context.Context, arg1 string) api.ApiGetOrgsIDMembersRequest
- func (m *MockOrganizationsApi) GetOrgsIDMembersExecute(arg0 api.ApiGetOrgsIDMembersRequest) (api.ResourceMembers, error)
- func (m *MockOrganizationsApi) OnlyCloud() api.OrganizationsApi
- func (m *MockOrganizationsApi) OnlyOSS() api.OrganizationsApi
- func (m *MockOrganizationsApi) PatchOrgsID(arg0 context.Context, arg1 string) api.ApiPatchOrgsIDRequest
- func (m *MockOrganizationsApi) PatchOrgsIDExecute(arg0 api.ApiPatchOrgsIDRequest) (api.Organization, error)
- func (m *MockOrganizationsApi) PostOrgs(arg0 context.Context) api.ApiPostOrgsRequest
- func (m *MockOrganizationsApi) PostOrgsExecute(arg0 api.ApiPostOrgsRequest) (api.Organization, error)
- func (m *MockOrganizationsApi) PostOrgsIDMembers(arg0 context.Context, arg1 string) api.ApiPostOrgsIDMembersRequest
- func (m *MockOrganizationsApi) PostOrgsIDMembersExecute(arg0 api.ApiPostOrgsIDMembersRequest) (api.ResourceMember, error)
- type MockOrganizationsApiMockRecorder
- func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersID(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) GetOrgs(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) GetOrgsExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) GetOrgsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDMembers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDMembersExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) PatchOrgsID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) PatchOrgsIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) PostOrgs(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) PostOrgsExecute(arg0 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDMembers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDMembersExecute(arg0 interface{}) *gomock.Call
- type MockQueryApi
- func (m *MockQueryApi) EXPECT() *MockQueryApiMockRecorder
- func (m *MockQueryApi) OnlyCloud() api.QueryApi
- func (m *MockQueryApi) OnlyOSS() api.QueryApi
- func (m *MockQueryApi) PostQuery(arg0 context.Context) api.ApiPostQueryRequest
- func (m *MockQueryApi) PostQueryExecute(arg0 api.ApiPostQueryRequest) (*http.Response, error)
- type MockQueryApiMockRecorder
- type MockSecretsApi
- func (m *MockSecretsApi) EXPECT() *MockSecretsApiMockRecorder
- func (m *MockSecretsApi) GetOrgsIDSecrets(arg0 context.Context, arg1 string) api.ApiGetOrgsIDSecretsRequest
- func (m *MockSecretsApi) GetOrgsIDSecretsExecute(arg0 api.ApiGetOrgsIDSecretsRequest) (api.SecretKeysResponse, error)
- func (m *MockSecretsApi) OnlyCloud() api.SecretsApi
- func (m *MockSecretsApi) OnlyOSS() api.SecretsApi
- func (m *MockSecretsApi) PatchOrgsIDSecrets(arg0 context.Context, arg1 string) api.ApiPatchOrgsIDSecretsRequest
- func (m *MockSecretsApi) PatchOrgsIDSecretsExecute(arg0 api.ApiPatchOrgsIDSecretsRequest) error
- func (m *MockSecretsApi) PostOrgsIDSecrets(arg0 context.Context, arg1 string) api.ApiPostOrgsIDSecretsRequest
- func (m *MockSecretsApi) PostOrgsIDSecretsExecute(arg0 api.ApiPostOrgsIDSecretsRequest) error
- type MockSecretsApiMockRecorder
- func (mr *MockSecretsApiMockRecorder) GetOrgsIDSecrets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsApiMockRecorder) GetOrgsIDSecretsExecute(arg0 interface{}) *gomock.Call
- func (mr *MockSecretsApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockSecretsApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockSecretsApiMockRecorder) PatchOrgsIDSecrets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsApiMockRecorder) PatchOrgsIDSecretsExecute(arg0 interface{}) *gomock.Call
- func (mr *MockSecretsApiMockRecorder) PostOrgsIDSecrets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretsApiMockRecorder) PostOrgsIDSecretsExecute(arg0 interface{}) *gomock.Call
- type MockSetupApi
- func (m *MockSetupApi) EXPECT() *MockSetupApiMockRecorder
- func (m *MockSetupApi) GetSetup(arg0 context.Context) api.ApiGetSetupRequest
- func (m *MockSetupApi) GetSetupExecute(arg0 api.ApiGetSetupRequest) (api.InlineResponse200, error)
- func (m *MockSetupApi) OnlyCloud() api.SetupApi
- func (m *MockSetupApi) OnlyOSS() api.SetupApi
- func (m *MockSetupApi) PostSetup(arg0 context.Context) api.ApiPostSetupRequest
- func (m *MockSetupApi) PostSetupExecute(arg0 api.ApiPostSetupRequest) (api.OnboardingResponse, error)
- type MockSetupApiMockRecorder
- func (mr *MockSetupApiMockRecorder) GetSetup(arg0 interface{}) *gomock.Call
- func (mr *MockSetupApiMockRecorder) GetSetupExecute(arg0 interface{}) *gomock.Call
- func (mr *MockSetupApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockSetupApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockSetupApiMockRecorder) PostSetup(arg0 interface{}) *gomock.Call
- func (mr *MockSetupApiMockRecorder) PostSetupExecute(arg0 interface{}) *gomock.Call
- type MockStdIO
- func (m *MockStdIO) Banner(arg0 string) error
- func (m *MockStdIO) EXPECT() *MockStdIOMockRecorder
- func (m *MockStdIO) Error(arg0 string) error
- func (m *MockStdIO) GetConfirm(arg0 string) bool
- func (m *MockStdIO) GetPassword(arg0 string) (string, error)
- func (m *MockStdIO) GetSecret(arg0 string, arg1 int) (string, error)
- func (m *MockStdIO) GetStringInput(arg0, arg1 string) (string, error)
- func (m *MockStdIO) InputIsInteractive() bool
- func (m *MockStdIO) Write(arg0 []byte) (int, error)
- func (m *MockStdIO) WriteErr(arg0 []byte) (int, error)
- type MockStdIOMockRecorder
- func (mr *MockStdIOMockRecorder) Banner(arg0 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) Error(arg0 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) GetConfirm(arg0 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) GetPassword(arg0 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) GetStringInput(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) InputIsInteractive() *gomock.Call
- func (mr *MockStdIOMockRecorder) Write(arg0 interface{}) *gomock.Call
- func (mr *MockStdIOMockRecorder) WriteErr(arg0 interface{}) *gomock.Call
- type MockUsersApi
- func (m *MockUsersApi) DeleteUsersID(arg0 context.Context, arg1 string) api.ApiDeleteUsersIDRequest
- func (m *MockUsersApi) DeleteUsersIDExecute(arg0 api.ApiDeleteUsersIDRequest) error
- func (m *MockUsersApi) EXPECT() *MockUsersApiMockRecorder
- func (m *MockUsersApi) GetUsers(arg0 context.Context) api.ApiGetUsersRequest
- func (m *MockUsersApi) GetUsersExecute(arg0 api.ApiGetUsersRequest) (api.Users, error)
- func (m *MockUsersApi) GetUsersID(arg0 context.Context, arg1 string) api.ApiGetUsersIDRequest
- func (m *MockUsersApi) GetUsersIDExecute(arg0 api.ApiGetUsersIDRequest) (api.UserResponse, error)
- func (m *MockUsersApi) OnlyCloud() api.UsersApi
- func (m *MockUsersApi) OnlyOSS() api.UsersApi
- func (m *MockUsersApi) PatchUsersID(arg0 context.Context, arg1 string) api.ApiPatchUsersIDRequest
- func (m *MockUsersApi) PatchUsersIDExecute(arg0 api.ApiPatchUsersIDRequest) (api.UserResponse, error)
- func (m *MockUsersApi) PostUsers(arg0 context.Context) api.ApiPostUsersRequest
- func (m *MockUsersApi) PostUsersExecute(arg0 api.ApiPostUsersRequest) (api.UserResponse, error)
- func (m *MockUsersApi) PostUsersIDPassword(arg0 context.Context, arg1 string) api.ApiPostUsersIDPasswordRequest
- func (m *MockUsersApi) PostUsersIDPasswordExecute(arg0 api.ApiPostUsersIDPasswordRequest) error
- type MockUsersApiMockRecorder
- func (mr *MockUsersApiMockRecorder) DeleteUsersID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) DeleteUsersIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) GetUsers(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) GetUsersExecute(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) GetUsersID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) GetUsersIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) OnlyCloud() *gomock.Call
- func (mr *MockUsersApiMockRecorder) OnlyOSS() *gomock.Call
- func (mr *MockUsersApiMockRecorder) PatchUsersID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) PatchUsersIDExecute(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) PostUsers(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) PostUsersExecute(arg0 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) PostUsersIDPassword(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockUsersApiMockRecorder) PostUsersIDPasswordExecute(arg0 interface{}) *gomock.Call
- type MockWriteApi
- func (m *MockWriteApi) EXPECT() *MockWriteApiMockRecorder
- func (m *MockWriteApi) OnlyCloud() api.WriteApi
- func (m *MockWriteApi) OnlyOSS() api.WriteApi
- func (m *MockWriteApi) PostWrite(arg0 context.Context) api.ApiPostWriteRequest
- func (m *MockWriteApi) PostWriteExecute(arg0 api.ApiPostWriteRequest) error
- type MockWriteApiMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBackupApi ¶
type MockBackupApi struct {
// contains filtered or unexported fields
}
MockBackupApi is a mock of BackupApi interface.
func NewMockBackupApi ¶
func NewMockBackupApi(ctrl *gomock.Controller) *MockBackupApi
NewMockBackupApi creates a new mock instance.
func (*MockBackupApi) EXPECT ¶
func (m *MockBackupApi) EXPECT() *MockBackupApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBackupApi) GetBackupKV ¶
func (m *MockBackupApi) GetBackupKV(arg0 context.Context) api.ApiGetBackupKVRequest
GetBackupKV mocks base method.
func (*MockBackupApi) GetBackupKVExecute ¶
func (m *MockBackupApi) GetBackupKVExecute(arg0 api.ApiGetBackupKVRequest) (*http.Response, error)
GetBackupKVExecute mocks base method.
func (*MockBackupApi) GetBackupMetadata ¶
func (m *MockBackupApi) GetBackupMetadata(arg0 context.Context) api.ApiGetBackupMetadataRequest
GetBackupMetadata mocks base method.
func (*MockBackupApi) GetBackupMetadataExecute ¶
func (m *MockBackupApi) GetBackupMetadataExecute(arg0 api.ApiGetBackupMetadataRequest) (*http.Response, error)
GetBackupMetadataExecute mocks base method.
func (*MockBackupApi) GetBackupShardId ¶
func (m *MockBackupApi) GetBackupShardId(arg0 context.Context, arg1 int64) api.ApiGetBackupShardIdRequest
GetBackupShardId mocks base method.
func (*MockBackupApi) GetBackupShardIdExecute ¶
func (m *MockBackupApi) GetBackupShardIdExecute(arg0 api.ApiGetBackupShardIdRequest) (*http.Response, error)
GetBackupShardIdExecute mocks base method.
func (*MockBackupApi) OnlyCloud ¶
func (m *MockBackupApi) OnlyCloud() api.BackupApi
OnlyCloud mocks base method.
func (*MockBackupApi) OnlyOSS ¶
func (m *MockBackupApi) OnlyOSS() api.BackupApi
OnlyOSS mocks base method.
type MockBackupApiMockRecorder ¶
type MockBackupApiMockRecorder struct {
// contains filtered or unexported fields
}
MockBackupApiMockRecorder is the mock recorder for MockBackupApi.
func (*MockBackupApiMockRecorder) GetBackupKV ¶
func (mr *MockBackupApiMockRecorder) GetBackupKV(arg0 interface{}) *gomock.Call
GetBackupKV indicates an expected call of GetBackupKV.
func (*MockBackupApiMockRecorder) GetBackupKVExecute ¶
func (mr *MockBackupApiMockRecorder) GetBackupKVExecute(arg0 interface{}) *gomock.Call
GetBackupKVExecute indicates an expected call of GetBackupKVExecute.
func (*MockBackupApiMockRecorder) GetBackupMetadata ¶
func (mr *MockBackupApiMockRecorder) GetBackupMetadata(arg0 interface{}) *gomock.Call
GetBackupMetadata indicates an expected call of GetBackupMetadata.
func (*MockBackupApiMockRecorder) GetBackupMetadataExecute ¶
func (mr *MockBackupApiMockRecorder) GetBackupMetadataExecute(arg0 interface{}) *gomock.Call
GetBackupMetadataExecute indicates an expected call of GetBackupMetadataExecute.
func (*MockBackupApiMockRecorder) GetBackupShardId ¶
func (mr *MockBackupApiMockRecorder) GetBackupShardId(arg0, arg1 interface{}) *gomock.Call
GetBackupShardId indicates an expected call of GetBackupShardId.
func (*MockBackupApiMockRecorder) GetBackupShardIdExecute ¶
func (mr *MockBackupApiMockRecorder) GetBackupShardIdExecute(arg0 interface{}) *gomock.Call
GetBackupShardIdExecute indicates an expected call of GetBackupShardIdExecute.
func (*MockBackupApiMockRecorder) OnlyCloud ¶
func (mr *MockBackupApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockBackupApiMockRecorder) OnlyOSS ¶
func (mr *MockBackupApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
type MockBucketSchemasApi ¶
type MockBucketSchemasApi struct {
// contains filtered or unexported fields
}
MockBucketSchemasApi is a mock of BucketSchemasApi interface.
func NewMockBucketSchemasApi ¶
func NewMockBucketSchemasApi(ctrl *gomock.Controller) *MockBucketSchemasApi
NewMockBucketSchemasApi creates a new mock instance.
func (*MockBucketSchemasApi) CreateMeasurementSchema ¶
func (m *MockBucketSchemasApi) CreateMeasurementSchema(arg0 context.Context, arg1 string) api.ApiCreateMeasurementSchemaRequest
CreateMeasurementSchema mocks base method.
func (*MockBucketSchemasApi) CreateMeasurementSchemaExecute ¶
func (m *MockBucketSchemasApi) CreateMeasurementSchemaExecute(arg0 api.ApiCreateMeasurementSchemaRequest) (api.MeasurementSchema, error)
CreateMeasurementSchemaExecute mocks base method.
func (*MockBucketSchemasApi) EXPECT ¶
func (m *MockBucketSchemasApi) EXPECT() *MockBucketSchemasApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBucketSchemasApi) GetMeasurementSchema ¶
func (m *MockBucketSchemasApi) GetMeasurementSchema(arg0 context.Context, arg1, arg2 string) api.ApiGetMeasurementSchemaRequest
GetMeasurementSchema mocks base method.
func (*MockBucketSchemasApi) GetMeasurementSchemaExecute ¶
func (m *MockBucketSchemasApi) GetMeasurementSchemaExecute(arg0 api.ApiGetMeasurementSchemaRequest) (api.MeasurementSchema, error)
GetMeasurementSchemaExecute mocks base method.
func (*MockBucketSchemasApi) GetMeasurementSchemas ¶
func (m *MockBucketSchemasApi) GetMeasurementSchemas(arg0 context.Context, arg1 string) api.ApiGetMeasurementSchemasRequest
GetMeasurementSchemas mocks base method.
func (*MockBucketSchemasApi) GetMeasurementSchemasExecute ¶
func (m *MockBucketSchemasApi) GetMeasurementSchemasExecute(arg0 api.ApiGetMeasurementSchemasRequest) (api.MeasurementSchemaList, error)
GetMeasurementSchemasExecute mocks base method.
func (*MockBucketSchemasApi) OnlyCloud ¶
func (m *MockBucketSchemasApi) OnlyCloud() api.BucketSchemasApi
OnlyCloud mocks base method.
func (*MockBucketSchemasApi) OnlyOSS ¶
func (m *MockBucketSchemasApi) OnlyOSS() api.BucketSchemasApi
OnlyOSS mocks base method.
func (*MockBucketSchemasApi) UpdateMeasurementSchema ¶
func (m *MockBucketSchemasApi) UpdateMeasurementSchema(arg0 context.Context, arg1, arg2 string) api.ApiUpdateMeasurementSchemaRequest
UpdateMeasurementSchema mocks base method.
func (*MockBucketSchemasApi) UpdateMeasurementSchemaExecute ¶
func (m *MockBucketSchemasApi) UpdateMeasurementSchemaExecute(arg0 api.ApiUpdateMeasurementSchemaRequest) (api.MeasurementSchema, error)
UpdateMeasurementSchemaExecute mocks base method.
type MockBucketSchemasApiMockRecorder ¶
type MockBucketSchemasApiMockRecorder struct {
// contains filtered or unexported fields
}
MockBucketSchemasApiMockRecorder is the mock recorder for MockBucketSchemasApi.
func (*MockBucketSchemasApiMockRecorder) CreateMeasurementSchema ¶
func (mr *MockBucketSchemasApiMockRecorder) CreateMeasurementSchema(arg0, arg1 interface{}) *gomock.Call
CreateMeasurementSchema indicates an expected call of CreateMeasurementSchema.
func (*MockBucketSchemasApiMockRecorder) CreateMeasurementSchemaExecute ¶
func (mr *MockBucketSchemasApiMockRecorder) CreateMeasurementSchemaExecute(arg0 interface{}) *gomock.Call
CreateMeasurementSchemaExecute indicates an expected call of CreateMeasurementSchemaExecute.
func (*MockBucketSchemasApiMockRecorder) GetMeasurementSchema ¶
func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchema(arg0, arg1, arg2 interface{}) *gomock.Call
GetMeasurementSchema indicates an expected call of GetMeasurementSchema.
func (*MockBucketSchemasApiMockRecorder) GetMeasurementSchemaExecute ¶
func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemaExecute(arg0 interface{}) *gomock.Call
GetMeasurementSchemaExecute indicates an expected call of GetMeasurementSchemaExecute.
func (*MockBucketSchemasApiMockRecorder) GetMeasurementSchemas ¶
func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemas(arg0, arg1 interface{}) *gomock.Call
GetMeasurementSchemas indicates an expected call of GetMeasurementSchemas.
func (*MockBucketSchemasApiMockRecorder) GetMeasurementSchemasExecute ¶
func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemasExecute(arg0 interface{}) *gomock.Call
GetMeasurementSchemasExecute indicates an expected call of GetMeasurementSchemasExecute.
func (*MockBucketSchemasApiMockRecorder) OnlyCloud ¶
func (mr *MockBucketSchemasApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockBucketSchemasApiMockRecorder) OnlyOSS ¶
func (mr *MockBucketSchemasApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockBucketSchemasApiMockRecorder) UpdateMeasurementSchema ¶
func (mr *MockBucketSchemasApiMockRecorder) UpdateMeasurementSchema(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateMeasurementSchema indicates an expected call of UpdateMeasurementSchema.
func (*MockBucketSchemasApiMockRecorder) UpdateMeasurementSchemaExecute ¶
func (mr *MockBucketSchemasApiMockRecorder) UpdateMeasurementSchemaExecute(arg0 interface{}) *gomock.Call
UpdateMeasurementSchemaExecute indicates an expected call of UpdateMeasurementSchemaExecute.
type MockBucketsApi ¶
type MockBucketsApi struct {
// contains filtered or unexported fields
}
MockBucketsApi is a mock of BucketsApi interface.
func NewMockBucketsApi ¶
func NewMockBucketsApi(ctrl *gomock.Controller) *MockBucketsApi
NewMockBucketsApi creates a new mock instance.
func (*MockBucketsApi) DeleteBucketsID ¶
func (m *MockBucketsApi) DeleteBucketsID(arg0 context.Context, arg1 string) api.ApiDeleteBucketsIDRequest
DeleteBucketsID mocks base method.
func (*MockBucketsApi) DeleteBucketsIDExecute ¶
func (m *MockBucketsApi) DeleteBucketsIDExecute(arg0 api.ApiDeleteBucketsIDRequest) error
DeleteBucketsIDExecute mocks base method.
func (*MockBucketsApi) EXPECT ¶
func (m *MockBucketsApi) EXPECT() *MockBucketsApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBucketsApi) GetBuckets ¶
func (m *MockBucketsApi) GetBuckets(arg0 context.Context) api.ApiGetBucketsRequest
GetBuckets mocks base method.
func (*MockBucketsApi) GetBucketsExecute ¶
func (m *MockBucketsApi) GetBucketsExecute(arg0 api.ApiGetBucketsRequest) (api.Buckets, error)
GetBucketsExecute mocks base method.
func (*MockBucketsApi) GetBucketsID ¶
func (m *MockBucketsApi) GetBucketsID(arg0 context.Context, arg1 string) api.ApiGetBucketsIDRequest
GetBucketsID mocks base method.
func (*MockBucketsApi) GetBucketsIDExecute ¶
func (m *MockBucketsApi) GetBucketsIDExecute(arg0 api.ApiGetBucketsIDRequest) (api.Bucket, error)
GetBucketsIDExecute mocks base method.
func (*MockBucketsApi) OnlyCloud ¶
func (m *MockBucketsApi) OnlyCloud() api.BucketsApi
OnlyCloud mocks base method.
func (*MockBucketsApi) OnlyOSS ¶
func (m *MockBucketsApi) OnlyOSS() api.BucketsApi
OnlyOSS mocks base method.
func (*MockBucketsApi) PatchBucketsID ¶
func (m *MockBucketsApi) PatchBucketsID(arg0 context.Context, arg1 string) api.ApiPatchBucketsIDRequest
PatchBucketsID mocks base method.
func (*MockBucketsApi) PatchBucketsIDExecute ¶
func (m *MockBucketsApi) PatchBucketsIDExecute(arg0 api.ApiPatchBucketsIDRequest) (api.Bucket, error)
PatchBucketsIDExecute mocks base method.
func (*MockBucketsApi) PostBuckets ¶
func (m *MockBucketsApi) PostBuckets(arg0 context.Context) api.ApiPostBucketsRequest
PostBuckets mocks base method.
func (*MockBucketsApi) PostBucketsExecute ¶
func (m *MockBucketsApi) PostBucketsExecute(arg0 api.ApiPostBucketsRequest) (api.Bucket, error)
PostBucketsExecute mocks base method.
type MockBucketsApiMockRecorder ¶
type MockBucketsApiMockRecorder struct {
// contains filtered or unexported fields
}
MockBucketsApiMockRecorder is the mock recorder for MockBucketsApi.
func (*MockBucketsApiMockRecorder) DeleteBucketsID ¶
func (mr *MockBucketsApiMockRecorder) DeleteBucketsID(arg0, arg1 interface{}) *gomock.Call
DeleteBucketsID indicates an expected call of DeleteBucketsID.
func (*MockBucketsApiMockRecorder) DeleteBucketsIDExecute ¶
func (mr *MockBucketsApiMockRecorder) DeleteBucketsIDExecute(arg0 interface{}) *gomock.Call
DeleteBucketsIDExecute indicates an expected call of DeleteBucketsIDExecute.
func (*MockBucketsApiMockRecorder) GetBuckets ¶
func (mr *MockBucketsApiMockRecorder) GetBuckets(arg0 interface{}) *gomock.Call
GetBuckets indicates an expected call of GetBuckets.
func (*MockBucketsApiMockRecorder) GetBucketsExecute ¶
func (mr *MockBucketsApiMockRecorder) GetBucketsExecute(arg0 interface{}) *gomock.Call
GetBucketsExecute indicates an expected call of GetBucketsExecute.
func (*MockBucketsApiMockRecorder) GetBucketsID ¶
func (mr *MockBucketsApiMockRecorder) GetBucketsID(arg0, arg1 interface{}) *gomock.Call
GetBucketsID indicates an expected call of GetBucketsID.
func (*MockBucketsApiMockRecorder) GetBucketsIDExecute ¶
func (mr *MockBucketsApiMockRecorder) GetBucketsIDExecute(arg0 interface{}) *gomock.Call
GetBucketsIDExecute indicates an expected call of GetBucketsIDExecute.
func (*MockBucketsApiMockRecorder) OnlyCloud ¶
func (mr *MockBucketsApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockBucketsApiMockRecorder) OnlyOSS ¶
func (mr *MockBucketsApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockBucketsApiMockRecorder) PatchBucketsID ¶
func (mr *MockBucketsApiMockRecorder) PatchBucketsID(arg0, arg1 interface{}) *gomock.Call
PatchBucketsID indicates an expected call of PatchBucketsID.
func (*MockBucketsApiMockRecorder) PatchBucketsIDExecute ¶
func (mr *MockBucketsApiMockRecorder) PatchBucketsIDExecute(arg0 interface{}) *gomock.Call
PatchBucketsIDExecute indicates an expected call of PatchBucketsIDExecute.
func (*MockBucketsApiMockRecorder) PostBuckets ¶
func (mr *MockBucketsApiMockRecorder) PostBuckets(arg0 interface{}) *gomock.Call
PostBuckets indicates an expected call of PostBuckets.
func (*MockBucketsApiMockRecorder) PostBucketsExecute ¶
func (mr *MockBucketsApiMockRecorder) PostBucketsExecute(arg0 interface{}) *gomock.Call
PostBucketsExecute indicates an expected call of PostBucketsExecute.
type MockConfigService ¶
type MockConfigService struct {
// contains filtered or unexported fields
}
MockConfigService is a mock of Service interface.
func NewMockConfigService ¶
func NewMockConfigService(ctrl *gomock.Controller) *MockConfigService
NewMockConfigService creates a new mock instance.
func (*MockConfigService) Active ¶
func (m *MockConfigService) Active() (config.Config, error)
Active mocks base method.
func (*MockConfigService) CreateConfig ¶
CreateConfig mocks base method.
func (*MockConfigService) DeleteConfig ¶
func (m *MockConfigService) DeleteConfig(arg0 string) (config.Config, error)
DeleteConfig mocks base method.
func (*MockConfigService) EXPECT ¶
func (m *MockConfigService) EXPECT() *MockConfigServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfigService) ListConfigs ¶
func (m *MockConfigService) ListConfigs() (config.Configs, error)
ListConfigs mocks base method.
func (*MockConfigService) SwitchActive ¶
func (m *MockConfigService) SwitchActive(arg0 string) (config.Config, error)
SwitchActive mocks base method.
func (*MockConfigService) UpdateConfig ¶
UpdateConfig mocks base method.
type MockConfigServiceMockRecorder ¶
type MockConfigServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigServiceMockRecorder is the mock recorder for MockConfigService.
func (*MockConfigServiceMockRecorder) Active ¶
func (mr *MockConfigServiceMockRecorder) Active() *gomock.Call
Active indicates an expected call of Active.
func (*MockConfigServiceMockRecorder) CreateConfig ¶
func (mr *MockConfigServiceMockRecorder) CreateConfig(arg0 interface{}) *gomock.Call
CreateConfig indicates an expected call of CreateConfig.
func (*MockConfigServiceMockRecorder) DeleteConfig ¶
func (mr *MockConfigServiceMockRecorder) DeleteConfig(arg0 interface{}) *gomock.Call
DeleteConfig indicates an expected call of DeleteConfig.
func (*MockConfigServiceMockRecorder) ListConfigs ¶
func (mr *MockConfigServiceMockRecorder) ListConfigs() *gomock.Call
ListConfigs indicates an expected call of ListConfigs.
func (*MockConfigServiceMockRecorder) SwitchActive ¶
func (mr *MockConfigServiceMockRecorder) SwitchActive(arg0 interface{}) *gomock.Call
SwitchActive indicates an expected call of SwitchActive.
func (*MockConfigServiceMockRecorder) UpdateConfig ¶
func (mr *MockConfigServiceMockRecorder) UpdateConfig(arg0 interface{}) *gomock.Call
UpdateConfig indicates an expected call of UpdateConfig.
type MockDBRPsApi ¶
type MockDBRPsApi struct {
// contains filtered or unexported fields
}
MockDBRPsApi is a mock of DBRPsApi interface.
func NewMockDBRPsApi ¶
func NewMockDBRPsApi(ctrl *gomock.Controller) *MockDBRPsApi
NewMockDBRPsApi creates a new mock instance.
func (*MockDBRPsApi) DeleteDBRPID ¶
func (m *MockDBRPsApi) DeleteDBRPID(arg0 context.Context, arg1 string) api.ApiDeleteDBRPIDRequest
DeleteDBRPID mocks base method.
func (*MockDBRPsApi) DeleteDBRPIDExecute ¶
func (m *MockDBRPsApi) DeleteDBRPIDExecute(arg0 api.ApiDeleteDBRPIDRequest) error
DeleteDBRPIDExecute mocks base method.
func (*MockDBRPsApi) EXPECT ¶
func (m *MockDBRPsApi) EXPECT() *MockDBRPsApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDBRPsApi) GetDBRPs ¶
func (m *MockDBRPsApi) GetDBRPs(arg0 context.Context) api.ApiGetDBRPsRequest
GetDBRPs mocks base method.
func (*MockDBRPsApi) GetDBRPsExecute ¶
func (m *MockDBRPsApi) GetDBRPsExecute(arg0 api.ApiGetDBRPsRequest) (api.DBRPs, error)
GetDBRPsExecute mocks base method.
func (*MockDBRPsApi) GetDBRPsID ¶
func (m *MockDBRPsApi) GetDBRPsID(arg0 context.Context, arg1 string) api.ApiGetDBRPsIDRequest
GetDBRPsID mocks base method.
func (*MockDBRPsApi) GetDBRPsIDExecute ¶
func (m *MockDBRPsApi) GetDBRPsIDExecute(arg0 api.ApiGetDBRPsIDRequest) (api.DBRPGet, error)
GetDBRPsIDExecute mocks base method.
func (*MockDBRPsApi) OnlyCloud ¶
func (m *MockDBRPsApi) OnlyCloud() api.DBRPsApi
OnlyCloud mocks base method.
func (*MockDBRPsApi) OnlyOSS ¶
func (m *MockDBRPsApi) OnlyOSS() api.DBRPsApi
OnlyOSS mocks base method.
func (*MockDBRPsApi) PatchDBRPID ¶
func (m *MockDBRPsApi) PatchDBRPID(arg0 context.Context, arg1 string) api.ApiPatchDBRPIDRequest
PatchDBRPID mocks base method.
func (*MockDBRPsApi) PatchDBRPIDExecute ¶
func (m *MockDBRPsApi) PatchDBRPIDExecute(arg0 api.ApiPatchDBRPIDRequest) (api.DBRPGet, error)
PatchDBRPIDExecute mocks base method.
func (*MockDBRPsApi) PostDBRP ¶
func (m *MockDBRPsApi) PostDBRP(arg0 context.Context) api.ApiPostDBRPRequest
PostDBRP mocks base method.
func (*MockDBRPsApi) PostDBRPExecute ¶
func (m *MockDBRPsApi) PostDBRPExecute(arg0 api.ApiPostDBRPRequest) (api.DBRP, error)
PostDBRPExecute mocks base method.
type MockDBRPsApiMockRecorder ¶
type MockDBRPsApiMockRecorder struct {
// contains filtered or unexported fields
}
MockDBRPsApiMockRecorder is the mock recorder for MockDBRPsApi.
func (*MockDBRPsApiMockRecorder) DeleteDBRPID ¶
func (mr *MockDBRPsApiMockRecorder) DeleteDBRPID(arg0, arg1 interface{}) *gomock.Call
DeleteDBRPID indicates an expected call of DeleteDBRPID.
func (*MockDBRPsApiMockRecorder) DeleteDBRPIDExecute ¶
func (mr *MockDBRPsApiMockRecorder) DeleteDBRPIDExecute(arg0 interface{}) *gomock.Call
DeleteDBRPIDExecute indicates an expected call of DeleteDBRPIDExecute.
func (*MockDBRPsApiMockRecorder) GetDBRPs ¶
func (mr *MockDBRPsApiMockRecorder) GetDBRPs(arg0 interface{}) *gomock.Call
GetDBRPs indicates an expected call of GetDBRPs.
func (*MockDBRPsApiMockRecorder) GetDBRPsExecute ¶
func (mr *MockDBRPsApiMockRecorder) GetDBRPsExecute(arg0 interface{}) *gomock.Call
GetDBRPsExecute indicates an expected call of GetDBRPsExecute.
func (*MockDBRPsApiMockRecorder) GetDBRPsID ¶
func (mr *MockDBRPsApiMockRecorder) GetDBRPsID(arg0, arg1 interface{}) *gomock.Call
GetDBRPsID indicates an expected call of GetDBRPsID.
func (*MockDBRPsApiMockRecorder) GetDBRPsIDExecute ¶
func (mr *MockDBRPsApiMockRecorder) GetDBRPsIDExecute(arg0 interface{}) *gomock.Call
GetDBRPsIDExecute indicates an expected call of GetDBRPsIDExecute.
func (*MockDBRPsApiMockRecorder) OnlyCloud ¶
func (mr *MockDBRPsApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockDBRPsApiMockRecorder) OnlyOSS ¶
func (mr *MockDBRPsApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockDBRPsApiMockRecorder) PatchDBRPID ¶
func (mr *MockDBRPsApiMockRecorder) PatchDBRPID(arg0, arg1 interface{}) *gomock.Call
PatchDBRPID indicates an expected call of PatchDBRPID.
func (*MockDBRPsApiMockRecorder) PatchDBRPIDExecute ¶
func (mr *MockDBRPsApiMockRecorder) PatchDBRPIDExecute(arg0 interface{}) *gomock.Call
PatchDBRPIDExecute indicates an expected call of PatchDBRPIDExecute.
func (*MockDBRPsApiMockRecorder) PostDBRP ¶
func (mr *MockDBRPsApiMockRecorder) PostDBRP(arg0 interface{}) *gomock.Call
PostDBRP indicates an expected call of PostDBRP.
func (*MockDBRPsApiMockRecorder) PostDBRPExecute ¶
func (mr *MockDBRPsApiMockRecorder) PostDBRPExecute(arg0 interface{}) *gomock.Call
PostDBRPExecute indicates an expected call of PostDBRPExecute.
type MockDeleteApi ¶
type MockDeleteApi struct {
// contains filtered or unexported fields
}
MockDeleteApi is a mock of DeleteApi interface.
func NewMockDeleteApi ¶
func NewMockDeleteApi(ctrl *gomock.Controller) *MockDeleteApi
NewMockDeleteApi creates a new mock instance.
func (*MockDeleteApi) EXPECT ¶
func (m *MockDeleteApi) EXPECT() *MockDeleteApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDeleteApi) OnlyCloud ¶
func (m *MockDeleteApi) OnlyCloud() api.DeleteApi
OnlyCloud mocks base method.
func (*MockDeleteApi) OnlyOSS ¶
func (m *MockDeleteApi) OnlyOSS() api.DeleteApi
OnlyOSS mocks base method.
func (*MockDeleteApi) PostDelete ¶
func (m *MockDeleteApi) PostDelete(arg0 context.Context) api.ApiPostDeleteRequest
PostDelete mocks base method.
func (*MockDeleteApi) PostDeleteExecute ¶
func (m *MockDeleteApi) PostDeleteExecute(arg0 api.ApiPostDeleteRequest) error
PostDeleteExecute mocks base method.
type MockDeleteApiMockRecorder ¶
type MockDeleteApiMockRecorder struct {
// contains filtered or unexported fields
}
MockDeleteApiMockRecorder is the mock recorder for MockDeleteApi.
func (*MockDeleteApiMockRecorder) OnlyCloud ¶
func (mr *MockDeleteApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockDeleteApiMockRecorder) OnlyOSS ¶
func (mr *MockDeleteApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockDeleteApiMockRecorder) PostDelete ¶
func (mr *MockDeleteApiMockRecorder) PostDelete(arg0 interface{}) *gomock.Call
PostDelete indicates an expected call of PostDelete.
func (*MockDeleteApiMockRecorder) PostDeleteExecute ¶
func (mr *MockDeleteApiMockRecorder) PostDeleteExecute(arg0 interface{}) *gomock.Call
PostDeleteExecute indicates an expected call of PostDeleteExecute.
type MockHealthApi ¶
type MockHealthApi struct {
// contains filtered or unexported fields
}
MockHealthApi is a mock of HealthApi interface.
func NewMockHealthApi ¶
func NewMockHealthApi(ctrl *gomock.Controller) *MockHealthApi
NewMockHealthApi creates a new mock instance.
func (*MockHealthApi) EXPECT ¶
func (m *MockHealthApi) EXPECT() *MockHealthApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHealthApi) GetHealth ¶
func (m *MockHealthApi) GetHealth(arg0 context.Context) api.ApiGetHealthRequest
GetHealth mocks base method.
func (*MockHealthApi) GetHealthExecute ¶
func (m *MockHealthApi) GetHealthExecute(arg0 api.ApiGetHealthRequest) (api.HealthCheck, error)
GetHealthExecute mocks base method.
func (*MockHealthApi) OnlyCloud ¶
func (m *MockHealthApi) OnlyCloud() api.HealthApi
OnlyCloud mocks base method.
func (*MockHealthApi) OnlyOSS ¶
func (m *MockHealthApi) OnlyOSS() api.HealthApi
OnlyOSS mocks base method.
type MockHealthApiMockRecorder ¶
type MockHealthApiMockRecorder struct {
// contains filtered or unexported fields
}
MockHealthApiMockRecorder is the mock recorder for MockHealthApi.
func (*MockHealthApiMockRecorder) GetHealth ¶
func (mr *MockHealthApiMockRecorder) GetHealth(arg0 interface{}) *gomock.Call
GetHealth indicates an expected call of GetHealth.
func (*MockHealthApiMockRecorder) GetHealthExecute ¶
func (mr *MockHealthApiMockRecorder) GetHealthExecute(arg0 interface{}) *gomock.Call
GetHealthExecute indicates an expected call of GetHealthExecute.
func (*MockHealthApiMockRecorder) OnlyCloud ¶
func (mr *MockHealthApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockHealthApiMockRecorder) OnlyOSS ¶
func (mr *MockHealthApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
type MockOrganizationsApi ¶
type MockOrganizationsApi struct {
// contains filtered or unexported fields
}
MockOrganizationsApi is a mock of OrganizationsApi interface.
func NewMockOrganizationsApi ¶
func NewMockOrganizationsApi(ctrl *gomock.Controller) *MockOrganizationsApi
NewMockOrganizationsApi creates a new mock instance.
func (*MockOrganizationsApi) DeleteOrgsID ¶
func (m *MockOrganizationsApi) DeleteOrgsID(arg0 context.Context, arg1 string) api.ApiDeleteOrgsIDRequest
DeleteOrgsID mocks base method.
func (*MockOrganizationsApi) DeleteOrgsIDExecute ¶
func (m *MockOrganizationsApi) DeleteOrgsIDExecute(arg0 api.ApiDeleteOrgsIDRequest) error
DeleteOrgsIDExecute mocks base method.
func (*MockOrganizationsApi) DeleteOrgsIDMembersID ¶
func (m *MockOrganizationsApi) DeleteOrgsIDMembersID(arg0 context.Context, arg1, arg2 string) api.ApiDeleteOrgsIDMembersIDRequest
DeleteOrgsIDMembersID mocks base method.
func (*MockOrganizationsApi) DeleteOrgsIDMembersIDExecute ¶
func (m *MockOrganizationsApi) DeleteOrgsIDMembersIDExecute(arg0 api.ApiDeleteOrgsIDMembersIDRequest) error
DeleteOrgsIDMembersIDExecute mocks base method.
func (*MockOrganizationsApi) EXPECT ¶
func (m *MockOrganizationsApi) EXPECT() *MockOrganizationsApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOrganizationsApi) GetOrgs ¶
func (m *MockOrganizationsApi) GetOrgs(arg0 context.Context) api.ApiGetOrgsRequest
GetOrgs mocks base method.
func (*MockOrganizationsApi) GetOrgsExecute ¶
func (m *MockOrganizationsApi) GetOrgsExecute(arg0 api.ApiGetOrgsRequest) (api.Organizations, error)
GetOrgsExecute mocks base method.
func (*MockOrganizationsApi) GetOrgsID ¶
func (m *MockOrganizationsApi) GetOrgsID(arg0 context.Context, arg1 string) api.ApiGetOrgsIDRequest
GetOrgsID mocks base method.
func (*MockOrganizationsApi) GetOrgsIDExecute ¶
func (m *MockOrganizationsApi) GetOrgsIDExecute(arg0 api.ApiGetOrgsIDRequest) (api.Organization, error)
GetOrgsIDExecute mocks base method.
func (*MockOrganizationsApi) GetOrgsIDMembers ¶
func (m *MockOrganizationsApi) GetOrgsIDMembers(arg0 context.Context, arg1 string) api.ApiGetOrgsIDMembersRequest
GetOrgsIDMembers mocks base method.
func (*MockOrganizationsApi) GetOrgsIDMembersExecute ¶
func (m *MockOrganizationsApi) GetOrgsIDMembersExecute(arg0 api.ApiGetOrgsIDMembersRequest) (api.ResourceMembers, error)
GetOrgsIDMembersExecute mocks base method.
func (*MockOrganizationsApi) OnlyCloud ¶
func (m *MockOrganizationsApi) OnlyCloud() api.OrganizationsApi
OnlyCloud mocks base method.
func (*MockOrganizationsApi) OnlyOSS ¶
func (m *MockOrganizationsApi) OnlyOSS() api.OrganizationsApi
OnlyOSS mocks base method.
func (*MockOrganizationsApi) PatchOrgsID ¶
func (m *MockOrganizationsApi) PatchOrgsID(arg0 context.Context, arg1 string) api.ApiPatchOrgsIDRequest
PatchOrgsID mocks base method.
func (*MockOrganizationsApi) PatchOrgsIDExecute ¶
func (m *MockOrganizationsApi) PatchOrgsIDExecute(arg0 api.ApiPatchOrgsIDRequest) (api.Organization, error)
PatchOrgsIDExecute mocks base method.
func (*MockOrganizationsApi) PostOrgs ¶
func (m *MockOrganizationsApi) PostOrgs(arg0 context.Context) api.ApiPostOrgsRequest
PostOrgs mocks base method.
func (*MockOrganizationsApi) PostOrgsExecute ¶
func (m *MockOrganizationsApi) PostOrgsExecute(arg0 api.ApiPostOrgsRequest) (api.Organization, error)
PostOrgsExecute mocks base method.
func (*MockOrganizationsApi) PostOrgsIDMembers ¶
func (m *MockOrganizationsApi) PostOrgsIDMembers(arg0 context.Context, arg1 string) api.ApiPostOrgsIDMembersRequest
PostOrgsIDMembers mocks base method.
func (*MockOrganizationsApi) PostOrgsIDMembersExecute ¶
func (m *MockOrganizationsApi) PostOrgsIDMembersExecute(arg0 api.ApiPostOrgsIDMembersRequest) (api.ResourceMember, error)
PostOrgsIDMembersExecute mocks base method.
type MockOrganizationsApiMockRecorder ¶
type MockOrganizationsApiMockRecorder struct {
// contains filtered or unexported fields
}
MockOrganizationsApiMockRecorder is the mock recorder for MockOrganizationsApi.
func (*MockOrganizationsApiMockRecorder) DeleteOrgsID ¶
func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsID(arg0, arg1 interface{}) *gomock.Call
DeleteOrgsID indicates an expected call of DeleteOrgsID.
func (*MockOrganizationsApiMockRecorder) DeleteOrgsIDExecute ¶
func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDExecute(arg0 interface{}) *gomock.Call
DeleteOrgsIDExecute indicates an expected call of DeleteOrgsIDExecute.
func (*MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersID ¶
func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersID(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteOrgsIDMembersID indicates an expected call of DeleteOrgsIDMembersID.
func (*MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersIDExecute ¶
func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersIDExecute(arg0 interface{}) *gomock.Call
DeleteOrgsIDMembersIDExecute indicates an expected call of DeleteOrgsIDMembersIDExecute.
func (*MockOrganizationsApiMockRecorder) GetOrgs ¶
func (mr *MockOrganizationsApiMockRecorder) GetOrgs(arg0 interface{}) *gomock.Call
GetOrgs indicates an expected call of GetOrgs.
func (*MockOrganizationsApiMockRecorder) GetOrgsExecute ¶
func (mr *MockOrganizationsApiMockRecorder) GetOrgsExecute(arg0 interface{}) *gomock.Call
GetOrgsExecute indicates an expected call of GetOrgsExecute.
func (*MockOrganizationsApiMockRecorder) GetOrgsID ¶
func (mr *MockOrganizationsApiMockRecorder) GetOrgsID(arg0, arg1 interface{}) *gomock.Call
GetOrgsID indicates an expected call of GetOrgsID.
func (*MockOrganizationsApiMockRecorder) GetOrgsIDExecute ¶
func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDExecute(arg0 interface{}) *gomock.Call
GetOrgsIDExecute indicates an expected call of GetOrgsIDExecute.
func (*MockOrganizationsApiMockRecorder) GetOrgsIDMembers ¶
func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDMembers(arg0, arg1 interface{}) *gomock.Call
GetOrgsIDMembers indicates an expected call of GetOrgsIDMembers.
func (*MockOrganizationsApiMockRecorder) GetOrgsIDMembersExecute ¶
func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDMembersExecute(arg0 interface{}) *gomock.Call
GetOrgsIDMembersExecute indicates an expected call of GetOrgsIDMembersExecute.
func (*MockOrganizationsApiMockRecorder) OnlyCloud ¶
func (mr *MockOrganizationsApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockOrganizationsApiMockRecorder) OnlyOSS ¶
func (mr *MockOrganizationsApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockOrganizationsApiMockRecorder) PatchOrgsID ¶
func (mr *MockOrganizationsApiMockRecorder) PatchOrgsID(arg0, arg1 interface{}) *gomock.Call
PatchOrgsID indicates an expected call of PatchOrgsID.
func (*MockOrganizationsApiMockRecorder) PatchOrgsIDExecute ¶
func (mr *MockOrganizationsApiMockRecorder) PatchOrgsIDExecute(arg0 interface{}) *gomock.Call
PatchOrgsIDExecute indicates an expected call of PatchOrgsIDExecute.
func (*MockOrganizationsApiMockRecorder) PostOrgs ¶
func (mr *MockOrganizationsApiMockRecorder) PostOrgs(arg0 interface{}) *gomock.Call
PostOrgs indicates an expected call of PostOrgs.
func (*MockOrganizationsApiMockRecorder) PostOrgsExecute ¶
func (mr *MockOrganizationsApiMockRecorder) PostOrgsExecute(arg0 interface{}) *gomock.Call
PostOrgsExecute indicates an expected call of PostOrgsExecute.
func (*MockOrganizationsApiMockRecorder) PostOrgsIDMembers ¶
func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDMembers(arg0, arg1 interface{}) *gomock.Call
PostOrgsIDMembers indicates an expected call of PostOrgsIDMembers.
func (*MockOrganizationsApiMockRecorder) PostOrgsIDMembersExecute ¶
func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDMembersExecute(arg0 interface{}) *gomock.Call
PostOrgsIDMembersExecute indicates an expected call of PostOrgsIDMembersExecute.
type MockQueryApi ¶
type MockQueryApi struct {
// contains filtered or unexported fields
}
MockQueryApi is a mock of QueryApi interface.
func NewMockQueryApi ¶
func NewMockQueryApi(ctrl *gomock.Controller) *MockQueryApi
NewMockQueryApi creates a new mock instance.
func (*MockQueryApi) EXPECT ¶
func (m *MockQueryApi) EXPECT() *MockQueryApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueryApi) OnlyCloud ¶
func (m *MockQueryApi) OnlyCloud() api.QueryApi
OnlyCloud mocks base method.
func (*MockQueryApi) OnlyOSS ¶
func (m *MockQueryApi) OnlyOSS() api.QueryApi
OnlyOSS mocks base method.
func (*MockQueryApi) PostQuery ¶
func (m *MockQueryApi) PostQuery(arg0 context.Context) api.ApiPostQueryRequest
PostQuery mocks base method.
func (*MockQueryApi) PostQueryExecute ¶
func (m *MockQueryApi) PostQueryExecute(arg0 api.ApiPostQueryRequest) (*http.Response, error)
PostQueryExecute mocks base method.
type MockQueryApiMockRecorder ¶
type MockQueryApiMockRecorder struct {
// contains filtered or unexported fields
}
MockQueryApiMockRecorder is the mock recorder for MockQueryApi.
func (*MockQueryApiMockRecorder) OnlyCloud ¶
func (mr *MockQueryApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockQueryApiMockRecorder) OnlyOSS ¶
func (mr *MockQueryApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockQueryApiMockRecorder) PostQuery ¶
func (mr *MockQueryApiMockRecorder) PostQuery(arg0 interface{}) *gomock.Call
PostQuery indicates an expected call of PostQuery.
func (*MockQueryApiMockRecorder) PostQueryExecute ¶
func (mr *MockQueryApiMockRecorder) PostQueryExecute(arg0 interface{}) *gomock.Call
PostQueryExecute indicates an expected call of PostQueryExecute.
type MockSecretsApi ¶
type MockSecretsApi struct {
// contains filtered or unexported fields
}
MockSecretsApi is a mock of SecretsApi interface.
func NewMockSecretsApi ¶
func NewMockSecretsApi(ctrl *gomock.Controller) *MockSecretsApi
NewMockSecretsApi creates a new mock instance.
func (*MockSecretsApi) EXPECT ¶
func (m *MockSecretsApi) EXPECT() *MockSecretsApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretsApi) GetOrgsIDSecrets ¶
func (m *MockSecretsApi) GetOrgsIDSecrets(arg0 context.Context, arg1 string) api.ApiGetOrgsIDSecretsRequest
GetOrgsIDSecrets mocks base method.
func (*MockSecretsApi) GetOrgsIDSecretsExecute ¶
func (m *MockSecretsApi) GetOrgsIDSecretsExecute(arg0 api.ApiGetOrgsIDSecretsRequest) (api.SecretKeysResponse, error)
GetOrgsIDSecretsExecute mocks base method.
func (*MockSecretsApi) OnlyCloud ¶
func (m *MockSecretsApi) OnlyCloud() api.SecretsApi
OnlyCloud mocks base method.
func (*MockSecretsApi) OnlyOSS ¶
func (m *MockSecretsApi) OnlyOSS() api.SecretsApi
OnlyOSS mocks base method.
func (*MockSecretsApi) PatchOrgsIDSecrets ¶
func (m *MockSecretsApi) PatchOrgsIDSecrets(arg0 context.Context, arg1 string) api.ApiPatchOrgsIDSecretsRequest
PatchOrgsIDSecrets mocks base method.
func (*MockSecretsApi) PatchOrgsIDSecretsExecute ¶
func (m *MockSecretsApi) PatchOrgsIDSecretsExecute(arg0 api.ApiPatchOrgsIDSecretsRequest) error
PatchOrgsIDSecretsExecute mocks base method.
func (*MockSecretsApi) PostOrgsIDSecrets ¶
func (m *MockSecretsApi) PostOrgsIDSecrets(arg0 context.Context, arg1 string) api.ApiPostOrgsIDSecretsRequest
PostOrgsIDSecrets mocks base method.
func (*MockSecretsApi) PostOrgsIDSecretsExecute ¶
func (m *MockSecretsApi) PostOrgsIDSecretsExecute(arg0 api.ApiPostOrgsIDSecretsRequest) error
PostOrgsIDSecretsExecute mocks base method.
type MockSecretsApiMockRecorder ¶
type MockSecretsApiMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretsApiMockRecorder is the mock recorder for MockSecretsApi.
func (*MockSecretsApiMockRecorder) GetOrgsIDSecrets ¶
func (mr *MockSecretsApiMockRecorder) GetOrgsIDSecrets(arg0, arg1 interface{}) *gomock.Call
GetOrgsIDSecrets indicates an expected call of GetOrgsIDSecrets.
func (*MockSecretsApiMockRecorder) GetOrgsIDSecretsExecute ¶
func (mr *MockSecretsApiMockRecorder) GetOrgsIDSecretsExecute(arg0 interface{}) *gomock.Call
GetOrgsIDSecretsExecute indicates an expected call of GetOrgsIDSecretsExecute.
func (*MockSecretsApiMockRecorder) OnlyCloud ¶
func (mr *MockSecretsApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockSecretsApiMockRecorder) OnlyOSS ¶
func (mr *MockSecretsApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockSecretsApiMockRecorder) PatchOrgsIDSecrets ¶
func (mr *MockSecretsApiMockRecorder) PatchOrgsIDSecrets(arg0, arg1 interface{}) *gomock.Call
PatchOrgsIDSecrets indicates an expected call of PatchOrgsIDSecrets.
func (*MockSecretsApiMockRecorder) PatchOrgsIDSecretsExecute ¶
func (mr *MockSecretsApiMockRecorder) PatchOrgsIDSecretsExecute(arg0 interface{}) *gomock.Call
PatchOrgsIDSecretsExecute indicates an expected call of PatchOrgsIDSecretsExecute.
func (*MockSecretsApiMockRecorder) PostOrgsIDSecrets ¶
func (mr *MockSecretsApiMockRecorder) PostOrgsIDSecrets(arg0, arg1 interface{}) *gomock.Call
PostOrgsIDSecrets indicates an expected call of PostOrgsIDSecrets.
func (*MockSecretsApiMockRecorder) PostOrgsIDSecretsExecute ¶
func (mr *MockSecretsApiMockRecorder) PostOrgsIDSecretsExecute(arg0 interface{}) *gomock.Call
PostOrgsIDSecretsExecute indicates an expected call of PostOrgsIDSecretsExecute.
type MockSetupApi ¶
type MockSetupApi struct {
// contains filtered or unexported fields
}
MockSetupApi is a mock of SetupApi interface.
func NewMockSetupApi ¶
func NewMockSetupApi(ctrl *gomock.Controller) *MockSetupApi
NewMockSetupApi creates a new mock instance.
func (*MockSetupApi) EXPECT ¶
func (m *MockSetupApi) EXPECT() *MockSetupApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSetupApi) GetSetup ¶
func (m *MockSetupApi) GetSetup(arg0 context.Context) api.ApiGetSetupRequest
GetSetup mocks base method.
func (*MockSetupApi) GetSetupExecute ¶
func (m *MockSetupApi) GetSetupExecute(arg0 api.ApiGetSetupRequest) (api.InlineResponse200, error)
GetSetupExecute mocks base method.
func (*MockSetupApi) OnlyCloud ¶
func (m *MockSetupApi) OnlyCloud() api.SetupApi
OnlyCloud mocks base method.
func (*MockSetupApi) OnlyOSS ¶
func (m *MockSetupApi) OnlyOSS() api.SetupApi
OnlyOSS mocks base method.
func (*MockSetupApi) PostSetup ¶
func (m *MockSetupApi) PostSetup(arg0 context.Context) api.ApiPostSetupRequest
PostSetup mocks base method.
func (*MockSetupApi) PostSetupExecute ¶
func (m *MockSetupApi) PostSetupExecute(arg0 api.ApiPostSetupRequest) (api.OnboardingResponse, error)
PostSetupExecute mocks base method.
type MockSetupApiMockRecorder ¶
type MockSetupApiMockRecorder struct {
// contains filtered or unexported fields
}
MockSetupApiMockRecorder is the mock recorder for MockSetupApi.
func (*MockSetupApiMockRecorder) GetSetup ¶
func (mr *MockSetupApiMockRecorder) GetSetup(arg0 interface{}) *gomock.Call
GetSetup indicates an expected call of GetSetup.
func (*MockSetupApiMockRecorder) GetSetupExecute ¶
func (mr *MockSetupApiMockRecorder) GetSetupExecute(arg0 interface{}) *gomock.Call
GetSetupExecute indicates an expected call of GetSetupExecute.
func (*MockSetupApiMockRecorder) OnlyCloud ¶
func (mr *MockSetupApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockSetupApiMockRecorder) OnlyOSS ¶
func (mr *MockSetupApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockSetupApiMockRecorder) PostSetup ¶
func (mr *MockSetupApiMockRecorder) PostSetup(arg0 interface{}) *gomock.Call
PostSetup indicates an expected call of PostSetup.
func (*MockSetupApiMockRecorder) PostSetupExecute ¶
func (mr *MockSetupApiMockRecorder) PostSetupExecute(arg0 interface{}) *gomock.Call
PostSetupExecute indicates an expected call of PostSetupExecute.
type MockStdIO ¶
type MockStdIO struct {
// contains filtered or unexported fields
}
MockStdIO is a mock of StdIO interface.
func NewMockStdIO ¶
func NewMockStdIO(ctrl *gomock.Controller) *MockStdIO
NewMockStdIO creates a new mock instance.
func (*MockStdIO) EXPECT ¶
func (m *MockStdIO) EXPECT() *MockStdIOMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStdIO) GetConfirm ¶
GetConfirm mocks base method.
func (*MockStdIO) GetPassword ¶
GetPassword mocks base method.
func (*MockStdIO) GetStringInput ¶
GetStringInput mocks base method.
func (*MockStdIO) InputIsInteractive ¶
InputIsInteractive mocks base method.
type MockStdIOMockRecorder ¶
type MockStdIOMockRecorder struct {
// contains filtered or unexported fields
}
MockStdIOMockRecorder is the mock recorder for MockStdIO.
func (*MockStdIOMockRecorder) Banner ¶
func (mr *MockStdIOMockRecorder) Banner(arg0 interface{}) *gomock.Call
Banner indicates an expected call of Banner.
func (*MockStdIOMockRecorder) Error ¶
func (mr *MockStdIOMockRecorder) Error(arg0 interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockStdIOMockRecorder) GetConfirm ¶
func (mr *MockStdIOMockRecorder) GetConfirm(arg0 interface{}) *gomock.Call
GetConfirm indicates an expected call of GetConfirm.
func (*MockStdIOMockRecorder) GetPassword ¶
func (mr *MockStdIOMockRecorder) GetPassword(arg0 interface{}) *gomock.Call
GetPassword indicates an expected call of GetPassword.
func (*MockStdIOMockRecorder) GetSecret ¶
func (mr *MockStdIOMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call
GetSecret indicates an expected call of GetSecret.
func (*MockStdIOMockRecorder) GetStringInput ¶
func (mr *MockStdIOMockRecorder) GetStringInput(arg0, arg1 interface{}) *gomock.Call
GetStringInput indicates an expected call of GetStringInput.
func (*MockStdIOMockRecorder) InputIsInteractive ¶
func (mr *MockStdIOMockRecorder) InputIsInteractive() *gomock.Call
InputIsInteractive indicates an expected call of InputIsInteractive.
func (*MockStdIOMockRecorder) Write ¶
func (mr *MockStdIOMockRecorder) Write(arg0 interface{}) *gomock.Call
Write indicates an expected call of Write.
func (*MockStdIOMockRecorder) WriteErr ¶
func (mr *MockStdIOMockRecorder) WriteErr(arg0 interface{}) *gomock.Call
WriteErr indicates an expected call of WriteErr.
type MockUsersApi ¶
type MockUsersApi struct {
// contains filtered or unexported fields
}
MockUsersApi is a mock of UsersApi interface.
func NewMockUsersApi ¶
func NewMockUsersApi(ctrl *gomock.Controller) *MockUsersApi
NewMockUsersApi creates a new mock instance.
func (*MockUsersApi) DeleteUsersID ¶
func (m *MockUsersApi) DeleteUsersID(arg0 context.Context, arg1 string) api.ApiDeleteUsersIDRequest
DeleteUsersID mocks base method.
func (*MockUsersApi) DeleteUsersIDExecute ¶
func (m *MockUsersApi) DeleteUsersIDExecute(arg0 api.ApiDeleteUsersIDRequest) error
DeleteUsersIDExecute mocks base method.
func (*MockUsersApi) EXPECT ¶
func (m *MockUsersApi) EXPECT() *MockUsersApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUsersApi) GetUsers ¶
func (m *MockUsersApi) GetUsers(arg0 context.Context) api.ApiGetUsersRequest
GetUsers mocks base method.
func (*MockUsersApi) GetUsersExecute ¶
func (m *MockUsersApi) GetUsersExecute(arg0 api.ApiGetUsersRequest) (api.Users, error)
GetUsersExecute mocks base method.
func (*MockUsersApi) GetUsersID ¶
func (m *MockUsersApi) GetUsersID(arg0 context.Context, arg1 string) api.ApiGetUsersIDRequest
GetUsersID mocks base method.
func (*MockUsersApi) GetUsersIDExecute ¶
func (m *MockUsersApi) GetUsersIDExecute(arg0 api.ApiGetUsersIDRequest) (api.UserResponse, error)
GetUsersIDExecute mocks base method.
func (*MockUsersApi) OnlyCloud ¶
func (m *MockUsersApi) OnlyCloud() api.UsersApi
OnlyCloud mocks base method.
func (*MockUsersApi) OnlyOSS ¶
func (m *MockUsersApi) OnlyOSS() api.UsersApi
OnlyOSS mocks base method.
func (*MockUsersApi) PatchUsersID ¶
func (m *MockUsersApi) PatchUsersID(arg0 context.Context, arg1 string) api.ApiPatchUsersIDRequest
PatchUsersID mocks base method.
func (*MockUsersApi) PatchUsersIDExecute ¶
func (m *MockUsersApi) PatchUsersIDExecute(arg0 api.ApiPatchUsersIDRequest) (api.UserResponse, error)
PatchUsersIDExecute mocks base method.
func (*MockUsersApi) PostUsers ¶
func (m *MockUsersApi) PostUsers(arg0 context.Context) api.ApiPostUsersRequest
PostUsers mocks base method.
func (*MockUsersApi) PostUsersExecute ¶
func (m *MockUsersApi) PostUsersExecute(arg0 api.ApiPostUsersRequest) (api.UserResponse, error)
PostUsersExecute mocks base method.
func (*MockUsersApi) PostUsersIDPassword ¶
func (m *MockUsersApi) PostUsersIDPassword(arg0 context.Context, arg1 string) api.ApiPostUsersIDPasswordRequest
PostUsersIDPassword mocks base method.
func (*MockUsersApi) PostUsersIDPasswordExecute ¶
func (m *MockUsersApi) PostUsersIDPasswordExecute(arg0 api.ApiPostUsersIDPasswordRequest) error
PostUsersIDPasswordExecute mocks base method.
type MockUsersApiMockRecorder ¶
type MockUsersApiMockRecorder struct {
// contains filtered or unexported fields
}
MockUsersApiMockRecorder is the mock recorder for MockUsersApi.
func (*MockUsersApiMockRecorder) DeleteUsersID ¶
func (mr *MockUsersApiMockRecorder) DeleteUsersID(arg0, arg1 interface{}) *gomock.Call
DeleteUsersID indicates an expected call of DeleteUsersID.
func (*MockUsersApiMockRecorder) DeleteUsersIDExecute ¶
func (mr *MockUsersApiMockRecorder) DeleteUsersIDExecute(arg0 interface{}) *gomock.Call
DeleteUsersIDExecute indicates an expected call of DeleteUsersIDExecute.
func (*MockUsersApiMockRecorder) GetUsers ¶
func (mr *MockUsersApiMockRecorder) GetUsers(arg0 interface{}) *gomock.Call
GetUsers indicates an expected call of GetUsers.
func (*MockUsersApiMockRecorder) GetUsersExecute ¶
func (mr *MockUsersApiMockRecorder) GetUsersExecute(arg0 interface{}) *gomock.Call
GetUsersExecute indicates an expected call of GetUsersExecute.
func (*MockUsersApiMockRecorder) GetUsersID ¶
func (mr *MockUsersApiMockRecorder) GetUsersID(arg0, arg1 interface{}) *gomock.Call
GetUsersID indicates an expected call of GetUsersID.
func (*MockUsersApiMockRecorder) GetUsersIDExecute ¶
func (mr *MockUsersApiMockRecorder) GetUsersIDExecute(arg0 interface{}) *gomock.Call
GetUsersIDExecute indicates an expected call of GetUsersIDExecute.
func (*MockUsersApiMockRecorder) OnlyCloud ¶
func (mr *MockUsersApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockUsersApiMockRecorder) OnlyOSS ¶
func (mr *MockUsersApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockUsersApiMockRecorder) PatchUsersID ¶
func (mr *MockUsersApiMockRecorder) PatchUsersID(arg0, arg1 interface{}) *gomock.Call
PatchUsersID indicates an expected call of PatchUsersID.
func (*MockUsersApiMockRecorder) PatchUsersIDExecute ¶
func (mr *MockUsersApiMockRecorder) PatchUsersIDExecute(arg0 interface{}) *gomock.Call
PatchUsersIDExecute indicates an expected call of PatchUsersIDExecute.
func (*MockUsersApiMockRecorder) PostUsers ¶
func (mr *MockUsersApiMockRecorder) PostUsers(arg0 interface{}) *gomock.Call
PostUsers indicates an expected call of PostUsers.
func (*MockUsersApiMockRecorder) PostUsersExecute ¶
func (mr *MockUsersApiMockRecorder) PostUsersExecute(arg0 interface{}) *gomock.Call
PostUsersExecute indicates an expected call of PostUsersExecute.
func (*MockUsersApiMockRecorder) PostUsersIDPassword ¶
func (mr *MockUsersApiMockRecorder) PostUsersIDPassword(arg0, arg1 interface{}) *gomock.Call
PostUsersIDPassword indicates an expected call of PostUsersIDPassword.
func (*MockUsersApiMockRecorder) PostUsersIDPasswordExecute ¶
func (mr *MockUsersApiMockRecorder) PostUsersIDPasswordExecute(arg0 interface{}) *gomock.Call
PostUsersIDPasswordExecute indicates an expected call of PostUsersIDPasswordExecute.
type MockWriteApi ¶
type MockWriteApi struct {
// contains filtered or unexported fields
}
MockWriteApi is a mock of WriteApi interface.
func NewMockWriteApi ¶
func NewMockWriteApi(ctrl *gomock.Controller) *MockWriteApi
NewMockWriteApi creates a new mock instance.
func (*MockWriteApi) EXPECT ¶
func (m *MockWriteApi) EXPECT() *MockWriteApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWriteApi) OnlyCloud ¶
func (m *MockWriteApi) OnlyCloud() api.WriteApi
OnlyCloud mocks base method.
func (*MockWriteApi) OnlyOSS ¶
func (m *MockWriteApi) OnlyOSS() api.WriteApi
OnlyOSS mocks base method.
func (*MockWriteApi) PostWrite ¶
func (m *MockWriteApi) PostWrite(arg0 context.Context) api.ApiPostWriteRequest
PostWrite mocks base method.
func (*MockWriteApi) PostWriteExecute ¶
func (m *MockWriteApi) PostWriteExecute(arg0 api.ApiPostWriteRequest) error
PostWriteExecute mocks base method.
type MockWriteApiMockRecorder ¶
type MockWriteApiMockRecorder struct {
// contains filtered or unexported fields
}
MockWriteApiMockRecorder is the mock recorder for MockWriteApi.
func (*MockWriteApiMockRecorder) OnlyCloud ¶
func (mr *MockWriteApiMockRecorder) OnlyCloud() *gomock.Call
OnlyCloud indicates an expected call of OnlyCloud.
func (*MockWriteApiMockRecorder) OnlyOSS ¶
func (mr *MockWriteApiMockRecorder) OnlyOSS() *gomock.Call
OnlyOSS indicates an expected call of OnlyOSS.
func (*MockWriteApiMockRecorder) PostWrite ¶
func (mr *MockWriteApiMockRecorder) PostWrite(arg0 interface{}) *gomock.Call
PostWrite indicates an expected call of PostWrite.
func (*MockWriteApiMockRecorder) PostWriteExecute ¶
func (mr *MockWriteApiMockRecorder) PostWriteExecute(arg0 interface{}) *gomock.Call
PostWriteExecute indicates an expected call of PostWriteExecute.