refactor(src/broker.rs): add accessors, drop unnecessary mut
modified src/broker.rs
@@ -42,9 +42,17 @@ impl Broker {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -204,7 +212,7 @@ echo '{"response":"finished","result":"success"}'
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -236,7 +244,7 @@ exit 1
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -58,7 +58,7 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|