Files
2019-04-22 18:49:16 +08:00

7 lines
99 B
Go

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