chi

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: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Content

func Content(handler HandlerFunc) http.HandlerFunc

Types

type Chi

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

Chi structure value is a Chi GoAdmin adapter.

func (*Chi) AddHandler

func (ch *Chi) AddHandler(method, path string, handlers context.Handlers)

func (*Chi) Content

func (ch *Chi) Content(ctx interface{}, getPanelFn types.GetPanelFn)

func (*Chi) FormParam

func (ch *Chi) FormParam() url.Values

func (*Chi) GetCookie

func (ch *Chi) GetCookie() (string, error)

func (*Chi) Method

func (ch *Chi) Method() string

func (*Chi) Name

func (ch *Chi) Name() string

func (*Chi) Path

func (ch *Chi) Path() string

func (*Chi) PjaxHeader

func (ch *Chi) PjaxHeader() string

func (*Chi) Redirect

func (ch *Chi) Redirect()

func (*Chi) SetApp

func (ch *Chi) SetApp(app interface{}) error

func (*Chi) SetContentType

func (ch *Chi) SetContentType()

func (*Chi) SetContext

func (ch *Chi) SetContext(contextInterface interface{}) adapter.WebFrameWork

func (*Chi) Use

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

func (*Chi) User

func (ch *Chi) User(ci interface{}) (models.UserModel, bool)

func (*Chi) Write

func (ch *Chi) Write(body []byte)

type Context

type Context struct {
	Request  *http.Request
	Response http.ResponseWriter
}

Context wraps the Request and Response object of Chi.

type HandleFun

type HandleFun func(pattern string, handlerFn http.HandlerFunc)

HandleFun is type of route methods of chi.

type HandlerFunc

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

Jump to

Keyboard shortcuts

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