commons-go/model/infra/InfraService.go

11 lines
368 B
Go
Raw Normal View History

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