Documentation
¶
Index ¶
Constants ¶
View Source
const ( Normal listState = iota Selected UpdateRequested )
View Source
const NEW_SITE_IDX = -1
Variables ¶
This section is empty.
Functions ¶
func NewUpdateForm ¶
Types ¶
type EndpointListModel ¶
func NewEndpointsModel ¶
func NewEndpointsModel() EndpointListModel
func (EndpointListModel) Init ¶
func (m EndpointListModel) Init() tea.Cmd
func (*EndpointListModel) PopulateEndpoints ¶
func (m *EndpointListModel) PopulateEndpoints()
func (EndpointListModel) View ¶
func (m EndpointListModel) View() string
type MsgOpenApiDocRequest ¶
type MsgOpenApiDocResponse ¶
type MsgOpenApiDocResponse struct {
// contains filtered or unexported fields
}
type SiteListModel ¶
func NewSiteList ¶
func NewSiteList(cfg config.Config) SiteListModel
func (SiteListModel) Init ¶
func (m SiteListModel) Init() tea.Cmd
func (*SiteListModel) SelectedSite ¶
func (m *SiteListModel) SelectedSite() types.Site
func (SiteListModel) View ¶
func (m SiteListModel) View() string
Click to show internal directories.
Click to hide internal directories.