Documentation ¶
Index ¶
- Constants
- Variables
- type Service
- 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) PprofProxy(c *gin.Context)
- func (s *Service) Run(c *gin.Context)
- func (s *Service) Run1(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" RouteTrace = RouteTracePre + "/%s/" RoutePprof = RoutePprofPre + "/%s/" )
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewService)
Functions ¶
This section is empty.
Types ¶
type Service ¶ added in v1.0.4
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶ added in v1.0.4
func (*Service) PersonCurl ¶ added in v1.0.4
func (*Service) PprofProxy ¶ added in v1.0.4
func (*Service) TraceProxy ¶ added in v1.0.4
Click to show internal directories.
Click to hide internal directories.