Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChatProgram *tea.Program
Functions ¶
func CheckedStringHelper ¶
func YesNoPrompt ¶
Types ¶
type HistoryManager ¶
type HistoryManager struct {
// contains filtered or unexported fields
}
func NewHistoryManager ¶
func NewHistoryManager() *HistoryManager
func (*HistoryManager) Add ¶
func (h *HistoryManager) Add(text string)
func (*HistoryManager) Current ¶
func (h *HistoryManager) Current() string
func (*HistoryManager) Length ¶
func (h *HistoryManager) Length() int
func (*HistoryManager) Next ¶
func (h *HistoryManager) Next() string
func (*HistoryManager) Previous ¶
func (h *HistoryManager) Previous() string
Click to show internal directories.
Click to hide internal directories.