Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) AcceptPostgresRestore(params *database.AcceptPostgresRestoreParams, ...) (*database.AcceptPostgresRestoreOK, error)
- func (_m *ClientService) CreatePostgres(params *database.CreatePostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.CreatePostgresCreated, error)
- func (_m *ClientService) CreatePostgresBackupConfig(params *database.CreatePostgresBackupConfigParams, ...) (*database.CreatePostgresBackupConfigCreated, error)
- func (_m *ClientService) CreatePostgresStandby(params *database.CreatePostgresStandbyParams, ...) (*database.CreatePostgresStandbyCreated, error)
- func (_m *ClientService) DeletePostgres(params *database.DeletePostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.DeletePostgresOK, error)
- func (_m *ClientService) DeletePostgresBackupConfig(params *database.DeletePostgresBackupConfigParams, ...) (*database.DeletePostgresBackupConfigOK, error)
- func (_m *ClientService) FindPostgres(params *database.FindPostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.FindPostgresOK, error)
- func (_m *ClientService) GetBackupConfig(params *database.GetBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.GetBackupConfigOK, error)
- func (_m *ClientService) GetPostgres(params *database.GetPostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.GetPostgresOK, error)
- func (_m *ClientService) GetPostgresBackups(params *database.GetPostgresBackupsParams, ...) (*database.GetPostgresBackupsOK, error)
- func (_m *ClientService) GetPostgresPartitions(params *database.GetPostgresPartitionsParams, ...) (*database.GetPostgresPartitionsOK, error)
- func (_m *ClientService) GetPostgresSecrets(params *database.GetPostgresSecretsParams, ...) (*database.GetPostgresSecretsOK, error)
- func (_m *ClientService) GetPostgresVersions(params *database.GetPostgresVersionsParams, ...) (*database.GetPostgresVersionsOK, error)
- func (_m *ClientService) ListPostgres(params *database.ListPostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.ListPostgresOK, error)
- func (_m *ClientService) ListPostgresBackupConfigs(params *database.ListPostgresBackupConfigsParams, ...) (*database.ListPostgresBackupConfigsOK, error)
- func (_m *ClientService) RestorePostgres(params *database.RestorePostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.RestorePostgresCreated, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdatePostgres(params *database.UpdatePostgresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*database.UpdatePostgresOK, error)
- func (_m *ClientService) UpdatePostgresBackupConfig(params *database.UpdatePostgresBackupConfigParams, ...) (*database.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 (*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 (*ClientService) AcceptPostgresRestore ¶ added in v0.18.4
func (_m *ClientService) AcceptPostgresRestore(params *database.AcceptPostgresRestoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.AcceptPostgresRestoreOK, error)
AcceptPostgresRestore provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CreatePostgres ¶
func (_m *ClientService) CreatePostgres(params *database.CreatePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.CreatePostgresCreated, error)
CreatePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CreatePostgresBackupConfig ¶
func (_m *ClientService) CreatePostgresBackupConfig(params *database.CreatePostgresBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.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 *database.CreatePostgresStandbyParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.CreatePostgresStandbyCreated, error)
CreatePostgresStandby provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeletePostgres ¶
func (_m *ClientService) DeletePostgres(params *database.DeletePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.DeletePostgresOK, error)
DeletePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeletePostgresBackupConfig ¶
func (_m *ClientService) DeletePostgresBackupConfig(params *database.DeletePostgresBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.DeletePostgresBackupConfigOK, error)
DeletePostgresBackupConfig provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindPostgres ¶
func (_m *ClientService) FindPostgres(params *database.FindPostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.FindPostgresOK, error)
FindPostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetBackupConfig ¶
func (_m *ClientService) GetBackupConfig(params *database.GetBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.GetBackupConfigOK, error)
GetBackupConfig provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgres ¶
func (_m *ClientService) GetPostgres(params *database.GetPostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.GetPostgresOK, error)
GetPostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresBackups ¶
func (_m *ClientService) GetPostgresBackups(params *database.GetPostgresBackupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.GetPostgresBackupsOK, error)
GetPostgresBackups provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresPartitions ¶
func (_m *ClientService) GetPostgresPartitions(params *database.GetPostgresPartitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.GetPostgresPartitionsOK, error)
GetPostgresPartitions provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresSecrets ¶
func (_m *ClientService) GetPostgresSecrets(params *database.GetPostgresSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.GetPostgresSecretsOK, error)
GetPostgresSecrets provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetPostgresVersions ¶
func (_m *ClientService) GetPostgresVersions(params *database.GetPostgresVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.GetPostgresVersionsOK, error)
GetPostgresVersions provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListPostgres ¶
func (_m *ClientService) ListPostgres(params *database.ListPostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.ListPostgresOK, error)
ListPostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListPostgresBackupConfigs ¶
func (_m *ClientService) ListPostgresBackupConfigs(params *database.ListPostgresBackupConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.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 *database.RestorePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.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 *database.UpdatePostgresParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.UpdatePostgresOK, error)
UpdatePostgres provides a mock function with given fields: params, authInfo, opts
func (*ClientService) UpdatePostgresBackupConfig ¶
func (_m *ClientService) UpdatePostgresBackupConfig(params *database.UpdatePostgresBackupConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...database.ClientOption) (*database.UpdatePostgresBackupConfigOK, error)
UpdatePostgresBackupConfig provides a mock function with given fields: params, authInfo, opts