Documentation ¶
Index ¶
- type ApiCreateReq
- type ApiData
- type ApiDeleteReq
- type ApiIndexReq
- type ApiIndexResp
- type ApiUpdateReq
- type AuthApiIndexReq
- type AuthApiIndexResp
- type AuthApiInfo
- type AuthApiMultiUpdateReq
- type CheckAuthReq
- type ConfigResp
- type DateRange
- type JwtToken
- type LoginLogCreateReq
- type LoginLogIndexData
- type LoginLogIndexReq
- type LoginLogIndexResp
- type Map
- type MenuCreateReq
- type MenuData
- type MenuDeleteReq
- type MenuIndexReq
- type MenuIndexResp
- type MenuUpdateReq
- type OperLogCreateReq
- type OperLogIndexData
- type OperLogIndexReq
- type OperLogIndexResp
- type PageInfo
- type Response
- type RoleCreateReq
- type RoleDeleteReq
- type RoleIndexData
- type RoleIndexReq
- type RoleIndexResp
- type RoleMenuUpdateReq
- type RoleUpdateReq
- type User
- type UserCheckTokenReq
- type UserCheckTokenResp
- type UserCreateResp
- type UserDeleteReq
- type UserIndexReq
- type UserIndexResp
- type UserInfo
- type UserLoginReq
- type UserLoginResp
- type UserReadReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiCreateReq ¶ added in v0.3.1
type ApiCreateReq = sys.ApiCreateReq
type ApiDeleteReq ¶ added in v0.3.1
type ApiDeleteReq = sys.ApiDeleteReq
type ApiIndexReq ¶ added in v0.3.1
type ApiIndexReq = sys.ApiIndexReq
type ApiIndexResp ¶ added in v0.3.1
type ApiIndexResp = sys.ApiIndexResp
type ApiUpdateReq ¶ added in v0.3.1
type ApiUpdateReq = sys.ApiUpdateReq
type AuthApiIndexReq ¶ added in v0.5.1
type AuthApiIndexReq = sys.AuthApiIndexReq
type AuthApiIndexResp ¶ added in v0.5.1
type AuthApiIndexResp = sys.AuthApiIndexResp
type AuthApiInfo ¶ added in v0.5.1
type AuthApiInfo = sys.AuthApiInfo
type AuthApiMultiUpdateReq ¶ added in v0.5.1
type AuthApiMultiUpdateReq = sys.AuthApiMultiUpdateReq
type CheckAuthReq ¶ added in v0.5.1
type CheckAuthReq = sys.CheckAuthReq
type ConfigResp ¶ added in v0.3.0
type ConfigResp = sys.ConfigResp
type LoginLogCreateReq ¶ added in v0.3.1
type LoginLogCreateReq = sys.LoginLogCreateReq
type LoginLogIndexData ¶ added in v0.3.1
type LoginLogIndexData = sys.LoginLogIndexData
type LoginLogIndexReq ¶ added in v0.3.1
type LoginLogIndexReq = sys.LoginLogIndexReq
type LoginLogIndexResp ¶ added in v0.3.1
type LoginLogIndexResp = sys.LoginLogIndexResp
type MenuCreateReq ¶
type MenuCreateReq = sys.MenuCreateReq
type MenuDeleteReq ¶
type MenuDeleteReq = sys.MenuDeleteReq
type MenuIndexReq ¶
type MenuIndexReq = sys.MenuIndexReq
type MenuIndexResp ¶
type MenuIndexResp = sys.MenuIndexResp
type MenuUpdateReq ¶
type MenuUpdateReq = sys.MenuUpdateReq
type OperLogCreateReq ¶ added in v0.3.1
type OperLogCreateReq = sys.OperLogCreateReq
type OperLogIndexData ¶ added in v0.3.1
type OperLogIndexData = sys.OperLogIndexData
type OperLogIndexReq ¶ added in v0.3.1
type OperLogIndexReq = sys.OperLogIndexReq
type OperLogIndexResp ¶ added in v0.3.1
type OperLogIndexResp = sys.OperLogIndexResp
type RoleCreateReq ¶
type RoleCreateReq = sys.RoleCreateReq
type RoleDeleteReq ¶
type RoleDeleteReq = sys.RoleDeleteReq
type RoleIndexData ¶
type RoleIndexData = sys.RoleIndexData
type RoleIndexReq ¶
type RoleIndexReq = sys.RoleIndexReq
type RoleIndexResp ¶
type RoleIndexResp = sys.RoleIndexResp
type RoleMenuUpdateReq ¶
type RoleMenuUpdateReq = sys.RoleMenuUpdateReq
type RoleUpdateReq ¶
type RoleUpdateReq = sys.RoleUpdateReq
type User ¶
type User interface { UserCreate(ctx context.Context, in *UserInfo, opts ...grpc.CallOption) (*UserCreateResp, error) UserIndex(ctx context.Context, in *UserIndexReq, opts ...grpc.CallOption) (*UserIndexResp, error) UserUpdate(ctx context.Context, in *UserInfo, opts ...grpc.CallOption) (*Response, error) UserRead(ctx context.Context, in *UserReadReq, opts ...grpc.CallOption) (*UserInfo, error) UserDelete(ctx context.Context, in *UserDeleteReq, opts ...grpc.CallOption) (*Response, error) UserLogin(ctx context.Context, in *UserLoginReq, opts ...grpc.CallOption) (*UserLoginResp, error) UserCheckToken(ctx context.Context, in *UserCheckTokenReq, opts ...grpc.CallOption) (*UserCheckTokenResp, error) }
func NewDirectUser ¶
func NewDirectUser(svcCtx *svc.ServiceContext, svr sys.UserServer) User
type UserCheckTokenReq ¶ added in v0.5.1
type UserCheckTokenReq = sys.UserCheckTokenReq
type UserCheckTokenResp ¶ added in v0.5.1
type UserCheckTokenResp = sys.UserCheckTokenResp
type UserCreateResp ¶
type UserCreateResp = sys.UserCreateResp
type UserDeleteReq ¶
type UserDeleteReq = sys.UserDeleteReq
type UserIndexReq ¶
type UserIndexReq = sys.UserIndexReq
type UserIndexResp ¶
type UserIndexResp = sys.UserIndexResp
type UserLoginReq ¶ added in v0.5.1
type UserLoginReq = sys.UserLoginReq
type UserLoginResp ¶ added in v0.5.1
type UserLoginResp = sys.UserLoginResp
type UserReadReq ¶
type UserReadReq = sys.UserReadReq
Click to show internal directories.
Click to hide internal directories.