mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
6 lines
99 B
Go
6 lines
99 B
Go
package adapter
|
|
|
|
type NetworkNamespaceManager interface {
|
|
ResolvePath(nameOrPath string) string
|
|
}
|