# Packages
Package lib contains libraries written in starlark.
# Functions
NewScript initializes a new raspberry-box script environment.
# Structs
DHCPClientConfProxy proxies access to DHCPClientConf structure.
DHCPProfileProxy proxies access to DHCP profile structure.
FSMountProxy proxies access to a mounted filesystem.
Script represents a raspberry-box script.
SystemdConditionProxy proxies access to a condition structure.
SystemdMountProxy proxies access to a mount structure.
SystemdServiceProxy proxies access to a service structure.
SystemdUnitProxy proxies access to a unit structure.
WDLoader loads scripts relative to the working directory.
WifiConfigurationProxy proxies a net.WPASupplicantConfig structure.
WifiNetworkProxy proxies access to a net.WPASupplicantNetwork structure.
# Interfaces
FS describes an interface to the filesystem.
ScriptLoader provides a means for arbitrary imports to be resolved.