//
pkg.gl
Category
github.com/src-d/go-vitess
history
package
1.8.0
Repository:
https://github.com/src-d/go-vitess.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
60 SLOC
#
Functions
New
New returns a History with the specified maximum length.
#
Structs
History
History is a data structure that allows you to keep some number of records.
#
Interfaces
Deduplicable
Deduplicable is an interface that records should implement if the history should perform their deduplication.