webserver

package
v0.0.0-...-58c2bd7 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUndefinedWebFS = errors.New("error: Undefined WebFS")
)

Functions

This section is empty.

Types

type Webserver

type Webserver struct {
	FileSystem     embed.FS `json:"file_system"`
	Disable        bool     `json:"disable"`
	LiveServer     bool     `json:"live_server"`
	LiveServerPath string   `json:"live_server_path"`
}

func (*Webserver) Parse

func (webserver *Webserver) Parse() (Webserver, error)

func (Webserver) Validate

func (webserver Webserver) Validate() error

Jump to

Keyboard shortcuts

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