Documentation
¶
Index ¶
- type App
- func (a *App) CompactSession()
- func (a *App) FirstMessage() *string
- func (a *App) NewSession()
- func (a *App) Resume(confirmationType string)
- func (a *App) ResumeStartOAuth(confirmation bool)
- func (a *App) Run(ctx context.Context, cancel context.CancelFunc, message string)
- func (a *App) Subscribe(ctx context.Context, program *tea.Program)
- func (a *App) Team() *team.Team
- func (a *App) Title() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CompactSession ¶ added in v1.6.0
func (a *App) CompactSession()
func (*App) FirstMessage ¶
func (*App) NewSession ¶ added in v1.6.0
func (a *App) NewSession()
func (*App) ResumeStartOAuth ¶ added in v1.5.6
ResumeStartOAuth resumes the runtime with OAuth authorization confirmation
Click to show internal directories.
Click to hide internal directories.