feat: 支持多网卡模式
This commit is contained in:
8
models/eth.go
Normal file
8
models/eth.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package srunModels
|
||||
|
||||
import "net"
|
||||
|
||||
type Eth struct {
|
||||
Name string
|
||||
Addr net.Addr
|
||||
}
|
||||
Reference in New Issue
Block a user