Documentation ¶ Index ¶ func RenderUI(db *sql.DB, jiraSvc svc.Jira, jiraCfg d.JiraConfig) error type Model func InitialModel(db *sql.DB, jiraSvc svc.Jira, jiraCfg d.JiraConfig, debug bool) Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RenderUI ¶ func RenderUI(db *sql.DB, jiraSvc svc.Jira, jiraCfg d.JiraConfig) error Types ¶ type Model ¶ added in v1.2.0 type Model struct { // contains filtered or unexported fields } func InitialModel ¶ func InitialModel(db *sql.DB, jiraSvc svc.Jira, jiraCfg d.JiraConfig, debug bool) Model func (Model) Init ¶ added in v1.2.0 func (m Model) Init() tea.Cmd func (Model) Update ¶ added in v1.2.0 func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ added in v1.2.0 func (m Model) View() string Source Files ¶ View all Source files cmds.godate_helpers.gohandle.gohelp.goinitial.goissue_delegate.gomodel.gomsgs.gostyles.goui.goupdate.goview.go Click to show internal directories. Click to hide internal directories.