Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResourceCreateModel ¶
type APIResourceCreateModel struct {
// contains filtered or unexported fields
}
func NewAPIResourceCreateModel ¶
func NewAPIResourceCreateModel(cli *core.CLI) *APIResourceCreateModel
func (*APIResourceCreateModel) Init ¶
func (m *APIResourceCreateModel) Init() tea.Cmd
func (*APIResourceCreateModel) NextQuestion ¶
func (m *APIResourceCreateModel) NextQuestion()
func (*APIResourceCreateModel) Value ¶
func (m *APIResourceCreateModel) Value() string
func (*APIResourceCreateModel) View ¶
func (m *APIResourceCreateModel) View() string
type APIResourceCreateState ¶
type APIResourceCreateState int
const ( StateInitiated APIResourceCreateState = iota StateAddingScopes StateConfirmation StateCreatingInProgress StateCreatingCompleted StateCreatingError )
type ApiResourceListModel ¶
type ApiResourceListModel struct {
// contains filtered or unexported fields
}
func NewApiResourceListModel ¶
func NewApiResourceListModel(cli *core.CLI) *ApiResourceListModel
func (*ApiResourceListModel) Init ¶
func (m *ApiResourceListModel) Init() tea.Cmd
Init initializes the model and returns the initial command.
func (*ApiResourceListModel) View ¶
func (m *ApiResourceListModel) View() string
type ApiResourceListState ¶
type ApiResourceListState int
ApiResourceListState represents the current state of the ApiResource list view.
const ( StateFetching ApiResourceListState = iota StateCompleted StateError StateApiResourceSelected )
Click to show internal directories.
Click to hide internal directories.