nginx_ui/nginx-ui-dev/model/log.go
2025-03-04 11:28:12 +00:00

8 lines
106 B
Go

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