ing
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package model
|
||||
|
||||
const (
|
||||
PortTypeTCP = "TCP"
|
||||
PortTypeUDP = "UDP"
|
||||
|
||||
CryptoTypeTLS = "TLS"
|
||||
)
|
||||
|
||||
type Port struct {
|
||||
Host *Host `json:"host,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user