6 lines
79 B
Go
6 lines
79 B
Go
|
package services
|
||
|
|
||
|
type Person struct {
|
||
|
Id string `jsonapi:"primary,Person"`
|
||
|
}
|