mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-07 21:48:31 -05:00
10 lines
225 B
Go
10 lines
225 B
Go
package databus
|
|
|
|
// CreateTaskMsg .
|
|
type CreateTaskMsg struct {
|
|
BizID int64 `json:"business_id"`
|
|
RID int64 `json:"rid"`
|
|
FlowID int64 `json:"flow_id"`
|
|
DispatchLimit int64 `json:"dispatch_limit"`
|
|
}
|