Documentation
¶
Overview ¶
Package tsrecorder contains functionality for connecting to a tsrecorder instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
recorder knows how to send the provided bytes to the configured tsrecorder instance in asciinema format.
func (*Client) Write ¶
Write appends timestamp to the provided bytes and sends them to the configured tsrecorder.
func (*Client) WriteCastLine ¶
writeCastLine sends bytes to the tsrecorder. The bytes should be in asciinema format.
Click to show internal directories.
Click to hide internal directories.