Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebFrameWork ¶
type WebFrameWork interface { Use(interface{}, []plugins.Plugin) error Content(interface{}, types.GetPanel) }
WebFrameWork is a interface which is used as an adapter of framework and goAdmin. It must implement two methods. Use registers the routes and the corresponding handlers. Content writes the response to the corresponding context of framework.
Click to show internal directories.
Click to hide internal directories.