commons-go/model/infra/InfraService.go

12 lines
450 B
Go
Raw Permalink 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-21 10:28:20 +00:00
Description string `json:"description,omitempty"`
2018-06-12 09:18:11 +00:00
}