7 lines
99 B
Go
7 lines
99 B
Go
|
package relation
|
||
|
|
||
|
type Relation struct {
|
||
|
Mid int64 `json:"mid"`
|
||
|
Attr uint8 `json:"attribute"`
|
||
|
}
|