initial mongo indexed linksto

This commit is contained in:
Barak Michener 2015-04-18 19:55:39 -04:00
parent 6764ea0295
commit 5be1df3be3
9 changed files with 362 additions and 18 deletions

View file

@ -30,6 +30,11 @@ type Tagger struct {
fixedTags map[string]Value
}
type LinkageSet struct {
Dir quad.Direction
Values []Value
}
// Add a tag to the iterator.
func (t *Tagger) Add(tag string) {
t.tags = append(t.tags, tag)