mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
7 lines
106 B
Go
7 lines
106 B
Go
package model
|
|
|
|
type Log struct {
|
|
Model
|
|
Title string `json:"title"`
|
|
Content string `json:"content"`
|
|
}
|