Initial commit
This commit is contained in:
11
vendor/github.com/hyperhq/hypercli/daemon/top_windows.go
generated
vendored
Normal file
11
vendor/github.com/hyperhq/hypercli/daemon/top_windows.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package daemon
|
||||
|
||||
import (
|
||||
derr "github.com/hyperhq/hypercli/errors"
|
||||
"github.com/docker/engine-api/types"
|
||||
)
|
||||
|
||||
// ContainerTop is not supported on Windows and returns an error.
|
||||
func (daemon *Daemon) ContainerTop(name string, psArgs string) (*types.ContainerProcessList, error) {
|
||||
return nil, derr.ErrorCodeNoTop
|
||||
}
|
||||
Reference in New Issue
Block a user