uiconfig

package
v0.0.0-...-3444db6 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 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 UIConfig

type UIConfig struct {
	Header           config.FileHeader
	UIEnabled        bool
	Title            string
	ProgramFileRoot  string
	StaticFileRoot   string
	HTTP             UIHTTP
	HTTPS            UIHTTPS
	MaxGuests        int
	MaxLoginAttempts int
	Recovery         bool
}

func (*UIConfig) LoadConfig

func (c *UIConfig) LoadConfig() error

func (UIConfig) SaveConfig

func (c UIConfig) SaveConfig() error

type UIHTTP

type UIHTTP struct {
	Enabled bool
	Port    int
}

type UIHTTPS

type UIHTTPS struct {
	Enabled  bool
	Port     int
	CertFile string
	KeyFile  string
}

Jump to

Keyboard shortcuts

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