containerd/runtime/container_windows.go

6 lines
90 B
Go
Raw Normal View History

package runtime
func getRootIDs(s *platformSpec) (int, int, error) {
return 0, 0, nil
}