Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ Insert
Method
Insert
model/topup.go:22–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(topUp *TopUp) Insert() error {
23
var
err error
24
err = DB.Create(topUp).Error
25
return
err
26
}
27
28
func
(topUp *TopUp) Update() error {
29
var
err error
Callers
2
RequestEpay
Function · 0.95
RequestPay
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected