handler returns a minimal BaseAPIHandler (no auth/config needed for observe paths).
()
| 44 | |
| 45 | // handler returns a minimal BaseAPIHandler (no auth/config needed for observe paths). |
| 46 | func handler() *BaseAPIHandler { |
| 47 | return &BaseAPIHandler{} |
| 48 | } |
| 49 | |
| 50 | // --------------------------------------------------------------------------- |
| 51 | // PublishObserveResponse (non-streaming path) |
no outgoing calls
no test coverage detected