Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultPort is the default port used to start the webui
DefaultPort = 8080
)
Variables ¶
This section is empty.
Functions ¶
func RemoteStop ¶
RemoteStop remotely terminates a WebUI by sending a termination request
Types ¶
type Config ¶
type Config struct { Port int DatasetDir string Name string Plugins plugins.Plugins // contains filtered or unexported fields }
Config represents the configuration of a webUI
func Init ¶
func Init() *Config
Init creates a configuration for the webui that can then be used to start/stop a webui
Click to show internal directories.
Click to hide internal directories.