Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIHandler ¶
type APIHandler struct {
// contains filtered or unexported fields
}
func NewAPIHandler ¶
func NewAPIHandler(worker *workerframework.Worker) (*APIHandler, error)
func (*APIHandler) BindRequest ¶
func (ah *APIHandler) BindRequest(mux *chi.Mux)
func (*APIHandler) GetApiDocs ¶
func (ah *APIHandler) GetApiDocs(w http.ResponseWriter, r *http.Request)
func (*APIHandler) GetStatus ¶
func (ah *APIHandler) GetStatus(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.