mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
12 lines
212 B
Go
12 lines
212 B
Go
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
|
|
|
|
package vmconfigs
|
|
|
|
import (
|
|
"github.com/containers/podman/v5/pkg/machine/define"
|
|
)
|
|
|
|
func getPipe(_ string) *define.VMFile {
|
|
return nil
|
|
}
|