This commit is contained in:
crusader
2017-11-18 22:03:37 +09:00
parent 2754bbc056
commit 58f1cd09a5
4 changed files with 141 additions and 22 deletions

View File

@@ -1,5 +1,12 @@
package model
const (
PortTypeTCP = "TCP"
PortTypeUDP = "UDP"
CryptoTypeTLS = "TLS"
)
type Port struct {
Host *Host `json:"host,omitempty"`