Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SwaggerConfigRoutePath the path to request the swagger config SwaggerConfigRoutePath = "/debug/apidocs.json" // BuildPublicRoutePath the route prefix to request the build static files. BuildPublicRoutePath = "/public/build" // PluginPublicRoutePath the route prefix to request the plugin static files. PluginPublicRoutePath = "/public/plugins/" // PluginProxyRoutePath the route prefix to request the plugin backend server. PluginProxyRoutePath = plugintypes.PluginProxyRoutePath // DexRoutePath the route prefix to request the dex service DexRoutePath = "/dex" // BuildPublicPath the route prefix to request the build static files. BuildPublicPath = "public/build" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.