This commit is contained in:
crusader 2018-06-20 21:05:25 +09:00
parent 7770cfcc68
commit 292dd88aae

View File

@ -6,7 +6,7 @@ import (
) )
type Service struct { type Service struct {
MetaCryptoTypeKey *meta.MetaCryptoType `json:"metaCryptoType,omitempty"` MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
Name string `json:"name,omitempty"` Name string `json:"name,omitempty"`
Port *Port `json:"port,omitempty"` Port *Port `json:"port,omitempty"`