Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) AcceptPostgresRestore(params *clientdatabase.AcceptPostgresRestoreParams, ...) (*clientdatabase.AcceptPostgresRestoreOK, error)
- func (_m *ClientService) AcceptPostgresRestoreDeprecated(params *clientdatabase.AcceptPostgresRestoreDeprecatedParams, ...) (*clientdatabase.AcceptPostgresRestoreDeprecatedOK, error)
- func (_m *ClientService) CreatePostgres(params *clientdatabase.CreatePostgresParams, ...) (*clientdatabase.CreatePostgresCreated, error)
- func (_m *ClientService) CreatePostgresBackupConfig(params *clientdatabase.CreatePostgresBackupConfigParams, ...) (*clientdatabase.CreatePostgresBackupConfigCreated, error)
- func (_m *ClientService) CreatePostgresStandby(params *clientdatabase.CreatePostgresStandbyParams, ...) (*clientdatabase.CreatePostgresStandbyCreated, error)
- func (_m *ClientService) DeletePostgres(params *clientdatabase.DeletePostgresParams, ...) (*clientdatabase.DeletePostgresOK, error)
- func (_m *ClientService) DeletePostgresBackupConfig(params *clientdatabase.DeletePostgresBackupConfigParams, ...) (*clientdatabase.DeletePostgresBackupConfigOK, error)
- func (_m *ClientService) FindPostgres(params *clientdatabase.FindPostgresParams, ...) (*clientdatabase.FindPostgresOK, error)
- func (_m *ClientService) GetBackupConfig(params *clientdatabase.GetBackupConfigParams, ...) (*clientdatabase.GetBackupConfigOK, error)
- func (_m *ClientService) GetPostgres(params *clientdatabase.GetPostgresParams, ...) (*clientdatabase.GetPostgresOK, error)
- func (_m *ClientService) GetPostgresBackups(params *clientdatabase.GetPostgresBackupsParams, ...) (*clientdatabase.GetPostgresBackupsOK, error)
- func (_m *ClientService) GetPostgresPartitions(params *clientdatabase.GetPostgresPartitionsParams, ...) (*clientdatabase.GetPostgresPartitionsOK, error)
- func (_m *ClientService) GetPostgresSecrets(params *clientdatabase.GetPostgresSecretsParams, ...) (*clientdatabase.GetPostgresSecretsOK, error)
- func (_m *ClientService) GetPostgresVersions(params *clientdatabase.GetPostgresVersionsParams, ...) (*clientdatabase.GetPostgresVersionsOK, error)
- func (_m *ClientService) ListPostgres(params *clientdatabase.ListPostgresParams, ...) (*clientdatabase.ListPostgresOK, error)
- func (_m *ClientService) ListPostgresBackupConfigs(params *clientdatabase.ListPostgresBackupConfigsParams, ...) (*clientdatabase.ListPostgresBackupConfigsOK, error)
- func (_m *ClientService) RestorePostgres(params *clientdatabase.RestorePostgresParams, ...) (*clientdatabase.RestorePostgresCreated, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdatePostgres(params *clientdatabase.UpdatePostgresParams, ...) (*clientdatabase.UpdatePostgresOK, error)
- func (_m *ClientService) UpdatePostgresBackupConfig(params *clientdatabase.UpdatePostgresBackupConfigParams, ...) (*clientdatabase.UpdatePostgresBackupConfigOK, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func NewClientOption ¶ added in v0.18.21
func NewClientOption(t interface { mock.TestingT Cleanup(func()) }) *ClientOption
NewClientOption creates a new instance of ClientOption. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func NewClientService ¶ added in v0.18.21
func NewClientService(t interface { mock.TestingT Cleanup(func()) }) *ClientService
NewClientService creates a new instance of ClientService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ClientService) AcceptPostgresRestore ¶ added in v0.18.4
func (_m *ClientService) AcceptPostgresRestore(params *clientdatabase.AcceptPostgresRestoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.AcceptPostgresRestoreOK, error)
AcceptPostgresRestore provides a mock function with given fields: params, authInfo, opts
func (*ClientService) AcceptPostgresRestoreDeprecated ¶ added in v0.18.24
func (_m *ClientService) AcceptPostgresRestoreDeprecated(params *clientdatabase.AcceptPostgresRestoreDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.AcceptPostgresRestoreDeprecatedOK, error)
AcceptPostgresRestoreDeprecated provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CreatePostgres ¶
func (_m *ClientService) CreatePostgres(params *clientdatabase.CreatePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.CreatePostgresCreated, error)
CreatePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CreatePostgresBackupConfig ¶
func (_m *ClientService) CreatePostgresBackupConfig(params *clientdatabase.CreatePostgresBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.CreatePostgresBackupConfigCreated, error)
CreatePostgresBackupConfig provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CreatePostgresStandby ¶ added in v0.18.3
func (_m *ClientService) CreatePostgresStandby(params *clientdatabase.CreatePostgresStandbyParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.CreatePostgresStandbyCreated, error)
CreatePostgresStandby provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeletePostgres ¶
func (_m *ClientService) DeletePostgres(params *clientdatabase.DeletePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.DeletePostgresOK, error)
DeletePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeletePostgresBackupConfig ¶
func (_m *ClientService) DeletePostgresBackupConfig(params *clientdatabase.DeletePostgresBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.DeletePostgresBackupConfigOK, error)
DeletePostgresBackupConfig provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindPostgres ¶
func (_m *ClientService) FindPostgres(params *clientdatabase.FindPostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.FindPostgresOK, error)
FindPostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetBackupConfig ¶
func (_m *ClientService) GetBackupConfig(params *clientdatabase.GetBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.GetBackupConfigOK, error)
GetBackupConfig provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgres ¶
func (_m *ClientService) GetPostgres(params *clientdatabase.GetPostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.GetPostgresOK, error)
GetPostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresBackups ¶
func (_m *ClientService) GetPostgresBackups(params *clientdatabase.GetPostgresBackupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.GetPostgresBackupsOK, error)
GetPostgresBackups provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresPartitions ¶
func (_m *ClientService) GetPostgresPartitions(params *clientdatabase.GetPostgresPartitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.GetPostgresPartitionsOK, error)
GetPostgresPartitions provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresSecrets ¶
func (_m *ClientService) GetPostgresSecrets(params *clientdatabase.GetPostgresSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.GetPostgresSecretsOK, error)
GetPostgresSecrets provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresVersions ¶
func (_m *ClientService) GetPostgresVersions(params *clientdatabase.GetPostgresVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.GetPostgresVersionsOK, error)
GetPostgresVersions provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListPostgres ¶
func (_m *ClientService) ListPostgres(params *clientdatabase.ListPostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.ListPostgresOK, error)
ListPostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListPostgresBackupConfigs ¶
func (_m *ClientService) ListPostgresBackupConfigs(params *clientdatabase.ListPostgresBackupConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.ListPostgresBackupConfigsOK, error)
ListPostgresBackupConfigs provides a mock function with given fields: params, authInfo, opts
func (*ClientService) RestorePostgres ¶ added in v0.18.4
func (_m *ClientService) RestorePostgres(params *clientdatabase.RestorePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.RestorePostgresCreated, error)
RestorePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport
func (*ClientService) UpdatePostgres ¶
func (_m *ClientService) UpdatePostgres(params *clientdatabase.UpdatePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.UpdatePostgresOK, error)
UpdatePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) UpdatePostgresBackupConfig ¶
func (_m *ClientService) UpdatePostgresBackupConfig(params *clientdatabase.UpdatePostgresBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientdatabase.ClientOption) (*clientdatabase.UpdatePostgresBackupConfigOK, error)
UpdatePostgresBackupConfig provides a mock function with given fields: params, authInfo, opts