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

6 lines
79 B
Go

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