Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERR_CODE_INVALID_ARGUMENT = "INVALID_ARGUMENT" ERR_CODE_INTERNAL = "INTERNAL" ERR_CODE_NOT_FOUND = "NOT_FOUND" ERR_CODE_INSUFFICIENT_DISK_QUOTA = "INSUFFICIENT_DISK_QUOTA" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type HttpHandler ¶
type HttpHandler struct {
// contains filtered or unexported fields
}
func (*HttpHandler) CreateVolume ¶
func (h *HttpHandler) CreateVolume(c echo.Context) error
func (*HttpHandler) DeleteVolume ¶
func (h *HttpHandler) DeleteVolume(c echo.Context) error
func (*HttpHandler) ListVolumes ¶
func (h *HttpHandler) ListVolumes(c echo.Context) error
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func (*HttpServer) Serve ¶
func (s *HttpServer) Serve() error
Click to show internal directories.
Click to hide internal directories.