endregion region Hook triggers Running must be called by the Service when it is ready to handle user requests.
()
| 62 | |
| 63 | // Running must be called by the Service when it is ready to handle user requests. |
| 64 | Running() |
| 65 | |
| 66 | // Stopping must be called by the Service before stopping to handle user requests. It returns the shutdown context. |
| 67 | Stopping() context.Context |
no outgoing calls