Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntityStorage ¶
func (*EntityStorage) HandleQuery ¶
type Node ¶
type Node struct { // Props coming from json config Host Host Path Path Entities []Entity ErrCh chan error Status Status HConn *hconn.HConn Peers []*Node EntitiesStorage []*EntityStorage PeerConnected bool Mu sync.Mutex }
func (*Node) WaitStatusActive ¶
func (x *Node) WaitStatusActive()
type ResultType ¶ added in v0.0.3
type ResultType int
const ( ResultTypeAll ResultType = iota ResultTypeIntersect ResultTypeUnion )
Click to show internal directories.
Click to hide internal directories.