Documentation
¶
Index ¶
- func OrgSelector(ctx context.Context, drv *ui.Driver, anc *api.Session, prompt string) (chan api.Organization, error)
- func RealmSelector(ctx context.Context, drv *ui.Driver, anc *api.Session, orgApid string, ...) (chan api.Realm, error)
- func ServiceSelector(ctx context.Context, drv *ui.Driver, anc *api.Session, orgApid string, ...) (chan api.Service, error)
- type OrgChoices
- type RealmChoices
- type ServiceChoices
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OrgSelector ¶
func RealmSelector ¶
Types ¶
type OrgChoices ¶
type OrgChoices []api.Organization
func (OrgChoices) Flag ¶
func (OrgChoices) Flag() string
func (OrgChoices) ListItems ¶
func (c OrgChoices) ListItems() []ui.ListItem[api.Organization]
func (OrgChoices) Plural ¶
func (OrgChoices) Plural() string
func (OrgChoices) Singular ¶
func (OrgChoices) Singular() string
type RealmChoices ¶
func (RealmChoices) Flag ¶
func (RealmChoices) Flag() string
func (RealmChoices) Plural ¶
func (RealmChoices) Plural() string
func (RealmChoices) Singular ¶
func (RealmChoices) Singular() string
type ServiceChoices ¶
func (ServiceChoices) Flag ¶
func (ServiceChoices) Flag() string
func (ServiceChoices) Plural ¶
func (ServiceChoices) Plural() string
func (ServiceChoices) Singular ¶
func (ServiceChoices) Singular() string
Click to show internal directories.
Click to hide internal directories.