wireguard-dashboard/http/vo/daily_poetry.go
2024-08-09 10:06:34 +08:00

7 lines
100 B
Go

package vo
type Poetry struct {
Content string `json:"content"`
Author string `json:"author"`
}