Documentation ¶
Overview ¶
Package globals provides global variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HyphaAccess func(string) (rawText, binaryHtml string, err error)
HyphaAccess holds function that accesses a hypha by its name. By default, it is set to a function that always returns an error.
View Source
var HyphaExists func(string) bool
HyphaExists holds function that checks if the hypha is present. By default, it is set to a function that is always true.
View Source
var HyphaIterate func(func(string))
HyphaIterate is a function that iterates all hypha names existing. By default, it is set to a function that does nothing.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.