Capstone/service/vendors/pco/services/team.go

6 lines
75 B
Go

package services
type Team struct {
Id string `jsonapi:"primary,Team"`
}