MCPcopy Create free account

hub / github.com/apple1563/goframe-admin / functions

Functions263 in github.com/apple1563/goframe-admin

MethodLoginBeforeFunc
(r *ghttp.Request)
utility/xgtoken/gtoken.go:17
MethodLoginBeforeFunc
(r *ghttp.Request)
internal/service/gtokenService/gtoken.go:21
MethodOneApi
(ctx context.Context, req *vapi.OneApiReq)
internal/controller/api/api.go:29
MethodOneButton
(ctx context.Context, req *vbutton.OneButtonReq)
internal/controller/button/button.go:29
MethodOneDict
(ctx context.Context, req *vdict.OneDictReq)
internal/controller/dict/dict.go:29
MethodOneFile
(ctx context.Context, req *vfile.OneFileReq)
internal/controller/file/file.go:29
MethodOneNotice
(ctx context.Context, req *vnotice.OneNoticeReq)
internal/controller/notice/notice.go:29
MethodOneRole
(ctx context.Context, req *vrole.OneRoleReq)
internal/controller/role/role.go:29
MethodOneUser
(ctx context.Context, req *vuser.OneUserReq)
internal/controller/user/user.go:33
MethodOtpCheck
(ctx context.Context, req *votp.OtpCheckReq)
internal/controller/otp/otp.go:83
MethodOtpCheckByUsername
(ctx context.Context, req *votp.OtpCheckByUsernameReq)
internal/controller/otp/otp.go:101
MethodOtpValidate
(ctx context.Context, req *votp.OtpValidateReq)
internal/controller/otp/otp.go:117
FunctionRequestIpLimit
(r *ghttp.Request)
internal/middleware/middleware.go:23
MethodTable
Table returns the table name of current dao.
internal/dao/internal/menu.go:96
MethodTable
Table returns the table name of current dao.
internal/dao/internal/notice.go:64
MethodTable
Table returns the table name of current dao.
internal/dao/internal/file.go:64
MethodTable
Table returns the table name of current dao.
internal/dao/internal/role.go:60
MethodTable
Table returns the table name of current dao.
internal/dao/internal/user_relation.go:52
MethodTable
Table returns the table name of current dao.
internal/dao/internal/otp_auth.go:54
MethodTable
Table returns the table name of current dao.
internal/dao/internal/casbin_policy.go:58
MethodTable
Table returns the table name of current dao.
internal/dao/internal/blacklist.go:56
MethodTable
Table returns the table name of current dao.
internal/dao/internal/login_log.go:68
MethodTable
Table returns the table name of current dao.
internal/dao/internal/button.go:56
MethodTable
Table returns the table name of current dao.
internal/dao/internal/provinces.go:68
MethodTable
Table returns the table name of current dao.
internal/dao/internal/notice_user_relation.go:56
MethodTable
Table returns the table name of current dao.
internal/dao/internal/user.go:78
MethodTable
Table returns the table name of current dao.
internal/dao/internal/dict.go:64
FunctionTest111
(t *testing.T)
internal/service/buttonService/button_test.go:54
FunctionTestAdd
(t *testing.T)
internal/service/userService/user_test.go:10
FunctionTestGenPwd
(t *testing.T)
utility/xpwd/xpwd_test.go:5
FunctionTestGroup
(t *testing.T)
internal/service/buttonService/button_test.go:15
FunctionTest_aaa
(t *testing.T)
internal/service/buttonService/button_test.go:24
FunctionTest_b
(t *testing.T)
internal/service/buttonService/button_test.go:41
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/menu.go:121
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/notice.go:89
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/file.go:89
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/role.go:85
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/user_relation.go:77
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/otp_auth.go:79
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/casbin_policy.go:83
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/blacklist.go:81
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/login_log.go:93
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/button.go:81
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/provinces.go:93
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/notice_user_relation.go:81
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/user.go:103
MethodTransaction
Transaction wraps the transaction logic using function f. It rollbacks the transaction and returns the error from function f if it returns non-nil err
internal/dao/internal/dict.go:89
MethodTreeListUserScope
(ctx context.Context, req *vuser.TreeListUserReq)
internal/controller/user/user.go:41
MethodUpdateApi
(ctx context.Context, req *vapi.UpdateApiReq)
internal/controller/api/api.go:21
MethodUpdateButton
(ctx context.Context, req *vbutton.UpdateButtonReq)
internal/controller/button/button.go:21
MethodUpdateDict
(ctx context.Context, req *vdict.UpdateDictReq)
internal/controller/dict/dict.go:21
MethodUpdateFile
(ctx context.Context, req *vfile.UpdateFileReq)
internal/controller/file/file.go:21
MethodUpdateMenu
(ctx context.Context, req *vmenu.UpdateMenuReq)
internal/controller/menu/menu.go:21
MethodUpdateNotice
(ctx context.Context, req *vnotice.UpdateNoticeReq)
internal/controller/notice/notice.go:21
MethodUpdateNoticeStatusForReceiver
(ctx context.Context, req *vnotice.UpdateNoticeForReceiverReq)
internal/controller/notice/notice.go:41
MethodUpdateOtp
(ctx context.Context, req *votp.UpdateOtpReq)
internal/controller/otp/otp.go:37
MethodUpdateOtpStatus
(ctx context.Context, req *votp.UpdateOtpStatusReq)
internal/controller/otp/otp.go:53
MethodUpdateRole
(ctx context.Context, req *vrole.UpdateRoleReq)
internal/controller/role/role.go:21
MethodUpdateUser
(ctx context.Context, req *vuser.UpdateUserReq)
internal/controller/user/user.go:21
MethodUpdateUserPassword
(ctx context.Context, req *vuser.UpdateUserPasswordReq)
internal/controller/user/user.go:25
MethodUploadChunk
(ctx context.Context, req *vfile.UploadChunkReq)
internal/controller/file/file.go:33
MethodUserInfo
(ctx context.Context, req *vuser.UserInfoReq)
internal/controller/user/user.go:37
Functionmain
()
main.go:11
← previous201–263 of 263, ranked by callers