mock

package
v2.7.5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 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.

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) GetBackupKVExecuteWithHttpInfo added in v2.3.0

func (m *MockBackupApi) GetBackupKVExecuteWithHttpInfo(arg0 api.ApiGetBackupKVRequest) (*http.Response, *http.Response, error)

GetBackupKVExecuteWithHttpInfo 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) GetBackupMetadataExecuteWithHttpInfo added in v2.3.0

func (m *MockBackupApi) GetBackupMetadataExecuteWithHttpInfo(arg0 api.ApiGetBackupMetadataRequest) (*http.Response, *http.Response, error)

GetBackupMetadataExecuteWithHttpInfo 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) GetBackupShardIdExecuteWithHttpInfo added in v2.3.0

func (m *MockBackupApi) GetBackupShardIdExecuteWithHttpInfo(arg0 api.ApiGetBackupShardIdRequest) (*http.Response, *http.Response, error)

GetBackupShardIdExecuteWithHttpInfo 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) GetBackupKVExecuteWithHttpInfo added in v2.3.0

func (mr *MockBackupApiMockRecorder) GetBackupKVExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetBackupKVExecuteWithHttpInfo indicates an expected call of GetBackupKVExecuteWithHttpInfo.

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) GetBackupMetadataExecuteWithHttpInfo added in v2.3.0

func (mr *MockBackupApiMockRecorder) GetBackupMetadataExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetBackupMetadataExecuteWithHttpInfo indicates an expected call of GetBackupMetadataExecuteWithHttpInfo.

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) GetBackupShardIdExecuteWithHttpInfo added in v2.3.0

func (mr *MockBackupApiMockRecorder) GetBackupShardIdExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetBackupShardIdExecuteWithHttpInfo indicates an expected call of GetBackupShardIdExecuteWithHttpInfo.

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) CreateMeasurementSchemaExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketSchemasApi) CreateMeasurementSchemaExecuteWithHttpInfo(arg0 api.ApiCreateMeasurementSchemaRequest) (api.MeasurementSchema, *http.Response, error)

CreateMeasurementSchemaExecuteWithHttpInfo 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) GetMeasurementSchemaExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketSchemasApi) GetMeasurementSchemaExecuteWithHttpInfo(arg0 api.ApiGetMeasurementSchemaRequest) (api.MeasurementSchema, *http.Response, error)

GetMeasurementSchemaExecuteWithHttpInfo 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) GetMeasurementSchemasExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketSchemasApi) GetMeasurementSchemasExecuteWithHttpInfo(arg0 api.ApiGetMeasurementSchemasRequest) (api.MeasurementSchemaList, *http.Response, error)

GetMeasurementSchemasExecuteWithHttpInfo 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.

func (*MockBucketSchemasApi) UpdateMeasurementSchemaExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketSchemasApi) UpdateMeasurementSchemaExecuteWithHttpInfo(arg0 api.ApiUpdateMeasurementSchemaRequest) (api.MeasurementSchema, *http.Response, error)

UpdateMeasurementSchemaExecuteWithHttpInfo 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) CreateMeasurementSchemaExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketSchemasApiMockRecorder) CreateMeasurementSchemaExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

CreateMeasurementSchemaExecuteWithHttpInfo indicates an expected call of CreateMeasurementSchemaExecuteWithHttpInfo.

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) GetMeasurementSchemaExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemaExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetMeasurementSchemaExecuteWithHttpInfo indicates an expected call of GetMeasurementSchemaExecuteWithHttpInfo.

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) GetMeasurementSchemasExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketSchemasApiMockRecorder) GetMeasurementSchemasExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetMeasurementSchemasExecuteWithHttpInfo indicates an expected call of GetMeasurementSchemasExecuteWithHttpInfo.

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.

func (*MockBucketSchemasApiMockRecorder) UpdateMeasurementSchemaExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketSchemasApiMockRecorder) UpdateMeasurementSchemaExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

UpdateMeasurementSchemaExecuteWithHttpInfo indicates an expected call of UpdateMeasurementSchemaExecuteWithHttpInfo.

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) DeleteBucketsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketsApi) DeleteBucketsIDExecuteWithHttpInfo(arg0 api.ApiDeleteBucketsIDRequest) (*http.Response, error)

DeleteBucketsIDExecuteWithHttpInfo 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) GetBucketsExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketsApi) GetBucketsExecuteWithHttpInfo(arg0 api.ApiGetBucketsRequest) (api.Buckets, *http.Response, error)

GetBucketsExecuteWithHttpInfo 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) GetBucketsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketsApi) GetBucketsIDExecuteWithHttpInfo(arg0 api.ApiGetBucketsIDRequest) (api.Bucket, *http.Response, error)

GetBucketsIDExecuteWithHttpInfo 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) PatchBucketsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketsApi) PatchBucketsIDExecuteWithHttpInfo(arg0 api.ApiPatchBucketsIDRequest) (api.Bucket, *http.Response, error)

PatchBucketsIDExecuteWithHttpInfo 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.

func (*MockBucketsApi) PostBucketsExecuteWithHttpInfo added in v2.3.0

func (m *MockBucketsApi) PostBucketsExecuteWithHttpInfo(arg0 api.ApiPostBucketsRequest) (api.Bucket, *http.Response, error)

PostBucketsExecuteWithHttpInfo 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) DeleteBucketsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketsApiMockRecorder) DeleteBucketsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteBucketsIDExecuteWithHttpInfo indicates an expected call of DeleteBucketsIDExecuteWithHttpInfo.

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) GetBucketsExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketsApiMockRecorder) GetBucketsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetBucketsExecuteWithHttpInfo indicates an expected call of GetBucketsExecuteWithHttpInfo.

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) GetBucketsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketsApiMockRecorder) GetBucketsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetBucketsIDExecuteWithHttpInfo indicates an expected call of GetBucketsIDExecuteWithHttpInfo.

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) PatchBucketsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketsApiMockRecorder) PatchBucketsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PatchBucketsIDExecuteWithHttpInfo indicates an expected call of PatchBucketsIDExecuteWithHttpInfo.

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.

func (*MockBucketsApiMockRecorder) PostBucketsExecuteWithHttpInfo added in v2.3.0

func (mr *MockBucketsApiMockRecorder) PostBucketsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostBucketsExecuteWithHttpInfo indicates an expected call of PostBucketsExecuteWithHttpInfo.

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) DeleteDBRPIDExecuteWithHttpInfo added in v2.3.0

func (m *MockDBRPsApi) DeleteDBRPIDExecuteWithHttpInfo(arg0 api.ApiDeleteDBRPIDRequest) (*http.Response, error)

DeleteDBRPIDExecuteWithHttpInfo 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) GetDBRPsExecuteWithHttpInfo added in v2.3.0

func (m *MockDBRPsApi) GetDBRPsExecuteWithHttpInfo(arg0 api.ApiGetDBRPsRequest) (api.DBRPs, *http.Response, error)

GetDBRPsExecuteWithHttpInfo 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) GetDBRPsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockDBRPsApi) GetDBRPsIDExecuteWithHttpInfo(arg0 api.ApiGetDBRPsIDRequest) (api.DBRPGet, *http.Response, error)

GetDBRPsIDExecuteWithHttpInfo 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) PatchDBRPIDExecuteWithHttpInfo added in v2.3.0

func (m *MockDBRPsApi) PatchDBRPIDExecuteWithHttpInfo(arg0 api.ApiPatchDBRPIDRequest) (api.DBRPGet, *http.Response, error)

PatchDBRPIDExecuteWithHttpInfo 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.

func (*MockDBRPsApi) PostDBRPExecuteWithHttpInfo added in v2.3.0

func (m *MockDBRPsApi) PostDBRPExecuteWithHttpInfo(arg0 api.ApiPostDBRPRequest) (api.DBRP, *http.Response, error)

PostDBRPExecuteWithHttpInfo 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) DeleteDBRPIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockDBRPsApiMockRecorder) DeleteDBRPIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteDBRPIDExecuteWithHttpInfo indicates an expected call of DeleteDBRPIDExecuteWithHttpInfo.

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) GetDBRPsExecuteWithHttpInfo added in v2.3.0

func (mr *MockDBRPsApiMockRecorder) GetDBRPsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetDBRPsExecuteWithHttpInfo indicates an expected call of GetDBRPsExecuteWithHttpInfo.

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) GetDBRPsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockDBRPsApiMockRecorder) GetDBRPsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetDBRPsIDExecuteWithHttpInfo indicates an expected call of GetDBRPsIDExecuteWithHttpInfo.

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) PatchDBRPIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockDBRPsApiMockRecorder) PatchDBRPIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PatchDBRPIDExecuteWithHttpInfo indicates an expected call of PatchDBRPIDExecuteWithHttpInfo.

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.

func (*MockDBRPsApiMockRecorder) PostDBRPExecuteWithHttpInfo added in v2.3.0

func (mr *MockDBRPsApiMockRecorder) PostDBRPExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostDBRPExecuteWithHttpInfo indicates an expected call of PostDBRPExecuteWithHttpInfo.

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

PostDelete mocks base method.

func (*MockDeleteApi) PostDeleteExecute

func (m *MockDeleteApi) PostDeleteExecute(arg0 api.ApiPostDeleteRequest) error

PostDeleteExecute mocks base method.

func (*MockDeleteApi) PostDeleteExecuteWithHttpInfo added in v2.3.0

func (m *MockDeleteApi) PostDeleteExecuteWithHttpInfo(arg0 api.ApiPostDeleteRequest) (*http.Response, error)

PostDeleteExecuteWithHttpInfo mocks base method.

type MockDeleteApiMockRecorder

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

MockDeleteApiMockRecorder is the mock recorder for MockDeleteApi.

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.

func (*MockDeleteApiMockRecorder) PostDeleteExecuteWithHttpInfo added in v2.3.0

func (mr *MockDeleteApiMockRecorder) PostDeleteExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostDeleteExecuteWithHttpInfo indicates an expected call of PostDeleteExecuteWithHttpInfo.

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) GetHealthExecuteWithHttpInfo added in v2.3.0

func (m *MockHealthApi) GetHealthExecuteWithHttpInfo(arg0 api.ApiGetHealthRequest) (api.HealthCheck, *http.Response, error)

GetHealthExecuteWithHttpInfo 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) GetHealthExecuteWithHttpInfo added in v2.3.0

func (mr *MockHealthApiMockRecorder) GetHealthExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetHealthExecuteWithHttpInfo indicates an expected call of GetHealthExecuteWithHttpInfo.

type MockInvokableScriptsApi added in v2.4.0

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

MockInvokableScriptsApi is a mock of InvokableScriptsApi interface.

func NewMockInvokableScriptsApi added in v2.4.0

func NewMockInvokableScriptsApi(ctrl *gomock.Controller) *MockInvokableScriptsApi

NewMockInvokableScriptsApi creates a new mock instance.

func (*MockInvokableScriptsApi) DeleteScriptsID added in v2.4.0

DeleteScriptsID mocks base method.

func (*MockInvokableScriptsApi) DeleteScriptsIDExecute added in v2.4.0

func (m *MockInvokableScriptsApi) DeleteScriptsIDExecute(arg0 api.ApiDeleteScriptsIDRequest) error

DeleteScriptsIDExecute mocks base method.

func (*MockInvokableScriptsApi) DeleteScriptsIDExecuteWithHttpInfo added in v2.4.0

func (m *MockInvokableScriptsApi) DeleteScriptsIDExecuteWithHttpInfo(arg0 api.ApiDeleteScriptsIDRequest) (*http.Response, error)

DeleteScriptsIDExecuteWithHttpInfo mocks base method.

func (*MockInvokableScriptsApi) EXPECT added in v2.4.0

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

func (*MockInvokableScriptsApi) GetScripts added in v2.4.0

GetScripts mocks base method.

func (*MockInvokableScriptsApi) GetScriptsExecute added in v2.4.0

func (m *MockInvokableScriptsApi) GetScriptsExecute(arg0 api.ApiGetScriptsRequest) (api.Scripts, error)

GetScriptsExecute mocks base method.

func (*MockInvokableScriptsApi) GetScriptsExecuteWithHttpInfo added in v2.4.0

func (m *MockInvokableScriptsApi) GetScriptsExecuteWithHttpInfo(arg0 api.ApiGetScriptsRequest) (api.Scripts, *http.Response, error)

GetScriptsExecuteWithHttpInfo mocks base method.

func (*MockInvokableScriptsApi) GetScriptsID added in v2.4.0

GetScriptsID mocks base method.

func (*MockInvokableScriptsApi) GetScriptsIDExecute added in v2.4.0

func (m *MockInvokableScriptsApi) GetScriptsIDExecute(arg0 api.ApiGetScriptsIDRequest) (api.Script, error)

GetScriptsIDExecute mocks base method.

func (*MockInvokableScriptsApi) GetScriptsIDExecuteWithHttpInfo added in v2.4.0

func (m *MockInvokableScriptsApi) GetScriptsIDExecuteWithHttpInfo(arg0 api.ApiGetScriptsIDRequest) (api.Script, *http.Response, error)

GetScriptsIDExecuteWithHttpInfo mocks base method.

func (*MockInvokableScriptsApi) PatchScriptsID added in v2.4.0

PatchScriptsID mocks base method.

func (*MockInvokableScriptsApi) PatchScriptsIDExecute added in v2.4.0

func (m *MockInvokableScriptsApi) PatchScriptsIDExecute(arg0 api.ApiPatchScriptsIDRequest) (api.Script, error)

PatchScriptsIDExecute mocks base method.

func (*MockInvokableScriptsApi) PatchScriptsIDExecuteWithHttpInfo added in v2.4.0

func (m *MockInvokableScriptsApi) PatchScriptsIDExecuteWithHttpInfo(arg0 api.ApiPatchScriptsIDRequest) (api.Script, *http.Response, error)

PatchScriptsIDExecuteWithHttpInfo mocks base method.

func (*MockInvokableScriptsApi) PostScripts added in v2.4.0

PostScripts mocks base method.

func (*MockInvokableScriptsApi) PostScriptsExecute added in v2.4.0

func (m *MockInvokableScriptsApi) PostScriptsExecute(arg0 api.ApiPostScriptsRequest) (api.Script, error)

PostScriptsExecute mocks base method.

func (*MockInvokableScriptsApi) PostScriptsExecuteWithHttpInfo added in v2.4.0

func (m *MockInvokableScriptsApi) PostScriptsExecuteWithHttpInfo(arg0 api.ApiPostScriptsRequest) (api.Script, *http.Response, error)

PostScriptsExecuteWithHttpInfo mocks base method.

func (*MockInvokableScriptsApi) PostScriptsIDInvoke added in v2.4.0

PostScriptsIDInvoke mocks base method.

func (*MockInvokableScriptsApi) PostScriptsIDInvokeExecute added in v2.4.0

func (m *MockInvokableScriptsApi) PostScriptsIDInvokeExecute(arg0 api.ApiPostScriptsIDInvokeRequest) (*http.Response, error)

PostScriptsIDInvokeExecute mocks base method.

func (*MockInvokableScriptsApi) PostScriptsIDInvokeExecuteWithHttpInfo added in v2.4.0

func (m *MockInvokableScriptsApi) PostScriptsIDInvokeExecuteWithHttpInfo(arg0 api.ApiPostScriptsIDInvokeRequest) (*http.Response, *http.Response, error)

PostScriptsIDInvokeExecuteWithHttpInfo mocks base method.

type MockInvokableScriptsApiMockRecorder added in v2.4.0

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

MockInvokableScriptsApiMockRecorder is the mock recorder for MockInvokableScriptsApi.

func (*MockInvokableScriptsApiMockRecorder) DeleteScriptsID added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) DeleteScriptsID(arg0, arg1 interface{}) *gomock.Call

DeleteScriptsID indicates an expected call of DeleteScriptsID.

func (*MockInvokableScriptsApiMockRecorder) DeleteScriptsIDExecute added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) DeleteScriptsIDExecute(arg0 interface{}) *gomock.Call

DeleteScriptsIDExecute indicates an expected call of DeleteScriptsIDExecute.

func (*MockInvokableScriptsApiMockRecorder) DeleteScriptsIDExecuteWithHttpInfo added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) DeleteScriptsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteScriptsIDExecuteWithHttpInfo indicates an expected call of DeleteScriptsIDExecuteWithHttpInfo.

func (*MockInvokableScriptsApiMockRecorder) GetScripts added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) GetScripts(arg0 interface{}) *gomock.Call

GetScripts indicates an expected call of GetScripts.

func (*MockInvokableScriptsApiMockRecorder) GetScriptsExecute added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) GetScriptsExecute(arg0 interface{}) *gomock.Call

GetScriptsExecute indicates an expected call of GetScriptsExecute.

func (*MockInvokableScriptsApiMockRecorder) GetScriptsExecuteWithHttpInfo added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) GetScriptsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetScriptsExecuteWithHttpInfo indicates an expected call of GetScriptsExecuteWithHttpInfo.

func (*MockInvokableScriptsApiMockRecorder) GetScriptsID added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) GetScriptsID(arg0, arg1 interface{}) *gomock.Call

GetScriptsID indicates an expected call of GetScriptsID.

func (*MockInvokableScriptsApiMockRecorder) GetScriptsIDExecute added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) GetScriptsIDExecute(arg0 interface{}) *gomock.Call

GetScriptsIDExecute indicates an expected call of GetScriptsIDExecute.

func (*MockInvokableScriptsApiMockRecorder) GetScriptsIDExecuteWithHttpInfo added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) GetScriptsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetScriptsIDExecuteWithHttpInfo indicates an expected call of GetScriptsIDExecuteWithHttpInfo.

func (*MockInvokableScriptsApiMockRecorder) PatchScriptsID added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PatchScriptsID(arg0, arg1 interface{}) *gomock.Call

PatchScriptsID indicates an expected call of PatchScriptsID.

func (*MockInvokableScriptsApiMockRecorder) PatchScriptsIDExecute added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PatchScriptsIDExecute(arg0 interface{}) *gomock.Call

PatchScriptsIDExecute indicates an expected call of PatchScriptsIDExecute.

func (*MockInvokableScriptsApiMockRecorder) PatchScriptsIDExecuteWithHttpInfo added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PatchScriptsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PatchScriptsIDExecuteWithHttpInfo indicates an expected call of PatchScriptsIDExecuteWithHttpInfo.

func (*MockInvokableScriptsApiMockRecorder) PostScripts added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PostScripts(arg0 interface{}) *gomock.Call

PostScripts indicates an expected call of PostScripts.

func (*MockInvokableScriptsApiMockRecorder) PostScriptsExecute added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PostScriptsExecute(arg0 interface{}) *gomock.Call

PostScriptsExecute indicates an expected call of PostScriptsExecute.

func (*MockInvokableScriptsApiMockRecorder) PostScriptsExecuteWithHttpInfo added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PostScriptsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostScriptsExecuteWithHttpInfo indicates an expected call of PostScriptsExecuteWithHttpInfo.

func (*MockInvokableScriptsApiMockRecorder) PostScriptsIDInvoke added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PostScriptsIDInvoke(arg0, arg1 interface{}) *gomock.Call

PostScriptsIDInvoke indicates an expected call of PostScriptsIDInvoke.

func (*MockInvokableScriptsApiMockRecorder) PostScriptsIDInvokeExecute added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PostScriptsIDInvokeExecute(arg0 interface{}) *gomock.Call

PostScriptsIDInvokeExecute indicates an expected call of PostScriptsIDInvokeExecute.

func (*MockInvokableScriptsApiMockRecorder) PostScriptsIDInvokeExecuteWithHttpInfo added in v2.4.0

func (mr *MockInvokableScriptsApiMockRecorder) PostScriptsIDInvokeExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostScriptsIDInvokeExecuteWithHttpInfo indicates an expected call of PostScriptsIDInvokeExecuteWithHttpInfo.

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) DeleteOrgsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) DeleteOrgsIDExecuteWithHttpInfo(arg0 api.ApiDeleteOrgsIDRequest) (*http.Response, error)

DeleteOrgsIDExecuteWithHttpInfo 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) DeleteOrgsIDMembersIDExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) DeleteOrgsIDMembersIDExecuteWithHttpInfo(arg0 api.ApiDeleteOrgsIDMembersIDRequest) (*http.Response, error)

DeleteOrgsIDMembersIDExecuteWithHttpInfo mocks base method.

