Documentation ¶ Index ¶ type Controller Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Controller ¶ type Controller interface { // BindedRoutes return all the routes binded to the controller BindedRoutes() []router.Route // Release releases all the occupied resources which should be handled properly Release() } Source Files ¶ View all Source files controller.go Directories ¶ Show internal Expand all Path Synopsis container prometheus Click to show internal directories. Click to hide internal directories.