server_configurations

package
v0.0.0-...-175fd3f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SupportedLanguages = map[string]ServiceClientBuilder{

	"generic":              &generic.GenericServiceClientBuilder{},
	"pylsp":                &pylsp.PythonServiceClientBuilder{},
	"yaml_language_server": &yaml.YamlServiceClientBuilder{},
	"nodejs":               &nodejs.NodeServiceClientBuilder{},
}

Functions

This section is empty.

Types

type ServiceClientBuilder

type ServiceClientBuilder interface {
	Init(context.Context, logr.Logger, provider.InitConfig) (provider.ServiceClient, error)
	GetGenericServiceClientCapabilities(log logr.Logger) []base.LSPServiceClientCapability
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL