Documentation ¶
Index ¶
- Variables
- func ActivateLibrary(name string) error
- func ActivateMachine(name string) error
- func AddLibrary(name, path string) error
- func AddMachine(name, path string) error
- func Close() error
- func Get(uri string) (string, error)
- func LibraryCachePath() string
- func Load() error
- func MachineCachePath() string
- func RemoveLibrary(name string) error
- func RemoveMachine(name string) error
- func Reset() error
- func Set(uri, data string) error
- func Unset(uri string) error
- type ConfigOption
- type Machine
- type Resource
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ApplicationName = "gophercnc" Logger log.Logger )
Functions ¶
func ActivateLibrary ¶
func ActivateMachine ¶
func AddLibrary ¶
func AddMachine ¶
func LibraryCachePath ¶
func LibraryCachePath() string
func RemoveLibrary ¶
func RemoveMachine ¶
Types ¶
type ConfigOption ¶
func GetAll ¶
func GetAll() ([]ConfigOption, error)
Click to show internal directories.
Click to hide internal directories.