Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CastRecorder ¶
type Message ¶
type Message struct { Offset Duration MessageType MessageType Message string }
func (Message) MarshalJSON ¶
func (*Message) UnmarshalJSON ¶
type MessageType ¶
type MessageType string
const ( StdinMessage MessageType = "i" StdoutMessage MessageType = "o" )
type Processor ¶
func AdjustSpeed ¶
func CapRelativeTime ¶
func ToAbsoluteTime ¶
func ToAbsoluteTime() Processor
func ToRelativeTime ¶
func ToRelativeTime() Processor
type Processors ¶
type Processors []Processor
type RawRecorder ¶
type RawRecorder struct {
Command string
}
Click to show internal directories.
Click to hide internal directories.