func (*MockOrganizationsApi) DeleteOrgsIDOwnersID added in v2.4.0

func (m *MockOrganizationsApi) DeleteOrgsIDOwnersID(arg0 context.Context, arg1, arg2 string) api.ApiDeleteOrgsIDOwnersIDRequest

DeleteOrgsIDOwnersID mocks base method.

func (*MockOrganizationsApi) DeleteOrgsIDOwnersIDExecute added in v2.4.0

func (m *MockOrganizationsApi) DeleteOrgsIDOwnersIDExecute(arg0 api.ApiDeleteOrgsIDOwnersIDRequest) error

DeleteOrgsIDOwnersIDExecute mocks base method.

func (*MockOrganizationsApi) DeleteOrgsIDOwnersIDExecuteWithHttpInfo added in v2.4.0

func (m *MockOrganizationsApi) DeleteOrgsIDOwnersIDExecuteWithHttpInfo(arg0 api.ApiDeleteOrgsIDOwnersIDRequest) (*http.Response, error)

DeleteOrgsIDOwnersIDExecuteWithHttpInfo 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) GetOrgsExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) GetOrgsExecuteWithHttpInfo(arg0 api.ApiGetOrgsRequest) (api.Organizations, *http.Response, error)

GetOrgsExecuteWithHttpInfo 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) GetOrgsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) GetOrgsIDExecuteWithHttpInfo(arg0 api.ApiGetOrgsIDRequest) (api.Organization, *http.Response, error)

GetOrgsIDExecuteWithHttpInfo 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) GetOrgsIDMembersExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) GetOrgsIDMembersExecuteWithHttpInfo(arg0 api.ApiGetOrgsIDMembersRequest) (api.ResourceMembers, *http.Response, error)

GetOrgsIDMembersExecuteWithHttpInfo mocks base method.

func (*MockOrganizationsApi) GetOrgsIDOwners added in v2.4.0

GetOrgsIDOwners mocks base method.

func (*MockOrganizationsApi) GetOrgsIDOwnersExecute added in v2.4.0

func (m *MockOrganizationsApi) GetOrgsIDOwnersExecute(arg0 api.ApiGetOrgsIDOwnersRequest) (api.ResourceOwners, error)

GetOrgsIDOwnersExecute mocks base method.

func (*MockOrganizationsApi) GetOrgsIDOwnersExecuteWithHttpInfo added in v2.4.0

func (m *MockOrganizationsApi) GetOrgsIDOwnersExecuteWithHttpInfo(arg0 api.ApiGetOrgsIDOwnersRequest) (api.ResourceOwners, *http.Response, error)

GetOrgsIDOwnersExecuteWithHttpInfo 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) PatchOrgsIDExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) PatchOrgsIDExecuteWithHttpInfo(arg0 api.ApiPatchOrgsIDRequest) (api.Organization, *http.Response, error)

PatchOrgsIDExecuteWithHttpInfo 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) PostOrgsExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) PostOrgsExecuteWithHttpInfo(arg0 api.ApiPostOrgsRequest) (api.Organization, *http.Response, error)

PostOrgsExecuteWithHttpInfo 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.

func (*MockOrganizationsApi) PostOrgsIDMembersExecuteWithHttpInfo added in v2.3.0

func (m *MockOrganizationsApi) PostOrgsIDMembersExecuteWithHttpInfo(arg0 api.ApiPostOrgsIDMembersRequest) (api.ResourceMember, *http.Response, error)

PostOrgsIDMembersExecuteWithHttpInfo mocks base method.

func (*MockOrganizationsApi) PostOrgsIDOwners added in v2.4.0

func (m *MockOrganizationsApi) PostOrgsIDOwners(arg0 context.Context, arg1 string) api.ApiPostOrgsIDOwnersRequest

PostOrgsIDOwners mocks base method.

func (*MockOrganizationsApi) PostOrgsIDOwnersExecute added in v2.4.0

func (m *MockOrganizationsApi) PostOrgsIDOwnersExecute(arg0 api.ApiPostOrgsIDOwnersRequest) (api.ResourceOwner, error)

PostOrgsIDOwnersExecute mocks base method.

func (*MockOrganizationsApi) PostOrgsIDOwnersExecuteWithHttpInfo added in v2.4.0

func (m *MockOrganizationsApi) PostOrgsIDOwnersExecuteWithHttpInfo(arg0 api.ApiPostOrgsIDOwnersRequest) (api.ResourceOwner, *http.Response, error)

PostOrgsIDOwnersExecuteWithHttpInfo 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) DeleteOrgsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteOrgsIDExecuteWithHttpInfo indicates an expected call of DeleteOrgsIDExecuteWithHttpInfo.

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) DeleteOrgsIDMembersIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDMembersIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteOrgsIDMembersIDExecuteWithHttpInfo indicates an expected call of DeleteOrgsIDMembersIDExecuteWithHttpInfo.

