Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
func
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
GetAllRedemptions
Function · 0.92
SearchRedemptions
Function · 0.92
GetAllChannels
Function · 0.92
GetAllMidjourney
Function · 0.92
GetUserMidjourney
Function · 0.92
GetAllTask
Function · 0.92
GetUserTask
Function · 0.92
GetAllLogs
Function · 0.92
GetUserLogs
Function · 0.92
GetAllUsers
Function · 0.92
SearchUsers
Function · 0.92
GetAllTokens
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected