Documentation
¶
Index ¶
- type Controller
- func (ctrl *Controller) CreateKeyResult(c *gin.Context)
- func (ctrl *Controller) CreateObjective(c *gin.Context)
- func (ctrl *Controller) DeleteKeyResult(c *gin.Context)
- func (ctrl *Controller) DeleteObjective(c *gin.Context)
- func (ctrl *Controller) ListOkrByUsernameAndMonths(c *gin.Context)
- func (ctrl *Controller) UpdateKeyResult(c *gin.Context)
- func (ctrl *Controller) UpdateObjective(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) CreateKeyResult ¶
func (ctrl *Controller) CreateKeyResult(c *gin.Context)
新增 KeyResult
func (*Controller) CreateObjective ¶
func (ctrl *Controller) CreateObjective(c *gin.Context)
新增 Objective
func (*Controller) DeleteKeyResult ¶
func (ctrl *Controller) DeleteKeyResult(c *gin.Context)
删除 KeyResult
func (*Controller) DeleteObjective ¶
func (ctrl *Controller) DeleteObjective(c *gin.Context)
删除 Objective
func (*Controller) ListOkrByUsernameAndMonths ¶
func (ctrl *Controller) ListOkrByUsernameAndMonths(c *gin.Context)
func (*Controller) UpdateKeyResult ¶
func (ctrl *Controller) UpdateKeyResult(c *gin.Context)
更新 KeyResult
func (*Controller) UpdateObjective ¶
func (ctrl *Controller) UpdateObjective(c *gin.Context)
更新 Objective
Click to show internal directories.
Click to hide internal directories.