quickactions

package
v0.1.0-rc.3 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller interface {
	StartupInfo(ctx context.Context) (ulspplugin.PluginInfo, error)
}

Controller defines the methods that this controller provides.

func New

func New(p Params) Controller

New creates a new controller for quick hints.

type Params

type Params struct {
	fx.In

	Config     config.Provider
	Executor   executor.Executor
	Documents  docsync.Controller
	IdeGateway ideclient.Gateway
	Sessions   session.Repository
	Logger     *zap.SugaredLogger
	FS         fs.UlspFS
}

Params defines the dependencies that will be available ot this controller.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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