server

package
v0.0.43 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

func NewServer

func NewServer(config *ServerConfig) (*Server, error)

NewServer creates a new server instance with the given configuration

func (*Server) Start

func (s *Server) Start() error

Start starts the server with the configured options

type ServerConfig

type ServerConfig struct {
	ConfigPath  string
	Verbose     bool
	HTTPPort    int
	GRPCPort    int
	GatewayAddr string
	EnableMCP   bool
	AutoPorts   bool
}

Jump to

Keyboard shortcuts

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