Lines Matching defs:clientDispatcher
158 type clientDispatcher struct {
162 func (s *clientDispatcher) ShowMessage(ctx context.Context, params *ShowMessageParams) error {
166 func (s *clientDispatcher) LogMessage(ctx context.Context, params *LogMessageParams) error {
170 func (s *clientDispatcher) Event(ctx context.Context, params *interface{}) error {
174 func (s *clientDispatcher) PublishDiagnostics(ctx context.Context, params *PublishDiagnosticsParams) error {
177 func (s *clientDispatcher) WorkspaceFolders(ctx context.Context) ([]WorkspaceFolder, error) {
185 func (s *clientDispatcher) Configuration(ctx context.Context, params *ParamConfig) ([]interface{}, error) {
193 func (s *clientDispatcher) RegisterCapability(ctx context.Context, params *RegistrationParams) error {
197 func (s *clientDispatcher) UnregisterCapability(ctx context.Context, params *UnregistrationParams) error {
201 func (s *clientDispatcher) ShowMessageRequest(ctx context.Context, params *ShowMessageRequestParams) (*MessageActionItem, error) {
209 func (s *clientDispatcher) ApplyEdit(ctx context.Context, params *ApplyWorkspaceEditParams) (*ApplyWorkspaceEditResponse, error) {