Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
var ( PredictorManagerKey ContextKey = "predictorManager" SelectorFetcherKey ContextKey = "selectorFetcher" )
type DebugHandler ¶
type DebugHandler struct {
// contains filtered or unexported fields
}
func NewDebugHandler ¶
func NewDebugHandler(config *config.Config) *DebugHandler
func (*DebugHandler) Display ¶
func (dh *DebugHandler) Display(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.