mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
8 lines
106 B
Go
8 lines
106 B
Go
package model
|
|
|
|
type Log struct {
|
|
Model
|
|
Title string `json:"title"`
|
|
Content string `json:"content"`
|
|
}
|