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 ¶
func NewWebUIServer ¶
func NewWebUIServer(tuiMode bool) *WebUIServer
func (*WebUIServer) Run ¶
func (s *WebUIServer) Run(m manager.UnitManager)
Click to show internal directories.
Click to hide internal directories.