package
Version:
v0.0.0-...-41c7706
Opens a new window with list of versions in this module.
Published: Nov 29, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Router struct {
Name string `json:"name"`
Mask string `json:"mask"`
Methods []Method `json:"methods"`
}
type Server struct {
Path string `json:"path"`
Port int `json:"port"`
Mask string `json:"mask"`
CertPath string `json:"certPath"`
KeyPath string `json:"keyPath"`
Routers []Router `json:"routers"`
}
func (server Server) ListenTLS()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.