Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MWC is the multi-level wildcard MWC = "#" // SWC is the single level wildcard SWC = "+" // SEP is the topic level separator SEP = "/" // SYS is the starting character of the system level topics SYS = "$" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TTree ¶
type TTree struct {
// contains filtered or unexported fields
}
func NewTopicTree ¶
func NewTopicTree() *TTree
func (*TTree) EntityLink ¶
func (*TTree) EntityUnLink ¶
func (*TTree) LinkedEntities ¶
Returned values will be invalidated by the next ConnectedEntities call
Click to show internal directories.
Click to hide internal directories.