Documentation
¶
Index ¶
Constants ¶
View Source
const (
IDBytesLen = 16
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CounterHash ¶
func NewTimeHash ¶
func NewTimeHash(baseHash StringHash) CounterHash
type ID ¶
type ID struct {
String string
Bytes [IDBytesLen]byte
// contains filtered or unexported fields
}
The ID of en entity, in the form of an UUID.
type RandomInt64InRange ¶
type StringHash ¶
type TimedUserSet ¶
type TimedUserSet struct {
// contains filtered or unexported fields
}
func (*TimedUserSet) AddUser ¶
func (us *TimedUserSet) AddUser(user User) error
Click to show internal directories.
Click to hide internal directories.