Files
2019-04-22 20:46:32 +08:00

7 lines
99 B
Go

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