This commit is contained in:
crusader
2017-11-16 20:01:42 +09:00
parent 570a0241a0
commit 3579d26e52
9 changed files with 637 additions and 119 deletions

View File

@@ -4,6 +4,6 @@ type Service struct {
Port *Port `json:"port,omitempty"`
ID int `json:"id,omitempty"`
TLSType string `json:"tlsType,omitempty"`
CryptoType string `json:"cryptoType,omitempty"`
ServiceName string `json:"serviceName,omitempty"`
}