Documentation ¶
Overview ¶
Package registry is a registry of OS support modules
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOSModuleNotFound = errors.New("os support module not found")
ErrOSModuleNotFound is returned when no suitable OS support module is found
Functions ¶
func GetOSModuleBuilder ¶
GetOSModuleBuilder returns a suitable OS support module from rig's registry
func RegisterOSModule ¶
func RegisterOSModule(mf matchFunc, bf buildFunc)
RegisterOSModule registers a OS support module into rig's registry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.