relation.go 99 B

123456
  1. package relation
  2. type Relation struct {
  3. Mid int64 `json:"mid"`
  4. Attr uint8 `json:"attribute"`
  5. }