Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = map[string]interface{}{ "_name": "qlang.io/qlang/meta", "fnlist": FnList, "fntable": FnTable, "pkglist": GoPkgList, "dir": Dir, }
Exports is the export table of this module.
Functions ¶
func Dir ¶
func Dir(i interface{}) (list []string)
Dir returns list object of strings. for a module: the module's attributes. for a go struct object: field and func list. for a qlang class: function list. for a qlang class object: function and vars list.
func GoPkgList ¶
func GoPkgList() (list []string)
GoPkgList returns qlang Go implemented module list
func IsExported ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.