interfaces

package
v0.0.0-...-c2443e1 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EngineIface

type EngineIface interface {
	Run(addr string)
	Use(m ...echo.Middleware)
	Get(path string, h echo.Handler)
	Put(path string, h echo.Handler)
	Post(path string, h echo.Handler)
	Delete(path string, h echo.Handler)
}

type Finder

type Finder interface {
	Find(id string) (Viewer, error)
}

type Former

type Former interface {
	Form() interface{}
}

type FormerSaverUrler

type FormerSaverUrler interface {
	Former
	Saver
	Urler
}

type Saver

type Saver interface {
	Save() error
}

type Stringer

type Stringer interface {
	String() string
}

type Urler

type Urler interface {
	Url() string
}

type Viewer

type Viewer interface {
	View() interface{}
}

Jump to

Keyboard shortcuts

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