Go Bindings and Library Functions for everything zone related
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Till Wegmüller e6999a7c29 Merge pull request 'add global nic' (#5) from cneira/go-zone:omnios into master 4 years ago
brand Expose if Hook is empty 4 years ago
config fixup 4 years ago
lifecycle add global nic 4 years ago
privilege Priviledge cannot be used with int values us the predefined C ones 5 years ago
test Options in FileSystem tag should be an array 4 years ago
.gitignore Added: InteliJ to Gitignore 5 years ago
LICENSE
README.md Add note about uuid library versions and go modules 4 years ago
execute.go Added: Zone Command which wraps zlogin to run commands inside a zone 4 years ago
get.go Deduplicated Zone Types into config subpackage. This should not break existing consumers 4 years ago
get_cgo.go Deduplicated Zone Types into config subpackage. This should not break existing consumers 4 years ago
go.mod Make go-zone compileable with version of go available on openindiana 4 years ago
go.sum Properly Implement Resource Controls 4 years ago
list.go Deduplicated Zone Types into config subpackage. This should not break existing consumers 4 years ago
list_cgo.go Deduplicated Zone Types into config subpackage. This should not break existing consumers 4 years ago
set.go Revert "Changed: Breaking: Reduced double definitions of Zone types in both config and main zone package. Removed: Empty files Changed: made lookupZoneInfo call simpler by deduplicating types" 4 years ago

README.md

go-zone

Go Bindings and Library Functions for everything zone related

Known Issues

As of writing this the github.com/satori/go.uuid has Two published versions which are available one with an error returned one without. Unfortunately the version with the Error Return value was finished before go modules existed and never got published as stable. This Library depends on the latest stable version of github.com/satori/go.uuid v1.2.0. You must use go modules to compile this library. Anything else will not work

Sample:

GO11MODULE=on go install $YOUR_PROGRAM_REQUIREING_THIS_LIBRARY