(orgSlug, serviceSlug string)
| 106 | } |
| 107 | |
| 108 | func attachServicePath(orgSlug, serviceSlug string) string { |
| 109 | return "/orgs/" + url.QueryEscape(orgSlug) + "/services/" + url.QueryEscape(serviceSlug) + "/actions/attach" |
| 110 | } |
| 111 | |
| 112 | func (s *Session) AttachService(ctx context.Context, chainSlug string, domains []string, orgSlug, realmSlug, serviceSlug string) (*ServicesXtach200, error) { |
| 113 | attachInput := AttachOrgServiceJSONRequestBody{ |