Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + var Config config.Config + var Plug = new(Example) + func InitRouter(prefix string) *context.App + func TestHandler(ctx *context.Context) + type Example struct + func NewExample() *Example + func (example *Example) GetHandler(url, method string) context.Handler + func (example *Example) GetRequest() []context.Path + func (example *Example) InitPlugin()