//
pkg.gl
Category
github.com/tiglabs/vitess
go
history
package
2.1.1+incompatible
Repository:
https://github.com/tiglabs/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.