mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
7 lines
93 B
Go
7 lines
93 B
Go
package orgs
|
|
|
|
type OrgInput struct {
|
|
Name string `json:"name"`
|
|
Slug string `json:"slug"`
|
|
}
|