mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 07:19:02 +00:00
Update project version
This commit is contained in:
@@ -155,6 +155,7 @@ type UpdateProjectRequest struct {
|
||||
Paused bool `json:"paused"`
|
||||
AssignRate rate.Limit `json:"assign_rate"`
|
||||
SubmitRate rate.Limit `json:"submit_rate"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
|
||||
func (req *UpdateProjectRequest) isValid(pid int64) bool {
|
||||
|
||||
Reference in New Issue
Block a user