Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "debuginfo-api", "Debuginfo API handler", cell.Provide(newDebugAPIHandler), cell.ProvidePrivate(daemonSettings), )
Cell provides the Debug-Info API handler
Functions ¶
This section is empty.
Types ¶
type GetDebuginfoHandler ¶
type GetDebuginfoHandler struct {
// contains filtered or unexported fields
}
func (*GetDebuginfoHandler) Handle ¶
func (h *GetDebuginfoHandler) Handle(params restapi.GetDebuginfoParams) middleware.Responder
Click to show internal directories.
Click to hide internal directories.