Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnterpriseCodeAccountRouter ¶
type EnterpriseCodeAccountRouter struct{}
func (*EnterpriseCodeAccountRouter) InitEnterpriseCodeAccountRouter ¶
func (r *EnterpriseCodeAccountRouter) InitEnterpriseCodeAccountRouter(rg *gin.RouterGroup)
type EnterpriseCodeEmployeeRouter ¶
type EnterpriseCodeEmployeeRouter struct{}
func (*EnterpriseCodeEmployeeRouter) InitEnterpriseCodeEmployeeRouter ¶
func (r *EnterpriseCodeEmployeeRouter) InitEnterpriseCodeEmployeeRouter(rg *gin.RouterGroup)
type EnterpriseCodeRuleRouter ¶
type EnterpriseCodeRuleRouter struct{}
func (*EnterpriseCodeRuleRouter) InitEnterpriseCodeRuleRouter ¶
func (r *EnterpriseCodeRuleRouter) InitEnterpriseCodeRuleRouter(rg *gin.RouterGroup)
type PaymentAccountRouter ¶
type PaymentAccountRouter struct{}
func (*PaymentAccountRouter) InitPaymentAccountRouter ¶
func (r *PaymentAccountRouter) InitPaymentAccountRouter(rg *gin.RouterGroup)
type PlatformAccountRouter ¶
type PlatformAccountRouter struct{}
func (*PlatformAccountRouter) InitPlatformAccountRouter ¶
func (r *PlatformAccountRouter) InitPlatformAccountRouter(rg *gin.RouterGroup)
type RouterGroup ¶
type RouterGroup struct {
PlatformAccountRouter
PaymentAccountRouter
EnterpriseCodeAccountRouter
EnterpriseCodeRuleRouter
EnterpriseCodeEmployeeRouter
}
Click to show internal directories.
Click to hide internal directories.