Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExitReason ¶
type ExitReason string
const ( ExitReasonError ExitReason = "error" ExitReasonCancel ExitReason = "cancel" ExitReasonSelect ExitReason = "select" ExitReasonNewChat ExitReason = "new_chat" ExitReasonDeleteChat ExitReason = "delete_chat" )
ExitReason is an enum for the exit reasons of the chat picker
func NewChatPicker ¶
Helper function to create a new chat picker with the provided items
Click to show internal directories.
Click to hide internal directories.