route

package
v0.0.0-...-cde4198 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2016 License: MPL-2.0 Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Route

type Route interface {
	SetId(k kappa.Const) kappa.Const
	GetId() kappa.Const
	GetPath() string
	SetPath(string) string
	SetServiceSubstrate(*service.ServiceSubstrate)
	GetService(kappa.Const) service.Service
	Register(*echo.Group)
	Middleware() []echo.MiddlewareFunc
}

type RouteBase

type RouteBase struct {
	service.ServiceBase
	// contains filtered or unexported fields
}

func (*RouteBase) GetPath

func (r *RouteBase) GetPath() string

func (*RouteBase) SetPath

func (r *RouteBase) SetPath(path string) string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL