| 55 | ) |
| 56 | |
| 57 | type Setup struct { |
| 58 | OrgAPID, RealmAPID, ServiceAPID string |
| 59 | |
| 60 | anc *api.Session |
| 61 | clipboard cli.Clipboard |
| 62 | } |
| 63 | |
| 64 | func (c Setup) UI() cli.UI { |
| 65 | return cli.UI{ |
nothing calls this directly
no outgoing calls
no test coverage detected