Initial commit
This commit is contained in:
13
vendor/github.com/hyperhq/hypercli/hyper/daemon_none.go
generated
vendored
Normal file
13
vendor/github.com/hyperhq/hypercli/hyper/daemon_none.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// +build !daemon
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/hyperhq/hypercli/cli"
|
||||
|
||||
const daemonUsage = ""
|
||||
|
||||
var daemonCli cli.Handler
|
||||
|
||||
// notifySystem sends a message to the host when the server is ready to be used
|
||||
func notifySystem() {
|
||||
}
|
||||
Reference in New Issue
Block a user