handleInitialized is called when the client confirms initialization
()
| 237 | |
| 238 | // handleInitialized is called when the client confirms initialization |
| 239 | func (h *Handler) handleInitialized() { |
| 240 | h.server.Logger().Println("Client initialized") |
| 241 | } |
| 242 | |
| 243 | // handleShutdown handles the shutdown request |
| 244 | func (h *Handler) handleShutdown() (*ShutdownResult, error) { |
no test coverage detected