Documentation ¶ Index ¶ type T Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type T ¶ type T interface { ID() uint64 Key() []byte EndKey() []byte String() string // Used for testing only. New() T SetID(uint64) SetKey([]byte) SetEndKey([]byte) } T is a Template type. The methods in the interface make up its contract. Source Files ¶ View all Source files contract.go Click to show internal directories. Click to hide internal directories.