2024-04-14 21:48:27 +08:00

7 lines
93 B
Go

package model
type Tag struct {
Name string `json:"name"`
Tags []string `json:"tags"`
}