Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
37bc6397044d5a937929cbe94bf80a9d0b42ab2f
/
.
/
daemon
/
runtime_windows.go
blob: 83b1a41441d4e5c7542d902b3752bfef75e0ca31 [
file
]
package daemon
import (
"errors"
)
func (daemon *Daemon) getRuntime(name string) (shim string, opts interface{}, err error) {
return "", nil, errors.New("not implemented")
}