package
Version:
v1.0.38
Opens a new window with list of versions in this module.
Published: Oct 10, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Plugin []string `yaml:"plugins"`
Handler map[string]Handler `yaml:"handlers"`
Config map[string]interface{}
}
type Handler struct {
Prefix string `yaml:"prefix"`
Middleware []string `yaml:"middleware"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.