Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
BaseController
}
AuthController 认证控制器
func NewAuthController ¶
func NewAuthController() *AuthController
type BaseController ¶
type BaseController struct { }
func (*BaseController) ResponseJson ¶
func (*BaseController) ResponseJson(ctx *gin.Context, code int, errorMsg string, data interface{})
type ChatController ¶
type ChatController struct {
BaseController
}
ChatController 首页控制器
func (*ChatController) Completion ¶
func (c *ChatController) Completion(ctx *gin.Context)
Completion 回复
Click to show internal directories.
Click to hide internal directories.