You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: refactor queue handling to use core TaskMessage interface
- Add import for `github.com/golang-queue/queue/core`
- Change function parameter type from `queue.QueuedMessage` to `core.TaskMessage`
- Replace `m.Bytes()` with `m.Payload()` in JSON unmarshal function
Signed-off-by: appleboy <[email protected]>
0 commit comments