comment
This commit is contained in:
parent
840c341274
commit
4d9dd42dd8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ import (
|
||||||
// pointers to structs, or merely triples, or whatever works best for the
|
// pointers to structs, or merely triples, or whatever works best for the
|
||||||
// backing store.
|
// backing store.
|
||||||
//
|
//
|
||||||
// These must be comparable, ie, not arrays or maps, as they may be used as keys
|
// These must be comparable, or implement a `Hashable() interface{}` function
|
||||||
// for maps.
|
// so that they may be stored in maps.
|
||||||
type Value interface{}
|
type Value interface{}
|
||||||
|
|
||||||
type TripleStore interface {
|
type TripleStore interface {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue