probo/models/tag.go

6 lines
63 B
Go
Raw Normal View History

2023-10-02 12:55:03 +02:00
package models
type Tag struct {
Name string `json:"name"`
}