Documentation
¶
Overview ¶
Package net provides network-related functions for Starlark, inspired by Go's net package and Python's socket module.
Index ¶
Constants ¶
View Source
const ModuleName = "net"
ModuleName defines the expected name for this Module when used in starlark's load() function, eg: load('net', 'tcping')
Variables ¶
This section is empty.
Functions ¶
func LoadModule ¶
func LoadModule() (starlark.StringDict, error)
LoadModule loads the net module. It is concurrency-safe and idempotent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.