package orgs type OrgInput struct { Name string `json:"name"` Slug string `json:"slug"` }