Documentation ¶
Overview ¶
Package sys provides a Starlark module that exposes runtime information and arguments, and functions to interact with the system.
Index ¶
Constants ¶
View Source
const (
// ModuleName defines the module name.
ModuleName = "sys"
)
Variables ¶
This section is empty.
Functions ¶
func NewModule ¶
func NewModule(args []string) starlet.ModuleLoader
NewModule creates a new module loader for the sys module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.