Documentation
¶
Index ¶
- Variables
- type Record
- func (r *Record) Add(v interface{}) error
- func (r *Record) CurrentFrameIndex() int
- func (r *Record) First(v interface{}) error
- func (r *Record) Last(v interface{}) error
- func (r *Record) Next(v interface{}) error
- func (r *Record) Progress() float64
- func (r *Record) Reset()
- func (r *Record) Save(fileName string) error
- func (r *Record) TotalFrames() int
Constants ¶
This section is empty.
Variables ¶
View Source
var EOF = errors.New("EOF")
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
sync.Mutex
Head []byte `json:"head"`
Patches []patch `json:"states"`
// contains filtered or unexported fields
}
func (*Record) CurrentFrameIndex ¶
func (*Record) TotalFrames ¶
Click to show internal directories.
Click to hide internal directories.