mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	[API] extend StopWatch (#9196)
* squash api-stopwatch * fix prepair logic! + add Tests * fix lint * more robust time compare * delete responce 202 -> 204 * change http responce in test too
This commit is contained in:
		@@ -85,6 +85,20 @@ type swaggerIssueDeadline struct {
 | 
			
		||||
	Body api.IssueDeadline `json:"body"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// StopWatch
 | 
			
		||||
// swagger:response StopWatch
 | 
			
		||||
type swaggerResponseStopWatch struct {
 | 
			
		||||
	// in:body
 | 
			
		||||
	Body api.StopWatch `json:"body"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// StopWatchList
 | 
			
		||||
// swagger:response StopWatchList
 | 
			
		||||
type swaggerResponseStopWatchList struct {
 | 
			
		||||
	// in:body
 | 
			
		||||
	Body []api.StopWatch `json:"body"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// EditReactionOption
 | 
			
		||||
// swagger:response EditReactionOption
 | 
			
		||||
type swaggerEditReactionOption struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user