MCPcopy 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
22func (topUp *TopUp) Insert() error {
23 var err error
24 err = DB.Create(topUp).Error
25 return err
26}
27
28func (topUp *TopUp) Update() error {
29 var err error

Callers 2

RequestEpayFunction · 0.95
RequestPayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected