Documentation ¶
Index ¶
Constants ¶
View Source
const (
Base64LibName = "贝斯六四"
)
View Source
const (
HexLibName = "海克斯"
)
View Source
const (
HttpLibName = "超文本传输协议"
)
View Source
const SEP = "."
View Source
const (
SocketLibName = "骚客特"
)
View Source
const (
StringsLibName = "字符串"
)
Variables ¶
View Source
var (
Base64Lib = base.NewList[*native.NativeFunction]()
)
View Source
var (
HexLib = base.NewList[*native.NativeFunction]()
)
View Source
var (
HttpLib = base.NewList[*native.NativeFunction]()
)
View Source
var ( LibMap = base.NewMap[string, *base.List[*native.NativeFunction]]() )
View Source
var (
SocketLib = base.NewList[*native.NativeFunction]()
)
View Source
var (
StringsLib = base.NewList[*native.NativeFunction]()
)
Functions ¶
func AddLib ¶
func AddLib(libName string, en envir.Environment)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.