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

Struct Setup

lcl/setup.go:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55)
56
57type Setup struct {
58 OrgAPID, RealmAPID, ServiceAPID string
59
60 anc *api.Session
61 clipboard cli.Clipboard
62}
63
64func (c Setup) UI() cli.UI {
65 return cli.UI{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected