新设计
This commit is contained in:
18
home-user-auth/internal/types/types.go
Normal file
18
home-user-auth/internal/types/types.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// Code generated by goctl. DO NOT EDIT.
|
||||
package types
|
||||
|
||||
type Request struct {
|
||||
Name string `form:"name"` // parameters are auto validated
|
||||
}
|
||||
|
||||
type FsFonts struct {
|
||||
Title string `json:"title" gorm:"column:title"`
|
||||
LinuxFontname string `json:"linux_fontname" gorm:"column:linux_fontname"`
|
||||
Link string `json:"link" gorm:"link"`
|
||||
}
|
||||
|
||||
type Response struct {
|
||||
Code int `json:"code"`
|
||||
Message string `json:"msg"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user