Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cast ¶
Cast is the base of the asciicast formate
func UnmarshalCast ¶
UnmarshalCast handles formatting a Cast JSON into the Cast
type Header ¶
type Header struct { Version int `json:"version"` Width int `json:"width"` Height int `json:"height"` Timestamp int64 `json:"timestamp,omitempty"` Duration float64 `json:"duration,omitempty"` IdleTimeLimit float64 `json:"idle_time_limit,omitempty"` Command string `json:"command,omitempty"` Title string `json:"title,omitempty"` Env map[string]string `json:"env,omitempty"` Theme map[string]string `json:"theme,omitempty"` }
Header corresponds to the asciicast v2 header protocol
Click to show internal directories.
Click to hide internal directories.