func (*MockOrganizationsApiMockRecorder) DeleteOrgsIDOwnersID added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDOwnersID(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteOrgsIDOwnersID indicates an expected call of DeleteOrgsIDOwnersID.

func (*MockOrganizationsApiMockRecorder) DeleteOrgsIDOwnersIDExecute added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDOwnersIDExecute(arg0 interface{}) *gomock.Call

DeleteOrgsIDOwnersIDExecute indicates an expected call of DeleteOrgsIDOwnersIDExecute.

func (*MockOrganizationsApiMockRecorder) DeleteOrgsIDOwnersIDExecuteWithHttpInfo added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) DeleteOrgsIDOwnersIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteOrgsIDOwnersIDExecuteWithHttpInfo indicates an expected call of DeleteOrgsIDOwnersIDExecuteWithHttpInfo.

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) GetOrgsExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) GetOrgsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetOrgsExecuteWithHttpInfo indicates an expected call of GetOrgsExecuteWithHttpInfo.

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) GetOrgsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetOrgsIDExecuteWithHttpInfo indicates an expected call of GetOrgsIDExecuteWithHttpInfo.

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) GetOrgsIDMembersExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDMembersExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetOrgsIDMembersExecuteWithHttpInfo indicates an expected call of GetOrgsIDMembersExecuteWithHttpInfo.

func (*MockOrganizationsApiMockRecorder) GetOrgsIDOwners added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDOwners(arg0, arg1 interface{}) *gomock.Call

GetOrgsIDOwners indicates an expected call of GetOrgsIDOwners.

func (*MockOrganizationsApiMockRecorder) GetOrgsIDOwnersExecute added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDOwnersExecute(arg0 interface{}) *gomock.Call

GetOrgsIDOwnersExecute indicates an expected call of GetOrgsIDOwnersExecute.

func (*MockOrganizationsApiMockRecorder) GetOrgsIDOwnersExecuteWithHttpInfo added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) GetOrgsIDOwnersExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetOrgsIDOwnersExecuteWithHttpInfo indicates an expected call of GetOrgsIDOwnersExecuteWithHttpInfo.

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) PatchOrgsIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) PatchOrgsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PatchOrgsIDExecuteWithHttpInfo indicates an expected call of PatchOrgsIDExecuteWithHttpInfo.

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) PostOrgsExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) PostOrgsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostOrgsExecuteWithHttpInfo indicates an expected call of PostOrgsExecuteWithHttpInfo.

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.

func (*MockOrganizationsApiMockRecorder) PostOrgsIDMembersExecuteWithHttpInfo added in v2.3.0

func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDMembersExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostOrgsIDMembersExecuteWithHttpInfo indicates an expected call of PostOrgsIDMembersExecuteWithHttpInfo.

func (*MockOrganizationsApiMockRecorder) PostOrgsIDOwners added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDOwners(arg0, arg1 interface{}) *gomock.Call

PostOrgsIDOwners indicates an expected call of PostOrgsIDOwners.

func (*MockOrganizationsApiMockRecorder) PostOrgsIDOwnersExecute added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDOwnersExecute(arg0 interface{}) *gomock.Call

PostOrgsIDOwnersExecute indicates an expected call of PostOrgsIDOwnersExecute.

func (*MockOrganizationsApiMockRecorder) PostOrgsIDOwnersExecuteWithHttpInfo added in v2.4.0

func (mr *MockOrganizationsApiMockRecorder) PostOrgsIDOwnersExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostOrgsIDOwnersExecuteWithHttpInfo indicates an expected call of PostOrgsIDOwnersExecuteWithHttpInfo.

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

func (*MockQueryApi) PostQueryExecuteWithHttpInfo added in v2.3.0

func (m *MockQueryApi) PostQueryExecuteWithHttpInfo(arg0 api.ApiPostQueryRequest) (*http.Response, *http.Response, error)

PostQueryExecuteWithHttpInfo mocks base method.

type MockQueryApiMockRecorder

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

MockQueryApiMockRecorder is the mock recorder for MockQueryApi.

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.

func (*MockQueryApiMockRecorder) PostQueryExecuteWithHttpInfo added in v2.3.0

func (mr *MockQueryApiMockRecorder) PostQueryExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostQueryExecuteWithHttpInfo indicates an expected call of PostQueryExecuteWithHttpInfo.

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) DeleteOrgsIDSecretsID added in v2.7.0

func (m *MockSecretsApi) DeleteOrgsIDSecretsID(arg0 context.Context, arg1, arg2 string) api.ApiDeleteOrgsIDSecretsIDRequest

DeleteOrgsIDSecretsID mocks base method.

func (*MockSecretsApi) DeleteOrgsIDSecretsIDExecute added in v2.7.0

func (m *MockSecretsApi) DeleteOrgsIDSecretsIDExecute(arg0 api.ApiDeleteOrgsIDSecretsIDRequest) error

DeleteOrgsIDSecretsIDExecute mocks base method.

func (*MockSecretsApi) DeleteOrgsIDSecretsIDExecuteWithHttpInfo added in v2.7.0

func (m *MockSecretsApi) DeleteOrgsIDSecretsIDExecuteWithHttpInfo(arg0 api.ApiDeleteOrgsIDSecretsIDRequest) (*http.Response, error)

DeleteOrgsIDSecretsIDExecuteWithHttpInfo mocks base method.

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) GetOrgsIDSecretsExecuteWithHttpInfo added in v2.3.0

