You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// file: servants/servants.gopackage servants
import (
"github.com/alimy/mir-example/mirc/auto/api""github.com/gin-gonic/gin"
)
// RegisterServants register all the servants to gin.EnginefuncRegisterServants(e*gin.Engine) {
api.RegisterUserServant(e, newUserSrv(), newUserBinding(), newUserRender())
// TODO: some other servant to register
}
The text was updated successfully, but these errors were encountered:
RESTful接口定义:
代码生成:
接口实现
服务注册:
The text was updated successfully, but these errors were encountered: