6 lines
99 B
Go
6 lines
99 B
Go
package adapter
|
|
|
|
type NetworkNamespaceManager interface {
|
|
ResolvePath(nameOrPath string) string
|
|
}
|