Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiAuthRoutes ¶
type ApiAuthRoutes interface {
AuthRoutes()
}
ApiAuthRoutes manages authentication routes
type ApiBenchmarkRoutes ¶
type ApiBenchmarkRoutes interface {
BenchmarkRoutes()
}
ApiBenchmarkRoutes manages benchmark routes
type ApiUserRoutes ¶
type ApiUserRoutes interface {
UsersRoutes()
}
ApiUserRoutes manages user routes
type WebExampleRoutes ¶
type WebExampleRoutes interface {
ExampleRoutes()
}
WebExampleRoutes manages example routes
type WebLogsRoutes ¶
type WebLogsRoutes interface {
LogsRoutes()
}
WebLogsRoutes manages logs routes
type WebPprofRoutes ¶
type WebPprofRoutes interface {
PprofRoutes()
}
WebPprofRoutes manages pprof routes
Click to show internal directories.
Click to hide internal directories.