ing
This commit is contained in:
parent
292dd88aae
commit
7e2ff26648
|
@ -7,7 +7,8 @@ import (
|
||||||
|
|
||||||
type Service struct {
|
type Service struct {
|
||||||
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
|
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Key string `json:"key,omitempty"`
|
||||||
|
Description string `json:"description,omitempty"`
|
||||||
|
|
||||||
Port *Port `json:"port,omitempty"`
|
Port *Port `json:"port,omitempty"`
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,5 @@ type InfraService struct {
|
||||||
MetaTargetServiceType *meta.MetaTargetServiceType `json:"metaTargetServiceType,omitempty"`
|
MetaTargetServiceType *meta.MetaTargetServiceType `json:"metaTargetServiceType,omitempty"`
|
||||||
InfraHostPort *InfraHostPort `json:"infraHostPort,omitempty"`
|
InfraHostPort *InfraHostPort `json:"infraHostPort,omitempty"`
|
||||||
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
|
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
|
||||||
|
Description string `json:"description,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user