Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Error string `json:"error,omitempty"` Message string `json:"message,omitempty"` }
ErrorResponse is default error response schema
type OKResponse ¶
type OKResponse struct { Status string `json:"status,omitempty"` Message string `json:"message,omitempty"` }
OKResponse is default ok response schema
type ServiceStatsResponse ¶
type ServiceStatsResponse struct { }
Click to show internal directories.
Click to hide internal directories.