commons-go/model/infra/InfraService.go
2018-06-15 13:10:12 +09:00

11 lines
368 B
Go

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