nginx-ui/server/model/log.go
2022-02-18 18:04:13 +08:00

7 lines
106 B
Go

package model
type Log struct {
Model
Title string `json:"title"`
Content string `json:"content"`
}