Documentation ¶
Index ¶
- type ApiCIRespRouter
- type ApiCIRouter
- type ApiCaseGroup
- type ApiCaseRouter
- type ApiConfigRouter
- type ApiConfigRouterGroup
- type ApiMenuRouter
- type EnvironmentRouter
- type EnvironmentRouterGroup
- type InterfaceTemplateRouter
- type MessageRouter
- type MessageRouterGroup
- type PerformanceRouter
- type PerformanceRouterGroup
- type PyPkgRouter
- type ReportRouter
- type ReportRouterGroup
- type RouterGroup
- type RunCaseRouter
- type RunCaseRouterGroup
- type TestCaseRouter
- type TimerTaskGroup
- type TimerTaskRouter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiCIRespRouter ¶
type ApiCIRespRouter struct{}
func (ApiCIRespRouter) InitApiCIRouter ¶
func (ci ApiCIRespRouter) InitApiCIRouter(Router *gin.RouterGroup)
type ApiCIRouter ¶
type ApiCIRouter struct{}
func (ApiCIRouter) InitApiCIRouter ¶
func (ci ApiCIRouter) InitApiCIRouter(Router *gin.RouterGroup)
type ApiCaseGroup ¶
type ApiCaseGroup struct {
ApiCaseRouter
}
type ApiCaseRouter ¶
type ApiCaseRouter struct { }
func (*ApiCaseRouter) InitApiCaseRouter ¶
func (s *ApiCaseRouter) InitApiCaseRouter(Router *gin.RouterGroup)
InitApiCaseRouter 初始化 ApiCase 路由信息
type ApiConfigRouter ¶
type ApiConfigRouter struct { }
func (*ApiConfigRouter) InitApiConfigRouter ¶
func (s *ApiConfigRouter) InitApiConfigRouter(Router *gin.RouterGroup)
InitApiConfigRouter 初始化 ApiConfig 路由信息
type ApiConfigRouterGroup ¶
type ApiConfigRouterGroup struct {
ApiConfigRouter
}
type ApiMenuRouter ¶
type ApiMenuRouter struct { }
func (*ApiMenuRouter) InitApiMenuRouter ¶
func (s *ApiMenuRouter) InitApiMenuRouter(Router *gin.RouterGroup)
InitApiMenuRouter 初始化 ApiMenu 路由信息
type EnvironmentRouter ¶
type EnvironmentRouter struct { }
func (*EnvironmentRouter) InitEnvironmentRouter ¶
func (env *EnvironmentRouter) InitEnvironmentRouter(Router *gin.RouterGroup)
type EnvironmentRouterGroup ¶
type EnvironmentRouterGroup struct { // Code generated by server Begin; DO NOT EDIT. EnvironmentRouter }
type InterfaceTemplateRouter ¶
type InterfaceTemplateRouter struct { }
func (*InterfaceTemplateRouter) InitInterfaceTemplateRouter ¶
func (s *InterfaceTemplateRouter) InitInterfaceTemplateRouter(Router *gin.RouterGroup)
InitInterfaceTemplateRouter 初始化 InterfaceTemplate 路由信息
type MessageRouter ¶
type MessageRouter struct { }
func (*MessageRouter) InitMessageRouter ¶
func (msg *MessageRouter) InitMessageRouter(Router *gin.RouterGroup)
type MessageRouterGroup ¶
type MessageRouterGroup struct {
MessageRouter
}
type PerformanceRouter ¶
type PerformanceRouter struct { }
func (*PerformanceRouter) InitPerformanceRouter ¶
func (s *PerformanceRouter) InitPerformanceRouter(Router *gin.RouterGroup)
InitPerformanceRouter 初始化 TimerTask 路由信息
type PerformanceRouterGroup ¶
type PerformanceRouterGroup struct { // Code generated by server Begin; DO NOT EDIT. PerformanceRouter }
type PyPkgRouter ¶
type PyPkgRouter struct{}
func (*PyPkgRouter) InitPyPkgRouter ¶
func (p *PyPkgRouter) InitPyPkgRouter(Router *gin.RouterGroup)
type ReportRouter ¶
type ReportRouter struct { }
func (*ReportRouter) InitReportRouter ¶
func (s *ReportRouter) InitReportRouter(Router *gin.RouterGroup)
InitReportRouter ReportRouter 初始化 TestCase 路由信息
type ReportRouterGroup ¶
type ReportRouterGroup struct {
ReportRouter
}
type RouterGroup ¶
type RouterGroup struct { // Code generated by server Begin; DO NOT EDIT. ApiMenuRouter InterfaceTemplateRouter TestCaseRouter ApiCaseRouter PyPkgRouter ApiCIRouter }
type RunCaseRouter ¶
type RunCaseRouter struct { }
func (*RunCaseRouter) InitRunCaseRouter ¶
func (s *RunCaseRouter) InitRunCaseRouter(Router *gin.RouterGroup)
InitRunCaseRouter RunCaseRouter 初始化 TestCase 路由信息
type RunCaseRouterGroup ¶
type RunCaseRouterGroup struct {
RunCaseRouter
}
type TestCaseRouter ¶
type TestCaseRouter struct { }
func (*TestCaseRouter) InitTestCaseRouter ¶
func (s *TestCaseRouter) InitTestCaseRouter(Router *gin.RouterGroup)
InitTestCaseRouter 初始化 TestCase 路由信息
type TimerTaskGroup ¶
type TimerTaskGroup struct {
TimerTaskRouter
}
type TimerTaskRouter ¶
type TimerTaskRouter struct { }
func (*TimerTaskRouter) InitTimerTaskRouter ¶
func (s *TimerTaskRouter) InitTimerTaskRouter(Router *gin.RouterGroup)
InitTimerTaskRouter 初始化 TimerTask 路由信息
Click to show internal directories.
Click to hide internal directories.