ServeStream is only intended to be used for the tests.
(stream io.ReadWriteCloser)
| 150 | |
| 151 | // ServeStream is only intended to be used for the tests. |
| 152 | func (s *Server) ServeStream(stream io.ReadWriteCloser) { |
| 153 | s.gs.ServeStream(stream, nil) |
| 154 | } |
| 155 | |
| 156 | func (s *Server) Initialized(context *glsp.Context, params *protocol.InitializedParams) error { |
| 157 | s.initialized = true |
no outgoing calls