Documentation ¶ Index ¶ Variables func MatchPath(routes []route.Route, path string) (r *route.Route, err error) type Core func New(version string, cfg *config.Config) (Core, error) type Matcher Constants ¶ This section is empty. Variables ¶ View Source var ErrorNotFound = errors.New("route not found") Functions ¶ func MatchPath ¶ func MatchPath(routes []route.Route, path string) (r *route.Route, err error) Types ¶ type Core ¶ type Core interface { Version() string Run() error } func New ¶ func New(version string, cfg *config.Config) (Core, error) type Matcher ¶ type Matcher struct { Service service.Service } Source Files ¶ View all Source files build.gocore.goerror.gomatch.goplugin.goprepare.gorun.go Directories ¶ Show internal Expand all Path Synopsis route service Click to show internal directories. Click to hide internal directories.