2018-06-12 18:18:11 +09:00
|
|
|
package infra
|
|
|
|
|
|
|
|
import "git.loafle.net/overflow/commons-go/model/meta"
|
|
|
|
|
|
|
|
type InfraService struct {
|
|
|
|
Infra
|
2018-06-12 22:13:22 +09:00
|
|
|
MetaTargetServiceType *meta.MetaTargetServiceType `json:"metaTargetServiceType,omitempty"`
|
|
|
|
InfraHostPort *InfraHostPort `json:"infraHostPort,omitempty"`
|
|
|
|
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
|
2018-06-12 18:18:11 +09:00
|
|
|
}
|