mock

package
v2.1.0-rc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2021 License: MIT Imports: 6 Imported by: 0

README

Mocks

The files in this module are generated via mockgen for use with gomock.

To add a new mock:

  1. Add a line to gen.go in this module
  2. Run make mock from the project root

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

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

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

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

GetMeasurementSchemasExecute mocks base method.

func (*MockBucketSchemasApi) OnlyCloud

func (m *MockBucketSchemasApi) OnlyCloud() api.BucketSchemasApi

OnlyCloud mocks base method.

func (*MockBucketSchemasApi) OnlyOSS

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBucketsApi) GetBuckets

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

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

func (m *MockConfigService) CreateConfig(arg0 config.Config) (config.Config, error)

CreateConfig mocks base method.

func (*MockConfigService) DeleteConfig

func (m *MockConfigService) DeleteConfig(arg0 string) (config.Config, error)

DeleteConfig mocks base method.

func (*MockConfigService) EXPECT

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

func (m *MockConfigService) UpdateConfig(arg0 config.Config) (config.Config, error)

UpdateConfig mocks base method.

type MockConfigServiceMockRecorder

type MockConfigServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigServiceMockRecorder is the mock recorder for MockConfigService.

func (*MockConfigServiceMockRecorder) Active

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDBRPsApi) GetDBRPs

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

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

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHealthApi) GetHealth

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOrganizationsApi) GetOrgs

GetOrgs mocks base method.

func (*MockOrganizationsApi) GetOrgsExecute

func (m *MockOrganizationsApi) GetOrgsExecute(arg0 api.ApiGetOrgsRequest) (api.Organizations, error)

GetOrgsExecute mocks base method.

func (*MockOrganizationsApi) GetOrgsID

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

OnlyOSS mocks base method.

func (*MockOrganizationsApi) PatchOrgsID

PatchOrgsID mocks base method.

func (*MockOrganizationsApi) PatchOrgsIDExecute

func (m *MockOrganizationsApi) PatchOrgsIDExecute(arg0 api.ApiPatchOrgsIDRequest) (api.Organization, error)

PatchOrgsIDExecute mocks base method.

func (*MockOrganizationsApi) PostOrgs

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

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

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSetupApi) GetSetup

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) Banner

func (m *MockStdIO) Banner(arg0 string) error

Banner mocks base method.

func (*MockStdIO) EXPECT

func (m *MockStdIO) EXPECT() *MockStdIOMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStdIO) Error

func (m *MockStdIO) Error(arg0 string) error

Error mocks base method.

func (*MockStdIO) GetConfirm

func (m *MockStdIO) GetConfirm(arg0 string) bool

GetConfirm mocks base method.

func (*MockStdIO) GetPassword

func (m *MockStdIO) GetPassword(arg0 string) (string, error)

GetPassword mocks base method.

func (*MockStdIO) GetSecret

func (m *MockStdIO) GetSecret(arg0 string, arg1 int) (string, error)

GetSecret mocks base method.

func (*MockStdIO) GetStringInput

func (m *MockStdIO) GetStringInput(arg0, arg1 string) (string, error)

GetStringInput mocks base method.

func (*MockStdIO) InputIsInteractive

func (m *MockStdIO) InputIsInteractive() bool

InputIsInteractive mocks base method.

func (*MockStdIO) Write

func (m *MockStdIO) Write(arg0 []byte) (int, error)

Write mocks base method.

func (*MockStdIO) WriteErr

func (m *MockStdIO) WriteErr(arg0 []byte) (int, error)

WriteErr 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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUsersApi) GetUsers

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL