commons-go/model/infra/InfraService.go
crusader 7e2ff26648 ing
2018-06-21 19:28:20 +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"`
InfraHostPort *InfraHostPort `json:"infraHostPort,omitempty"`
MetaCryptoType *meta.MetaCryptoType `json:"metaCryptoType,omitempty"`
Description string `json:"description,omitempty"`
}