package model import ( meta "git.loafle.net/overflow/overflow_commons_go/modules/meta/model" util "git.loafle.net/overflow/overflow_commons_go/util" ) type InfraOS struct { Infra InfraMachine *InfraMachine `json:"machine,omitempty"` Meta string `json:"meta,omitempty"` CreateDate util.Timestamp `json:"createDate,omitempty"` MetaInfraVendor *meta.MetaInfraVendor `json:"vendor,omitempty"` }