2019-04-22 02:59:20 +00:00

7 lines
99 B
Go

package relation
type Relation struct {
Mid int64 `json:"mid"`
Attr uint8 `json:"attribute"`
}