server

package
v0.1.20 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dialer

type Dialer interface {
	Dial(context.Context) (io.ReadWriteCloser, error)
}

type Listener

type Listener interface {
	Accept() (io.ReadWriteCloser, error)
	Close() error
}

type Server

type Server interface {
	Wait()
}

func NewServer

func NewServer(clientListener Listener, goplsDialer Dialer, timeout time.Duration) Server

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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