Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneratedTimestamp ¶
func (GeneratedTimestamp) String ¶
func (t GeneratedTimestamp) String() string
type TimestampGenerator ¶
type TimestampGenerator interface {
Next() GeneratedTimestamp
}
type TimestampVersionGenerator ¶
type TimestampVersionGenerator struct{}
func (*TimestampVersionGenerator) Next ¶
func (g *TimestampVersionGenerator) Next() GeneratedTimestamp
Click to show internal directories.
Click to hide internal directories.