Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentCategoryRouter ¶
type AttachmentCategoryRouter struct{}
func (*AttachmentCategoryRouter) InitAttachmentCategoryRouterRouter ¶
func (r *AttachmentCategoryRouter) InitAttachmentCategoryRouterRouter(Router *gin.RouterGroup)
type CustomerRouter ¶
type CustomerRouter struct{}
func (*CustomerRouter) InitCustomerRouter ¶
func (e *CustomerRouter) InitCustomerRouter(Router *gin.RouterGroup)
type FileUploadAndDownloadRouter ¶
type FileUploadAndDownloadRouter struct{}
func (*FileUploadAndDownloadRouter) InitFileUploadAndDownloadRouter ¶
func (e *FileUploadAndDownloadRouter) InitFileUploadAndDownloadRouter(Router *gin.RouterGroup)
type RouterGroup ¶
type RouterGroup struct {
CustomerRouter
FileUploadAndDownloadRouter
AttachmentCategoryRouter
}
Click to show internal directories.
Click to hide internal directories.