package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Jun 24, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type IMarkable interface {
Marker() IMarker
}
type IMarker interface {
Time() time.Time
Count() int64
Mark()
Reset()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.