Module backend_api

Source

Structs§

CreateBackendParams
struct for passing parameters to the method create_backend
DeleteBackendParams
struct for passing parameters to the method delete_backend
GetBackendParams
struct for passing parameters to the method get_backend
ListBackendsParams
struct for passing parameters to the method list_backends
UpdateBackendParams
struct for passing parameters to the method update_backend

Enums§

CreateBackendError
struct for typed errors of method create_backend
DeleteBackendError
struct for typed errors of method delete_backend
GetBackendError
struct for typed errors of method get_backend
ListBackendsError
struct for typed errors of method list_backends
UpdateBackendError
struct for typed errors of method update_backend

Functions§

create_backend
Create a backend for a particular service and version.
delete_backend
Delete the backend for a particular service and version.
get_backend
Get the backend for a particular service and version.
list_backends
List all backends for a particular service and version.
update_backend
Update the backend for a particular service and version.