mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 08:33:54 +08:00
8 lines
103 B
Go
8 lines
103 B
Go
// +build !linux
|
|
|
|
package netutils2
|
|
|
|
func (n *SNetInterface) GetAddresses() [][]string {
|
|
return nil
|
|
}
|