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

Function SubCA

api/api.go:253–258  ·  view source on GitHub ↗
(apid string)

Source from the content-addressed store, hash-verified

251}
252
253func SubCA(apid string) QueryParam {
254 return func(v url.Values) {
255 // TODO: v.Set("type", "subca")
256 v.Set("subject_uid_param", apid)
257 }
258}
259
260func (s *Session) GetCredentials(ctx context.Context, orgSlug, realmSlug string, params ...QueryParam) ([]Credential, error) {
261 var creds struct {

Callers 1

RunTUIMethod · 0.92

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected