server

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2025 License: MIT Imports: 7 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 {
	*rux.Router

	// Host server host. eg: localhost, 127.0.0.1
	Host string
	Port uint
	// contains filtered or unexported fields
}

Server struct

func New

func New(debugMode bool) *Server

New server instance

func NewEchoServer

func NewEchoServer() *Server

NewEchoServer instance

func NewFsServer added in v1.4.1

func NewFsServer() *Server

NewFsServer creates a new Server provide fs serve.

func (*Server) SetHostPort added in v1.4.1

func (s *Server) SetHostPort(host string, port uint)

SetHostPort set host and port

func (*Server) Start

func (s *Server) Start()

Start server with addr

func (*Server) String

func (s *Server) String() string

String get string

Jump to

Keyboard shortcuts

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