enterprise/server/api/base.go

7 lines
87 B
Go

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