echo

package
v1.2.13 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Content added in v1.2.12

func Content(handler HandlerFunc) echo.HandlerFunc

Types

type Echo

type Echo struct {
	adapter.BaseAdapter
	// contains filtered or unexported fields
}

Echo structure value is an Echo GoAdmin adapter.

func (*Echo) AddHandler added in v1.2.12

func (e *Echo) AddHandler(method, path string, handlers context.Handlers)

func (*Echo) Content

func (e *Echo) Content(ctx interface{}, getPanelFn types.GetPanelFn)

func (*Echo) FormParam added in v1.2.12

func (e *Echo) FormParam() url.Values

func (*Echo) GetCookie added in v1.2.12

func (e *Echo) GetCookie() (string, error)

func (*Echo) Method added in v1.2.12

func (e *Echo) Method() string

func (*Echo) Name added in v1.2.12

func (e *Echo) Name() string

func (*Echo) Path added in v1.2.12

func (e *Echo) Path() string

func (*Echo) PjaxHeader added in v1.2.12

func (e *Echo) PjaxHeader() string

func (*Echo) Redirect added in v1.2.12

func (e *Echo) Redirect()

func (*Echo) SetApp added in v1.2.12

func (e *Echo) SetApp(app interface{}) error

func (*Echo) SetContentType added in v1.2.12

func (e *Echo) SetContentType()

func (*Echo) SetContext added in v1.2.12

func (e *Echo) SetContext(contextInterface interface{}) adapter.WebFrameWork

func (*Echo) Use

func (e *Echo) Use(router interface{}, plugs []plugins.Plugin) error

func (*Echo) User added in v1.2.12

func (e *Echo) User(ci interface{}) (models.UserModel, bool)

func (*Echo) Write added in v1.2.12

func (e *Echo) Write(body []byte)

type HandlerFunc added in v1.2.12

type HandlerFunc func(ctx echo.Context) (types.Panel, error)

Jump to

Keyboard shortcuts

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