Documentation ¶ Index ¶ func RegisterCodec(codec *codec.Codec) type Listable Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RegisterCodec ¶ added in v0.3.0 func RegisterCodec(codec *codec.Codec) Types ¶ type Listable ¶ type Listable interface { // Compare // * panic if compared with Listable of different type // TODO remove panic on compare with different type // TODO optimize compare for all impls Compare(Listable) int } Source Files ¶ View all Source files codec.go listable.go Click to show internal directories. Click to hide internal directories.