commons-go/model/infra/InfraService.go
crusader ab936be303 ing
2018-06-12 22:13:22 +09:00

12 lines
450 B
Go

package infra
import "git.loafle.net/overflow/commons-go/model/meta"
type InfraService struct {
Infra
MetaTargetServiceType *meta.MetaTargetServiceType `json:"metaTargetServiceType,omitempty"`
InfraHostIP *InfraHostIP `json:"infraHostIP,omitempty"`
InfraHostPort *InfraHostPort `json:"infraHostPort,omitempty"`
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
}