Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HexBEKeyConverter ¶
type HexBEKeyConverter struct{}
func (*HexBEKeyConverter) FromString ¶
func (c *HexBEKeyConverter) FromString(key string) (uint64, error)
type HexKeyConverter ¶
type HexKeyConverter struct{}
func (*HexKeyConverter) FromString ¶
func (c *HexKeyConverter) FromString(key string) (uint64, error)
type KeyConverter ¶
type NameKeyConverter ¶
type NameKeyConverter struct{}
func (*NameKeyConverter) FromString ¶
func (c *NameKeyConverter) FromString(key string) (uint64, error)
type SymbolCodeKeyConverter ¶
type SymbolCodeKeyConverter struct{}
func (*SymbolCodeKeyConverter) FromString ¶
func (c *SymbolCodeKeyConverter) FromString(key string) (uint64, error)
type SymbolKeyConverter ¶
type SymbolKeyConverter struct{}
func (*SymbolKeyConverter) FromString ¶
func (c *SymbolKeyConverter) FromString(key string) (uint64, error)
type Uint64KeyConverter ¶
type Uint64KeyConverter struct{}
func (*Uint64KeyConverter) FromString ¶
func (c *Uint64KeyConverter) FromString(key string) (uint64, error)
Click to show internal directories.
Click to hide internal directories.