Documentation
¶
Overview ¶
* @FilePath: /workflow-server/internal/router/v1/oxygen.go * @Author: maggot-code * @Date: 2023-08-16 18:40:28 * @LastEditors: maggot-code * @LastEditTime: 2023-08-27 21:47:24 * @Description:
* @FilePath: /workflow-server/internal/router/v1/user.go * @Author: maggot-code * @Date: 2023-08-14 15:14:55 * @LastEditors: maggot-code * @LastEditTime: 2023-08-17 10:31:56 * @Description:
* @FilePath: /workflow-server/internal/router/v1/work.go * @Author: maggot-code * @Date: 2023-08-20 19:11:11 * @LastEditors: maggot-code * @LastEditTime: 2023-08-25 17:39:42 * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OxygenGateway ¶
type OxygenGateway struct {
// contains filtered or unexported fields
}
func NewOxygenGateway ¶
func NewOxygenGateway(c *conf.Bootstrap, os *service.OxygenService) *OxygenGateway
func (*OxygenGateway) Register ¶
func (og *OxygenGateway) Register(r *gin.Engine)
type UserGateway ¶
type UserGateway struct {
// contains filtered or unexported fields
}
func NewUserGateway ¶
func NewUserGateway(c *conf.Bootstrap, us *service.UserService) *UserGateway
func (*UserGateway) Register ¶
func (ug *UserGateway) Register(r *gin.Engine)
type WorkGateway ¶
type WorkGateway struct {
// contains filtered or unexported fields
}
func NewWorkGateway ¶
func NewWorkGateway(c *conf.Bootstrap, ws *service.WorkService) *WorkGateway
func (*WorkGateway) Register ¶
func (wg *WorkGateway) Register(r *gin.Engine)
Click to show internal directories.
Click to hide internal directories.