Documentation ¶ Index ¶ Variables func CompileRoute(input string) (*regexp.Regexp, option) func Init() func Route(pattern string, methods []requests.Method, ...) func Run() func Static() func Stop() Constants ¶ This section is empty. Variables ¶ View Source var Config = &configs.Config{Name: "server"} Functions ¶ func CompileRoute ¶ func CompileRoute(input string) (*regexp.Regexp, option) func Init ¶ func Init() func Route ¶ func Route(pattern string, methods []requests.Method, handle func(*requests.Request) (requests.Response, error)) func Run ¶ func Run() func Static ¶ func Static() func Stop ¶ func Stop() Types ¶ This section is empty. Source Files ¶ View all Source files handler.goregexp.gorouting.goserver.go Click to show internal directories. Click to hide internal directories.