Documentation
¶
Index ¶
- func InitAdminRouter(api common.APIHelper)
- func InitSourcesRouter(apiHelper common.APIHelper)
- func InitTestRouter(api common.APIHelper)
- func ReadInputRecords(r heligo.Request) ([]database.Record, error)
- func TableCreateHandler(c context.Context, w http.ResponseWriter, r heligo.Request) (int, error)
- func TableDeleteHandler(c context.Context, w http.ResponseWriter, r heligo.Request) (int, error)
- func TableGetHandler(c context.Context, w http.ResponseWriter, r heligo.Request) (int, error)
- func TableListHandler(c context.Context, w http.ResponseWriter, r heligo.Request) (int, error)
- func TableUpdateHandler(c context.Context, w http.ResponseWriter, r heligo.Request) (int, error)
- func WriteBadRequest(w http.ResponseWriter, err error) (int, error)
- func WriteError(w http.ResponseWriter, err error) (int, error)
- func WriteServerError(w http.ResponseWriter, err error) (int, error)
- type Data
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAdminRouter ¶
func InitSourcesRouter ¶
func InitTestRouter ¶
func TableCreateHandler ¶
func TableDeleteHandler ¶
func TableGetHandler ¶
func TableListHandler ¶
func TableUpdateHandler ¶
func WriteBadRequest ¶
func WriteBadRequest(w http.ResponseWriter, err error) (int, error)
func WriteError ¶
func WriteError(w http.ResponseWriter, err error) (int, error)
func WriteServerError ¶
func WriteServerError(w http.ResponseWriter, err error) (int, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.