server

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BindPort = "2025"
	BindHost = "0.0.0.0"
)

Variables

View Source
var BindAddr = fmt.Sprintf("%s:%s", BindHost, BindPort)

Functions

This section is empty.

Types

type WebUIServer

type WebUIServer struct {
	http.Handler
}

func NewWebUIServer

func NewWebUIServer(tuiMode bool) *WebUIServer

func (*WebUIServer) Run

func (s *WebUIServer) Run(m manager.UnitManager)

Jump to

Keyboard shortcuts

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