Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/daemon/logdrivers_windows.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/daemon/logdrivers_windows.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package daemon
|
||||
|
||||
import (
|
||||
// Importing packages here only to make sure their init gets called and
|
||||
// therefore they register themselves to the logdriver factory.
|
||||
_ "github.com/hyperhq/hypercli/daemon/logger/awslogs"
|
||||
_ "github.com/hyperhq/hypercli/daemon/logger/jsonfilelog"
|
||||
_ "github.com/hyperhq/hypercli/daemon/logger/splunk"
|
||||
)
|
||||
Reference in New Issue
Block a user