Documentation ¶
Index ¶
Constants ¶
View Source
const (
PluginsRoot = root + ".plugins"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Middlewares []func(http.Handler) http.Handler Handlers []ConfigHandler Routes []ConfigRouter }
type ConfigHandler ¶
type ConfigRouter ¶
type ConfigRouter struct { Method string HandlerFunc http.HandlerFunc Pattern string }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServerWithOptions ¶
Click to show internal directories.
Click to hide internal directories.