package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Apr 2, 2021
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Serve creates a new server handle and starts serving traffic
type Config struct {
Address string `json:"address"`
Port uint16 `json:"port"`
CertFile string `json:"cert_file"`
KeyFile string `json:"key_file"`
CAFiles []string `json:"ca_files"`
FS fs.FS `json:"-"`
}
Config is the config for the server
Source Files
¶
Click to show internal directories.
Click to hide internal directories.