Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReaderRecorder ¶
type ReaderRecorder struct {
// contains filtered or unexported fields
}
func NewReaderRecorder ¶
func NewReaderRecorder(log io.WriteCloser, reader io.Reader) *ReaderRecorder
func (*ReaderRecorder) Close ¶
func (recorder *ReaderRecorder) Close() error
type ReaderReplayer ¶
type ReaderReplayer struct {
// contains filtered or unexported fields
}
func NewReaderReplayer ¶
func NewReaderReplayer(log io.Reader, writer io.Writer) *ReaderReplayer
func (*ReaderReplayer) Replay ¶
func (replayer *ReaderReplayer) Replay()
Click to show internal directories.
Click to hide internal directories.