You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
388 B
33 lines
388 B
package like |
|
|
|
// ArgMatch arg match |
|
type ArgMatch struct { |
|
Sid int64 |
|
} |
|
|
|
// ArgSubjectUp . |
|
type ArgSubjectUp struct { |
|
Sid int64 |
|
} |
|
|
|
// ArgLikeUp . |
|
type ArgLikeUp struct { |
|
Lid int64 |
|
} |
|
|
|
// ArgLikeItem . |
|
type ArgLikeItem struct { |
|
ID int64 |
|
Sid int64 |
|
Type int |
|
} |
|
|
|
// ArgActSubject . |
|
type ArgActSubject struct { |
|
Sid int64 |
|
} |
|
|
|
// ArgActProtocol . |
|
type ArgActProtocol struct { |
|
Sid int64 |
|
}
|
|
|