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

Function getServicePath

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

Source from the content-addressed store, hash-verified

331}
332
333func getServicePath(orgSlug, serviceSlug string) string {
334 return "/orgs/" + url.QueryEscape(orgSlug) + "/services/" + url.QueryEscape(serviceSlug)
335}
336
337func (s *Session) GetService(ctx context.Context, orgSlug, serviceSlug string) (*Service, error) {
338 var svc Service

Callers 1

GetServiceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected