wireguard-dashboard/http/vo/daily_poetry.go

7 lines
100 B
Go
Raw Normal View History

2024-08-09 10:06:34 +08:00
package vo
type Poetry struct {
Content string `json:"content"`
Author string `json:"author"`
}