mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-16 20:49:16 +08:00
17 lines
219 B
Go
17 lines
219 B
Go
|
package client
|
||
|
|
||
|
type FireInfo struct {
|
||
|
Family string
|
||
|
Address string
|
||
|
Port string
|
||
|
Protocol string
|
||
|
Strategy string
|
||
|
}
|
||
|
|
||
|
type Forward struct {
|
||
|
Protocol string
|
||
|
Address string
|
||
|
Port string
|
||
|
Target string
|
||
|
}
|