probo/models/tag.go
2023-10-02 12:55:03 +02:00

5 lines
63 B
Go

package models
type Tag struct {
Name string `json:"name"`
}