Documentation
¶
Index ¶
- Constants
- Variables
- type PluginInfo
- type Service
- func (s *Service) APIIndex(c *gin.Context)
- func (s *Service) APIMcpHint(c *gin.Context)
- func (s *Service) APIPlugins(c *gin.Context)
- func (s *Service) APIPprofFlame(c *gin.Context)
- func (s *Service) APIPprofFlameLayout(c *gin.Context)
- func (s *Service) APIPprofPeek(c *gin.Context)
- func (s *Service) APIPprofSource(c *gin.Context)
- func (s *Service) APIPprofTop(c *gin.Context)
- func (s *Service) Css(c *gin.Context)
- func (s *Service) File(c *gin.Context)
- func (s *Service) FileList(c *gin.Context)
- func (s *Service) Index(c *gin.Context)
- func (s *Service) PersonCurl(c *gin.Context)
- func (s *Service) PprofDiffProxy(c *gin.Context)
- func (s *Service) PprofProxy(c *gin.Context)
- func (s *Service) Run(c *gin.Context)
- func (s *Service) Run1(c *gin.Context)
- func (s *Service) StaticFile(c *gin.Context)
- func (s *Service) TraceProxy(c *gin.Context)
- func (s *Service) Upload(c *gin.Context)
Constants ¶
View Source
const ( RoutePprofPre = "/pprof" RouteTracePre = "/trace" RoutePprofDiffPre = "/pprof-diff" RouteTrace = RouteTracePre + "/%s/" RoutePprof = RoutePprofPre + "/%s/" RoutePprofDiff = RoutePprofDiffPre + "/%s/%s/" )
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewService)
Functions ¶
This section is empty.
Types ¶
type PluginInfo ¶ added in v1.0.16
type Service ¶ added in v1.0.4
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶ added in v1.0.4
func (*Service) APIMcpHint ¶ added in v1.0.18
APIMcpHint returns MCP stdio client hints (running binary path, API base, suggested args).
func (*Service) APIPlugins ¶ added in v1.0.16
func (*Service) APIPprofFlame ¶ added in v1.0.18
func (*Service) APIPprofFlameLayout ¶ added in v1.0.18
func (*Service) APIPprofPeek ¶ added in v1.0.18
func (*Service) APIPprofSource ¶ added in v1.0.18
func (*Service) APIPprofTop ¶ added in v1.0.18
func (*Service) PersonCurl ¶ added in v1.0.4
func (*Service) PprofDiffProxy ¶ added in v1.0.16
func (*Service) PprofProxy ¶ added in v1.0.4
func (*Service) StaticFile ¶ added in v1.0.16
func (*Service) TraceProxy ¶ added in v1.0.4
Click to show internal directories.
Click to hide internal directories.