overflow_commons_go/modules/infra/model/InfraMachine.go

9 lines
246 B
Go
Raw Normal View History

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