Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + var App = new(Admin) + func InitRouter(prefix string) *context.App + type Admin struct + func NewAdmin(tableCfg map[string]models.TableGenerator) *Admin + func (admin *Admin) GetHandler(url, method string) context.Handler + func (admin *Admin) GetRequest() []context.Path + func (admin *Admin) InitPlugin()