scalaassist

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: 16 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 is the interface for the scala-assist plugin.

func New

func New(p Params) Controller

New creates a new scala-assist controller.

type Params

type Params struct {
	fx.In

	Logger     *zap.SugaredLogger
	IdeGateway ideclient.Gateway
	Sessions   session.Repository
	Config     config.Provider
}

Params are the parameters to set up this controller.

Jump to

Keyboard shortcuts

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