Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple1563/goframe-admin
/ functions
Functions
263 in github.com/apple1563/goframe-admin
⨍
Functions
263
◇
Types & classes
236
Method
LoginBeforeFunc
(r *ghttp.Request)
utility/xgtoken/gtoken.go:17
Method
LoginBeforeFunc
(r *ghttp.Request)
internal/service/gtokenService/gtoken.go:21
Method
OneApi
(ctx context.Context, req *vapi.OneApiReq)
internal/controller/api/api.go:29
Method
OneButton
(ctx context.Context, req *vbutton.OneButtonReq)
internal/controller/button/button.go:29
Method
OneDict
(ctx context.Context, req *vdict.OneDictReq)
internal/controller/dict/dict.go:29
Method
OneFile
(ctx context.Context, req *vfile.OneFileReq)
internal/controller/file/file.go:29
Method
OneNotice
(ctx context.Context, req *vnotice.OneNoticeReq)
internal/controller/notice/notice.go:29
Method
OneRole
(ctx context.Context, req *vrole.OneRoleReq)
internal/controller/role/role.go:29
Method
OneUser
(ctx context.Context, req *vuser.OneUserReq)
internal/controller/user/user.go:33
Method
OtpCheck
(ctx context.Context, req *votp.OtpCheckReq)
internal/controller/otp/otp.go:83
Method
OtpCheckByUsername
(ctx context.Context, req *votp.OtpCheckByUsernameReq)
internal/controller/otp/otp.go:101
Method
OtpValidate
(ctx context.Context, req *votp.OtpValidateReq)
internal/controller/otp/otp.go:117
Function
RequestIpLimit
(r *ghttp.Request)
internal/middleware/middleware.go:23
Method
Table
Table returns the table name of current dao.
internal/dao/internal/menu.go:96
Method
Table
Table returns the table name of current dao.
internal/dao/internal/notice.go:64
Method
Table
Table returns the table name of current dao.
internal/dao/internal/file.go:64
Method
Table
Table returns the table name of current dao.
internal/dao/internal/role.go:60
Method
Table
Table returns the table name of current dao.
internal/dao/internal/user_relation.go:52
Method
Table
Table returns the table name of current dao.
internal/dao/internal/otp_auth.go:54
Method
Table
Table returns the table name of current dao.
internal/dao/internal/casbin_policy.go:58
Method
Table
Table returns the table name of current dao.
internal/dao/internal/blacklist.go:56
Method
Table
Table returns the table name of current dao.
internal/dao/internal/login_log.go:68
Method
Table
Table returns the table name of current dao.
internal/dao/internal/button.go:56
Method
Table
Table returns the table name of current dao.
internal/dao/internal/provinces.go:68
Method
Table
Table returns the table name of current dao.
internal/dao/internal/notice_user_relation.go:56
Method
Table
Table returns the table name of current dao.
internal/dao/internal/user.go:78
Method
Table
Table returns the table name of current dao.
internal/dao/internal/dict.go:64
Function
Test111
(t *testing.T)
internal/service/buttonService/button_test.go:54
Function
TestAdd
(t *testing.T)
internal/service/userService/user_test.go:10
Function
TestGenPwd
(t *testing.T)
utility/xpwd/xpwd_test.go:5
Function
TestGroup
(t *testing.T)
internal/service/buttonService/button_test.go:15
Function
Test_aaa
(t *testing.T)
internal/service/buttonService/button_test.go:24
Function
Test_b
(t *testing.T)
internal/service/buttonService/button_test.go:41
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
Transaction
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
Method
TreeListUserScope
(ctx context.Context, req *vuser.TreeListUserReq)
internal/controller/user/user.go:41
Method
UpdateApi
(ctx context.Context, req *vapi.UpdateApiReq)
internal/controller/api/api.go:21
Method
UpdateButton
(ctx context.Context, req *vbutton.UpdateButtonReq)
internal/controller/button/button.go:21
Method
UpdateDict
(ctx context.Context, req *vdict.UpdateDictReq)
internal/controller/dict/dict.go:21
Method
UpdateFile
(ctx context.Context, req *vfile.UpdateFileReq)
internal/controller/file/file.go:21
Method
UpdateMenu
(ctx context.Context, req *vmenu.UpdateMenuReq)
internal/controller/menu/menu.go:21
Method
UpdateNotice
(ctx context.Context, req *vnotice.UpdateNoticeReq)
internal/controller/notice/notice.go:21
Method
UpdateNoticeStatusForReceiver
(ctx context.Context, req *vnotice.UpdateNoticeForReceiverReq)
internal/controller/notice/notice.go:41
Method
UpdateOtp
(ctx context.Context, req *votp.UpdateOtpReq)
internal/controller/otp/otp.go:37
Method
UpdateOtpStatus
(ctx context.Context, req *votp.UpdateOtpStatusReq)
internal/controller/otp/otp.go:53
Method
UpdateRole
(ctx context.Context, req *vrole.UpdateRoleReq)
internal/controller/role/role.go:21
Method
UpdateUser
(ctx context.Context, req *vuser.UpdateUserReq)
internal/controller/user/user.go:21
Method
UpdateUserPassword
(ctx context.Context, req *vuser.UpdateUserPasswordReq)
internal/controller/user/user.go:25
Method
UploadChunk
(ctx context.Context, req *vfile.UploadChunkReq)
internal/controller/file/file.go:33
Method
UserInfo
(ctx context.Context, req *vuser.UserInfoReq)
internal/controller/user/user.go:37
Function
main
()
main.go:11
← previous
201–263 of 263, ranked by callers