Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfig ¶
func (BackendConfig) Validate ¶
func (c BackendConfig) Validate() error
type BackendConstructor ¶
type BackendConstructor func(ctx context.Context, cfg BackendConfig) (Backend, error)
type DialogResult ¶
type DialogResult struct {
Err error
}
type Message ¶
type MessagesUpdated ¶
type MessagesUpdated struct {
Messages []Message
}
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) FetchMessages ¶
func (Model) WaitForMessages ¶
Click to show internal directories.
Click to hide internal directories.