airobot/lib/base.go
2022-12-09 08:20:38 +08:00

6 lines
59 B
Go

package lib
type ActionReq struct{
ID int64
Req []byte
}