Versions in this module Expand all Collapse all v0 v0.0.1 Feb 8, 2020 Changes in this version + type ExampleKey struct + Field1 string + Field2 int64 + func NewExampleKey(field1 string, field2 int64) *ExampleKey + func (k ExampleKey) Key() string + type Int64Key struct + func NewInt64Key(key int64) *Int64Key + func (k Int64Key) Key() string + type Key interface + Key func() string + type StringKey struct + func NewStringKey(key string) *StringKey + func (s StringKey) Key() string