Documentation ¶
Overview ¶
This package defines a common id type which is used through out slick. It is based on random 16 byte values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByLexicographical ¶
type ByLexicographical []ID
func (ByLexicographical) Len ¶
func (s ByLexicographical) Len() int
func (ByLexicographical) Less ¶
func (s ByLexicographical) Less(i, j int) bool
func (ByLexicographical) Swap ¶
func (s ByLexicographical) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.