exhibition-main/internal/response/user.go

6 lines
73 B
Go
Raw Permalink Normal View History

2024-01-31 09:04:43 +00:00
package response
type LoginInfo struct {
Token string `json:"token"`
}