Versions in this module Expand all Collapse all v1 v1.9.1 Sep 5, 2019 Changes in this version + type Endpoint struct + Host string + Method string + Name string + Path string + type Option func(o *Options) + func WithHandler(h string) Option + func WithNamespace(n string) Option + type Options struct + Handler string + Namespace string + func NewOptions(opts ...Option) Options + type Resolver interface + Resolve func(r *http.Request) (*Endpoint, error) + String func() string