probo/pkg/models/tag.go
2024-04-12 13:39:49 +02:00

5 lines
63 B
Go

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