Documentation ¶
Overview ¶
Package datastore contains the API implementation for managing the data stores
Index ¶
- func CreateService(ctx context.Context, res http.ResponseWriter, req *http.Request)
- func DeleteService(ctx context.Context, res http.ResponseWriter, req *http.Request)
- func GetService(ctx context.Context, res http.ResponseWriter, req *http.Request)
- func GetServices(ctx context.Context, res http.ResponseWriter, req *http.Request)
- func UpdateService(ctx context.Context, res http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateService ¶
CreateService api creates a data store service in the system
func DeleteService ¶
DeleteService api deletes the data store service in the system
func GetService ¶
GetService api finds the service whole id is given
func GetServices ¶
GetServices api returns the list of data store services available in the system
func UpdateService ¶
UpdateService api creates a data store service in the system
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.