mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-18 21:29:26 +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
|
|
}
|