Commit 68933cb
committed
refactor: refactor message handling and improve job processing
- Rename `QueuedMessage` to `TaskMessage`
- Change variable type from pointer to value for `job`
- Replace `Bytes()` with `Payload()` method for message unmarshalling
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>1 parent 9318169 commit 68933cb
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments