Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonServiceClient ¶
type PythonServiceClient struct { *base.LSPServiceClientBase *base.LSPServiceClientEvaluator[*PythonServiceClient] Config PythonServiceClientConfig }
type PythonServiceClientBuilder ¶
type PythonServiceClientBuilder struct{}
func (*PythonServiceClientBuilder) GetGenericServiceClientCapabilities ¶
func (p *PythonServiceClientBuilder) GetGenericServiceClientCapabilities(log logr.Logger) []base.LSPServiceClientCapability
func (*PythonServiceClientBuilder) Init ¶
func (p *PythonServiceClientBuilder) Init(ctx context.Context, log logr.Logger, c provider.InitConfig) (provider.ServiceClient, error)
type PythonServiceClientConfig ¶
type PythonServiceClientConfig struct { base.LSPServiceClientConfig `yaml:",inline"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.