Documentation
¶
Overview ¶
Code generated by goal-cli. DO NOT EDIT. versions:
goal-cli v0.5.24 go go1.24.0
updated_at: 2025-03-24 20:22:07 source: pro/user.proto
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthServiceLoginByWxAppCode ¶
func AuthServiceLoginByWxAppCode(req *user.LoginByWxCodeReq, ctx contracts.Context) (*user0.LoginByWxResult, error)
func AuthServiceLoginByWxAppInfo ¶
func AuthServiceLoginByWxAppInfo(req *user.LoginByWxInfoReq, ctx contracts.Context) (*user0.LoginByWxResult, error)
Types ¶
type AuthServiceStatic ¶
type AuthServiceStatic struct {
LoginByWxAppCode func(req *user.LoginByWxCodeReq, ctx contracts.Context) (*user0.LoginByWxResult, error)
LoginByWxAppInfo func(req *user.LoginByWxInfoReq, ctx contracts.Context) (*user0.LoginByWxResult, error)
}
var AuthServiceDefine AuthServiceStatic
Click to show internal directories.
Click to hide internal directories.