Documentation ¶ Index ¶ func New(ctx context.Context, recorder *sessions.Recorder) *taro.Program type Replay func (r *Replay) Init() tea.Cmd func (r *Replay) Update(msg tea.Msg) (taro.Model, tea.Cmd) func (r *Replay) View(state *tty.State) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, recorder *sessions.Recorder) *taro.Program Types ¶ type Replay ¶ type Replay struct { // contains filtered or unexported fields } func (*Replay) Init ¶ func (r *Replay) Init() tea.Cmd func (*Replay) Update ¶ func (r *Replay) Update(msg tea.Msg) (taro.Model, tea.Cmd) func (*Replay) View ¶ func (r *Replay) View(state *tty.State) Source Files ¶ View all Source files screen.go Click to show internal directories. Click to hide internal directories.