Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugHandler ¶
type DebugHandler interface {
GetMetrics() GetMetricsHandler
}
func NewDebugHandler ¶
func NewDebugHandler( namespaceDecoder namespacedriver.NamespaceDecoder, debugConnector debug.DebugConnector, options ...httptransport.HandlerOption, ) DebugHandler
type GetMetricsHandler ¶
type GetMetricsHandler httptransport.HandlerWithArgs[GetMetricsHandlerRequest, GetMetricsHandlerResponse, GetMetricsHandlerParams]
type GetMetricsHandlerParams ¶
type GetMetricsHandlerParams struct{}
type GetMetricsHandlerRequest ¶
type GetMetricsHandlerRequest struct {
// contains filtered or unexported fields
}
type GetMetricsHandlerRequestParams ¶
type GetMetricsHandlerRequestParams struct {
Namespace string
}
type GetMetricsHandlerResponse ¶
type GetMetricsHandlerResponse = string
Click to show internal directories.
Click to hide internal directories.