Documentation ¶
Index ¶
- Variables
- type ArticleController
- type AuthController
- type PoromodoController
- type StrategyController
- func (sc *StrategyController) ChangeStatus(c *gin.Context)
- func (sc *StrategyController) GetDetailChangedHistory(c *gin.Context)
- func (sc *StrategyController) GetList(c *gin.Context)
- func (sc *StrategyController) GetStrategiesByStatus(c *gin.Context)
- func (sc *StrategyController) Insert(c *gin.Context)
- func (sc *StrategyController) TriggerCompleted(c *gin.Context)
- type UserController
Constants ¶
This section is empty.
Variables ¶
View Source
var PoromodoModel = new(models.PoromodoModel)
View Source
var StrategyModel = new(models.StrategyModel)
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct{}
AuthController ...
func (AuthController) TokenValid ¶
func (ctl AuthController) TokenValid(c *gin.Context)
TokenValid ...
type PoromodoController ¶
type PoromodoController struct{}
func (*PoromodoController) GetByStrategyId ¶
func (sc *PoromodoController) GetByStrategyId(c *gin.Context)
func (*PoromodoController) GetList ¶
func (sc *PoromodoController) GetList(c *gin.Context)
func (*PoromodoController) Insert ¶
func (pc *PoromodoController) Insert(c *gin.Context)
type StrategyController ¶
type StrategyController struct{}
func (*StrategyController) ChangeStatus ¶
func (sc *StrategyController) ChangeStatus(c *gin.Context)
func (*StrategyController) GetDetailChangedHistory ¶
func (sc *StrategyController) GetDetailChangedHistory(c *gin.Context)
func (*StrategyController) GetList ¶
func (sc *StrategyController) GetList(c *gin.Context)
func (*StrategyController) GetStrategiesByStatus ¶
func (sc *StrategyController) GetStrategiesByStatus(c *gin.Context)
func (*StrategyController) Insert ¶
func (sc *StrategyController) Insert(c *gin.Context)
func (*StrategyController) TriggerCompleted ¶
func (sc *StrategyController) TriggerCompleted(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.