nginx_ui/nginx-ui-dev/model/log.go

8 lines
106 B
Go
Raw Permalink Normal View History

2025-03-04 19:28:12 +08:00
package model
type Log struct {
Model
Title string `json:"title"`
Content string `json:"content"`
}