overflow_commons_go/modules/infra/model/InfraMachine.go

10 lines
223 B
Go
Raw Permalink Normal View History

2017-11-08 09:50:44 +00:00
package model
2017-12-01 06:04:31 +00:00
import util "git.loafle.net/overflow/overflow_commons_go/util"
2017-11-08 09:50:44 +00:00
type InfraMachine struct {
Infra
2017-12-01 06:04:31 +00:00
Meta string `json:"meta,omitempty"`
CreateDate util.Timestamp `json:"createDate,omitempty"`
}