Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationModel ¶
type AuthenticationModel struct {
// contains filtered or unexported fields
}
func InitAuthenticationModel ¶
func InitAuthenticationModel() *AuthenticationModel
func (*AuthenticationModel) Init ¶
func (m *AuthenticationModel) Init() tea.Cmd
func (*AuthenticationModel) SetPreModel ¶
func (m *AuthenticationModel) SetPreModel(preModel model.Model)
func (*AuthenticationModel) View ¶
func (m *AuthenticationModel) View() string
type CrossModel ¶
type CrossModel struct {
// contains filtered or unexported fields
}
func InitCrossModel ¶
func InitCrossModel() *CrossModel
func (*CrossModel) Init ¶
func (m *CrossModel) Init() tea.Cmd
func (*CrossModel) SetPreModel ¶
func (m *CrossModel) SetPreModel(preModel model.Model)
func (*CrossModel) View ¶
func (m *CrossModel) View() string
Click to show internal directories.
Click to hide internal directories.