Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asciicast ¶
type Asciicast struct { Version int `json:"version"` Width int `json:"width"` Height int `json:"height"` Timestamp int64 `json:"timestamp"` Duration Duration `json:"duration,omitempty"` Command string `json:"command,omitempty"` Title string `json:"title,omitempty"` Env *Env `json:"env"` Stdout []Frame `json:"stdout"` }
type AsciicastPlayer ¶
type AsciicastRecorder ¶
type Recorder ¶
type Recorder interface {
Record(string, string, float64, bool, map[string]string) (Asciicast, error)
}
func NewRecorder ¶
func NewRecorder() Recorder
Click to show internal directories.
Click to hide internal directories.