blob: 6b6f9b399e95b01d370b0e4f3d90f48cbe1a87ca [file] [log] [blame]
//go:build windows
package daemon // import "github.com/docker/docker/daemon"
import (
"github.com/docker/docker/daemon/config"
"github.com/docker/docker/pkg/plugingetter"
)
func registerMetricsPluginCallback(getter plugingetter.PluginGetter, sockPath string) {
}
func (daemon *Daemon) listenMetricsSock(*config.Config) (string, error) {
return "", nil
}