(orgSlug string)
| 319 | } |
| 320 | |
| 321 | func getOrgServicesPath(orgSlug string) string { |
| 322 | return "/orgs/" + url.QueryEscape(orgSlug) + "/services" |
| 323 | } |
| 324 | |
| 325 | func (s *Session) GetOrgServices(ctx context.Context, orgSlug string, filters ...Filter[Service]) ([]Service, error) { |
| 326 | var svc Services |