增肌处理结果的响应数据

This commit is contained in:
2021-11-12 11:40:08 +08:00
parent cf07d30ca7
commit a63f196e0b
3 changed files with 21 additions and 3 deletions

View File

@ -14,4 +14,4 @@ import "github.com/gin-gonic/gin"
// Author : go_developer@163.com<白茶清欢>
//
// Date : 6:42 下午 2021/11/11
type IGitHookEventHandler func(ctx *gin.Context, hookData *HookData)
type IGitHookEventHandler func(ctx *gin.Context, hookData *HookData) *ResponseData