Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoute ¶
func RegisterRoute(router wrouter.Router, sharedSecret refreshable.String) error
Types ¶
type DiagnosticHandler ¶
type DiagnosticType ¶
type DiagnosticType string
const ( DiagnosticTypeCPUProfile1MinuteV1 DiagnosticType = "go.profile.cpu.1minute.v1" DiagnosticTypeHeapProfileV1 DiagnosticType = "go.profile.heap.v1" DiagnosticTypeAllocsProfileV1 DiagnosticType = "go.profile.allocs.v1" DiagnosticTypeTrace1MinuteV1 DiagnosticType = "go.trace.1minute.v1" DiagnosticTypeGoroutinesV1 DiagnosticType = "go.goroutines.v1" DiagnosticTypeMetricNamesV1 DiagnosticType = "metric.names.v1" DiagnosticTypeSystemTimeV1 DiagnosticType = "os.system.clock.v1" )
Click to show internal directories.
Click to hide internal directories.