This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
otter-space-sdk/pkg/models/tag.go
2024-02-16 15:16:50 +01:00

7 lines
98 B
Go

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