Documentation
¶
Overview ¶
Foliage graph store debug package. Provides debug stateful functions for the graph store
Index ¶
Constants ¶
View Source
const ( BODY_JSON_ATTR_ID = "bdj" BODY_XML_ATTR_ID = "bdx" LINK_NAME_STRING_ATTR_ID = "nms" LINK_TYPE_STRING_ATTR_ID = "tps" LINK_TAG_STRING_ATTR_ID = "tgs" )
Variables ¶
This section is empty.
Functions ¶
func LLAPIPrintGraph ¶ added in v0.1.1
func LLAPIPrintGraph(executor sfPlugins.StatefunExecutor, ctx *sfPlugins.StatefunContextProcessor)
Print Graph from certain id using Graphviz
Algorithm: Sync BFS
Payload: {
"depth": uint // optional, default: -1
"format": string // optional, default: "dot"
}
Types ¶
type AttributeCharData ¶ added in v0.1.6
type AttributeInnerXML ¶ added in v0.1.6
type Element ¶ added in v0.1.6
type Element struct {
XMLName xml.Name `xml:"v"`
Key string `xml:"key,attr"`
Type string `xml:"type,attr,omitempty"`
Content string `xml:",chardata"`
Items []Element `xml:",any"`
}
func ConvertToXML ¶ added in v0.1.6
Click to show internal directories.
Click to hide internal directories.