MCPcopy Create free account
hub / github.com/anchordotdev/cli / attachServicePath

Function attachServicePath

api/api.go:108–110  ·  view source on GitHub ↗
(orgSlug, serviceSlug string)

Source from the content-addressed store, hash-verified

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

Callers 1

AttachServiceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected