server

package
v0.0.0-...-60b86bc Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFileNotOpened = errors.New("file not opened")
	ErrConfigIssue   = errors.New("configuration issue")
)

Functions

func WithLanguage

func WithLanguage(lang language.LanguageDef) func(*Server)

func WithLogger

func WithLogger(logger *slog.Logger) func(*Server)

func WithServerName

func WithServerName(name string) func(*Server)

func WithTcp

func WithTcp() func(*Server)

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

func New

func New(opts ...func(server *Server)) *Server

func (*Server) Run

func (s *Server) Run(ctx context.Context) error

type ServerType

type ServerType int
const (
	ServerTypeStdio ServerType = iota
	ServerTypeTcp
)

Jump to

Keyboard shortcuts

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