webserver

package
v0.0.0-...-80b44f5 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RootPath     = "/"
	ViewSuffix   = "view/"
	StaticSuffix = "static/"
)

Can be configured

View Source
const (
	ViewPath          = RootPath + ViewSuffix
	StaticPath        = RootPath + StaticSuffix
	FavIconOriginPath = "/favicon.ico"
	FavIconTruePath   = StaticPath + faviconFileName
)

Available path of web server, DON'T configure those

Variables

This section is empty.

Functions

func StartRikkaWebServer

func StartRikkaWebServer(maxSizeByMb float64, argIsServeTLS bool, log *logger.Logger) string

StartRikkaWebServer start web server of rikka.

Types

This section is empty.

Jump to

Keyboard shortcuts

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