func (m *MockSecretsApi) GetOrgsIDSecretsExecuteWithHttpInfo(arg0 api.ApiGetOrgsIDSecretsRequest) (api.SecretKeysResponse, *http.Response, error)

GetOrgsIDSecretsExecuteWithHttpInfo 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) PatchOrgsIDSecretsExecuteWithHttpInfo added in v2.3.0

func (m *MockSecretsApi) PatchOrgsIDSecretsExecuteWithHttpInfo(arg0 api.ApiPatchOrgsIDSecretsRequest) (*http.Response, error)

PatchOrgsIDSecretsExecuteWithHttpInfo 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.

func (*MockSecretsApi) PostOrgsIDSecretsExecuteWithHttpInfo added in v2.3.0

func (m *MockSecretsApi) PostOrgsIDSecretsExecuteWithHttpInfo(arg0 api.ApiPostOrgsIDSecretsRequest) (*http.Response, error)

PostOrgsIDSecretsExecuteWithHttpInfo mocks base method.

type MockSecretsApiMockRecorder

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

MockSecretsApiMockRecorder is the mock recorder for MockSecretsApi.

func (*MockSecretsApiMockRecorder) DeleteOrgsIDSecretsID added in v2.7.0

func (mr *MockSecretsApiMockRecorder) DeleteOrgsIDSecretsID(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteOrgsIDSecretsID indicates an expected call of DeleteOrgsIDSecretsID.

func (*MockSecretsApiMockRecorder) DeleteOrgsIDSecretsIDExecute added in v2.7.0

func (mr *MockSecretsApiMockRecorder) DeleteOrgsIDSecretsIDExecute(arg0 interface{}) *gomock.Call

DeleteOrgsIDSecretsIDExecute indicates an expected call of DeleteOrgsIDSecretsIDExecute.

func (*MockSecretsApiMockRecorder) DeleteOrgsIDSecretsIDExecuteWithHttpInfo added in v2.7.0

func (mr *MockSecretsApiMockRecorder) DeleteOrgsIDSecretsIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteOrgsIDSecretsIDExecuteWithHttpInfo indicates an expected call of DeleteOrgsIDSecretsIDExecuteWithHttpInfo.

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) GetOrgsIDSecretsExecuteWithHttpInfo added in v2.3.0

func (mr *MockSecretsApiMockRecorder) GetOrgsIDSecretsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetOrgsIDSecretsExecuteWithHttpInfo indicates an expected call of GetOrgsIDSecretsExecuteWithHttpInfo.

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) PatchOrgsIDSecretsExecuteWithHttpInfo added in v2.3.0

func (mr *MockSecretsApiMockRecorder) PatchOrgsIDSecretsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PatchOrgsIDSecretsExecuteWithHttpInfo indicates an expected call of PatchOrgsIDSecretsExecuteWithHttpInfo.

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.

func (*MockSecretsApiMockRecorder) PostOrgsIDSecretsExecuteWithHttpInfo added in v2.3.0

func (mr *MockSecretsApiMockRecorder) PostOrgsIDSecretsExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostOrgsIDSecretsExecuteWithHttpInfo indicates an expected call of PostOrgsIDSecretsExecuteWithHttpInfo.

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) GetSetupExecuteWithHttpInfo added in v2.3.0

func (m *MockSetupApi) GetSetupExecuteWithHttpInfo(arg0 api.ApiGetSetupRequest) (api.InlineResponse200, *http.Response, error)

GetSetupExecuteWithHttpInfo 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.

func (*MockSetupApi) PostSetupExecuteWithHttpInfo added in v2.3.0

func (m *MockSetupApi) PostSetupExecuteWithHttpInfo(arg0 api.ApiPostSetupRequest) (api.OnboardingResponse, *http.Response, error)

PostSetupExecuteWithHttpInfo 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) GetSetupExecuteWithHttpInfo added in v2.3.0

func (mr *MockSetupApiMockRecorder) GetSetupExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetSetupExecuteWithHttpInfo indicates an expected call of GetSetupExecuteWithHttpInfo.

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.

func (*MockSetupApiMockRecorder) PostSetupExecuteWithHttpInfo added in v2.3.0

func (mr *MockSetupApiMockRecorder) PostSetupExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostSetupExecuteWithHttpInfo indicates an expected call of PostSetupExecuteWithHttpInfo.

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

func (m *MockStdIO) IsInteractive() bool

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

func (mr *MockStdIOMockRecorder) IsInteractive() *gomock.Call

IsInteractive indicates an expected call of IsInteractive.

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) DeleteUsersIDExecuteWithHttpInfo added in v2.3.0

func (m *MockUsersApi) DeleteUsersIDExecuteWithHttpInfo(arg0 api.ApiDeleteUsersIDRequest) (*http.Response, error)

DeleteUsersIDExecuteWithHttpInfo 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) GetUsersExecuteWithHttpInfo added in v2.3.0

func (m *MockUsersApi) GetUsersExecuteWithHttpInfo(arg0 api.ApiGetUsersRequest) (api.Users, *http.Response, error)

GetUsersExecuteWithHttpInfo 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) GetUsersIDExecuteWithHttpInfo added in v2.3.0

func (m *MockUsersApi) GetUsersIDExecuteWithHttpInfo(arg0 api.ApiGetUsersIDRequest) (api.UserResponse, *http.Response, error)

