Rainbond/gateway/controller/openresty/model/common.go
2019-03-10 18:51:10 +08:00

14 lines
124 B
Go

package model
// Time -
type Time struct {
Num int
Unit string
}
// Size -
type Size struct {
Num int
Unit string
}