Documentation ¶
Index ¶
- func Cache() *cache.Cache
- func Close()
- func Debug(format string, args ...interface{})
- func I16S(i uint16) string
- func I3S(i uint32) string
- func I6S(i uint64) string
- func JFError(code int, ctx *fasthttp.RequestCtx, msg string)
- func JFWrite(code int, ctx *fasthttp.RequestCtx, obj interface{})
- func NewFastServer(r *router.Router) *fasthttp.Server
- func Postgre() *pgxpool.Pool
- func Redis() *redis.Ring
- func Router() *router.Router
- func Signal() os.Signal
- func StartHTTP(r *router.Router)
- type H
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JFError ¶
func JFError(code int, ctx *fasthttp.RequestCtx, msg string)
отправка ошибки в формате JSON данный формат используется в библиотеке language фреймворка VueJS организует могоязыковую поддержку отображения ошибки на стороне клиента
func JFWrite ¶
func JFWrite(code int, ctx *fasthttp.RequestCtx, obj interface{})
отправка данных в формате JSON
Types ¶
Click to show internal directories.
Click to hide internal directories.