Documentation ¶
Index ¶
Constants ¶
View Source
const CuelangModder = `` /* 360-byte string literal not displayed */
View Source
const GolangModder = `` /* 416-byte string literal not displayed */
View Source
const PythonModder = `` /* 347-byte string literal not displayed */
Variables ¶
View Source
var DefaultLangs = CuelangModder + GolangModder + PythonModder
View Source
var DefaultModders = make(map[string]*modder.Modder)
View Source
var DefaultModdersCue = map[string]string{ "go": GolangModder, "cue": CuelangModder, "python": PythonModder, }
View Source
var LoadedModders = make(map[string]*modder.Modder)
View Source
var ModderSpec = `` /* 917-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.