Capstone/service/vendors/pco/services/organization.go
Preston Baxter 360163f2dd B: Big squash
B: Trying tailwind things

update gitignore

B: Updates after moving machines

B: Action Skeleton

B: Add pco vendor to service directory. And tests

B: add extra pco structs

B: Catch up commit
2023-11-12 18:00:41 -06:00

6 lines
91 B
Go

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