6 lines
59 B
Go
6 lines
59 B
Go
package lib
|
|
|
|
type ActionReq struct{
|
|
ID int64
|
|
Req []byte
|
|
} |