Versions in this module Expand all Collapse all v1 v1.0.2 Mar 22, 2023 v1.0.1 Mar 14, 2023 Changes in this version + const CheckAuth + const SendBad + const SendOk + func Call(ctx context.Context, service interface{}, methodName string, request string) (response interface{}, err error) + func InitHttp(r *gin.Engine) + func RegApiHandler(bind Apier) gin.HandlerFunc + type Apier interface + CheckAuth func(c *gin.Context, body any) error + SendBad func(c *gin.Context, message string, body any) + SendOk func(c *gin.Context, body any)