Documentation ¶
Overview ¶
Package recording allows writing and reading of bettercap's session recordings.
Index ¶
- type Archive
- type LoadProgress
- type Record
- func (e *Record) AddState(state []byte) error
- func (e *Record) Compile() error
- func (e *Record) Duration() time.Duration
- func (e *Record) Frames() int
- func (e *Record) Index() int
- func (e *Record) Next() []byte
- func (e *Record) OnProgress(cb progressCallback)
- func (e *Record) Over() bool
- func (e *Record) Reset()
- func (e *Record) SetFrom(from int)
- func (e *Record) StartedAt() time.Time
- func (e *Record) StoppedAt() time.Time
- func (e *Record) TimeOf(idx int) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type LoadProgress ¶
Click to show internal directories.
Click to hide internal directories.