GetUsersIDExecuteWithHttpInfo 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) PatchUsersIDExecuteWithHttpInfo added in v2.3.0

func (m *MockUsersApi) PatchUsersIDExecuteWithHttpInfo(arg0 api.ApiPatchUsersIDRequest) (api.UserResponse, *http.Response, error)

PatchUsersIDExecuteWithHttpInfo 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) PostUsersExecuteWithHttpInfo added in v2.3.0

func (m *MockUsersApi) PostUsersExecuteWithHttpInfo(arg0 api.ApiPostUsersRequest) (api.UserResponse, *http.Response, error)

PostUsersExecuteWithHttpInfo 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.

func (*MockUsersApi) PostUsersIDPasswordExecuteWithHttpInfo added in v2.3.0

func (m *MockUsersApi) PostUsersIDPasswordExecuteWithHttpInfo(arg0 api.ApiPostUsersIDPasswordRequest) (*http.Response, error)

PostUsersIDPasswordExecuteWithHttpInfo mocks base method.

func (*MockUsersApi) PutUsersIDPassword added in v2.5.0

func (m *MockUsersApi) PutUsersIDPassword(arg0 context.Context, arg1 string) api.ApiPutUsersIDPasswordRequest

PutUsersIDPassword mocks base method.

func (*MockUsersApi) PutUsersIDPasswordExecute added in v2.5.0

func (m *MockUsersApi) PutUsersIDPasswordExecute(arg0 api.ApiPutUsersIDPasswordRequest) error

PutUsersIDPasswordExecute mocks base method.

func (*MockUsersApi) PutUsersIDPasswordExecuteWithHttpInfo added in v2.5.0

func (m *MockUsersApi) PutUsersIDPasswordExecuteWithHttpInfo(arg0 api.ApiPutUsersIDPasswordRequest) (*http.Response, error)

PutUsersIDPasswordExecuteWithHttpInfo 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) DeleteUsersIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockUsersApiMockRecorder) DeleteUsersIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

DeleteUsersIDExecuteWithHttpInfo indicates an expected call of DeleteUsersIDExecuteWithHttpInfo.

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) GetUsersExecuteWithHttpInfo added in v2.3.0

func (mr *MockUsersApiMockRecorder) GetUsersExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetUsersExecuteWithHttpInfo indicates an expected call of GetUsersExecuteWithHttpInfo.

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) GetUsersIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockUsersApiMockRecorder) GetUsersIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

GetUsersIDExecuteWithHttpInfo indicates an expected call of GetUsersIDExecuteWithHttpInfo.

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) PatchUsersIDExecuteWithHttpInfo added in v2.3.0

func (mr *MockUsersApiMockRecorder) PatchUsersIDExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PatchUsersIDExecuteWithHttpInfo indicates an expected call of PatchUsersIDExecuteWithHttpInfo.

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) PostUsersExecuteWithHttpInfo added in v2.3.0

func (mr *MockUsersApiMockRecorder) PostUsersExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostUsersExecuteWithHttpInfo indicates an expected call of PostUsersExecuteWithHttpInfo.

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.

func (*MockUsersApiMockRecorder) PostUsersIDPasswordExecuteWithHttpInfo added in v2.3.0

func (mr *MockUsersApiMockRecorder) PostUsersIDPasswordExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostUsersIDPasswordExecuteWithHttpInfo indicates an expected call of PostUsersIDPasswordExecuteWithHttpInfo.

func (*MockUsersApiMockRecorder) PutUsersIDPassword added in v2.5.0

func (mr *MockUsersApiMockRecorder) PutUsersIDPassword(arg0, arg1 interface{}) *gomock.Call

PutUsersIDPassword indicates an expected call of PutUsersIDPassword.

func (*MockUsersApiMockRecorder) PutUsersIDPasswordExecute added in v2.5.0

func (mr *MockUsersApiMockRecorder) PutUsersIDPasswordExecute(arg0 interface{}) *gomock.Call

PutUsersIDPasswordExecute indicates an expected call of PutUsersIDPasswordExecute.

func (*MockUsersApiMockRecorder) PutUsersIDPasswordExecuteWithHttpInfo added in v2.5.0

func (mr *MockUsersApiMockRecorder) PutUsersIDPasswordExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PutUsersIDPasswordExecuteWithHttpInfo indicates an expected call of PutUsersIDPasswordExecuteWithHttpInfo.

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

func (*MockWriteApi) PostWriteExecuteWithHttpInfo added in v2.3.0

func (m *MockWriteApi) PostWriteExecuteWithHttpInfo(arg0 api.ApiPostWriteRequest) (*http.Response, error)

PostWriteExecuteWithHttpInfo mocks base method.

type MockWriteApiMockRecorder

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

MockWriteApiMockRecorder is the mock recorder for MockWriteApi.

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.

func (*MockWriteApiMockRecorder) PostWriteExecuteWithHttpInfo added in v2.3.0

func (mr *MockWriteApiMockRecorder) PostWriteExecuteWithHttpInfo(arg0 interface{}) *gomock.Call

PostWriteExecuteWithHttpInfo indicates an expected call of PostWriteExecuteWithHttpInfo.

Jump to

Keyboard shortcuts

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