MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / ApiSuccess

Function ApiSuccess

common/gin.go:105–111  ·  view source on GitHub ↗
(c *gin.Context, data any)

Source from the content-addressed store, hash-verified

103}
104
105func ApiSuccess(c *gin.Context, data any) {
106 c.JSON(http.StatusOK, gin.H{
107 "success": true,
108 "message": "",
109 "data": data,
110 })
111}

Callers 12

GetAllRedemptionsFunction · 0.92
SearchRedemptionsFunction · 0.92
GetAllChannelsFunction · 0.92
GetAllMidjourneyFunction · 0.92
GetUserMidjourneyFunction · 0.92
GetAllTaskFunction · 0.92
GetUserTaskFunction · 0.92
GetAllLogsFunction · 0.92
GetUserLogsFunction · 0.92
GetAllUsersFunction · 0.92
SearchUsersFunction · 0.92
GetAllTokensFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected