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

7 lines
80 B
Go

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