Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewThreadsafeSet ¶
func NewThreadsafeSet(values ...string) *tsafeSet
func NewUnsafeSet ¶
func NewUnsafeSet(values ...string) *unsafeSet
Types ¶
type ID ¶
type ID uint64
ID represents a generic identifier which is canonically stored as a uint64 but is typically represented as a base-16 string for input/output
func IDFromString ¶
IDFromString attempts to create an ID from a base-16 string.
type URLs ¶
func (URLs) StringSlice ¶
type Uint64Slice ¶
type Uint64Slice []uint64
Uint64Slice implements sort interface
func (Uint64Slice) Len ¶
func (p Uint64Slice) Len() int
func (Uint64Slice) Less ¶
func (p Uint64Slice) Less(i, j int) bool
func (Uint64Slice) Swap ¶
func (p Uint64Slice) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.