| 156 | } |
| 157 | |
| 158 | group struct { |
| 159 | service *service |
| 160 | prefix string |
| 161 | queueGroup string |
| 162 | queueGroupDisabled bool |
| 163 | } |
| 164 | |
| 165 | // Verb represents a name of the monitoring service. |
| 166 | Verb int64 |
nothing calls this directly
no outgoing calls
no test coverage detected