initial mongo indexed linksto
This commit is contained in:
parent
6764ea0295
commit
5be1df3be3
9 changed files with 362 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue