Documentation
¶
Index ¶
- Variables
- func CollectInitParameters(name, dbType, connString string) (string, string, string, error)
- type InitInputModel
- func (m InitInputModel) GetConnString() string
- func (m InitInputModel) GetDBType() string
- func (m InitInputModel) GetName() string
- func (m InitInputModel) Init() tea.Cmd
- func (m InitInputModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m InitInputModel) View() string
- func (m InitInputModel) WasAborted() bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAborted = fmt.Errorf("init input aborted")
Functions ¶
Types ¶
type InitInputModel ¶
type InitInputModel struct {
// contains filtered or unexported fields
}
func NewInitInputModel ¶
func NewInitInputModel(name, dbType, connString string) InitInputModel
func (InitInputModel) GetConnString ¶
func (m InitInputModel) GetConnString() string
func (InitInputModel) GetDBType ¶
func (m InitInputModel) GetDBType() string
func (InitInputModel) GetName ¶
func (m InitInputModel) GetName() string
func (InitInputModel) Init ¶
func (m InitInputModel) Init() tea.Cmd
func (InitInputModel) View ¶
func (m InitInputModel) View() string
func (InitInputModel) WasAborted ¶
func (m InitInputModel) WasAborted() bool
Click to show internal directories.
Click to hide internal directories.