Preston Baxter
360163f2dd
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
6 lines
91 B
Go
6 lines
91 B
Go
package services
|
|
|
|
type Organization struct {
|
|
Id string `jsonapi:"primary,Organization"`
|
|
}
|