Files
2026-07-11 08:42:52 +08:00

6 lines
99 B
Go

package adapter
type NetworkNamespaceManager interface {
ResolvePath(nameOrPath string) string
}