Documentation ¶
Index ¶
- type ApiCreateReq
- type ApiData
- type ApiDeleteReq
- type ApiIndexReq
- type ApiIndexResp
- type ApiUpdateReq
- type CheckTokenReq
- type CheckTokenResp
- type ConfigResp
- type DateRange
- type JwtToken
- type Log
- type LoginLogCreateReq
- type LoginLogIndexData
- type LoginLogIndexReq
- type LoginLogIndexResp
- type LoginReq
- type LoginResp
- 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 UserCreateReq
- type UserCreateResp
- type UserDeleteReq
- type UserIndexReq
- type UserIndexResp
- type UserInfo
- type UserReadReq
- type UserReadResp
- type UserUpdateReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiCreateReq ¶
type ApiCreateReq = sys.ApiCreateReq
type ApiDeleteReq ¶
type ApiDeleteReq = sys.ApiDeleteReq
type ApiIndexReq ¶
type ApiIndexReq = sys.ApiIndexReq
type ApiIndexResp ¶
type ApiIndexResp = sys.ApiIndexResp
type ApiUpdateReq ¶
type ApiUpdateReq = sys.ApiUpdateReq
type CheckTokenReq ¶
type CheckTokenReq = sys.CheckTokenReq
type CheckTokenResp ¶
type CheckTokenResp = sys.CheckTokenResp
type ConfigResp ¶
type ConfigResp = sys.ConfigResp
type Log ¶
type Log interface { LoginLogIndex(ctx context.Context, in *LoginLogIndexReq, opts ...grpc.CallOption) (*LoginLogIndexResp, error) OperLogIndex(ctx context.Context, in *OperLogIndexReq, opts ...grpc.CallOption) (*OperLogIndexResp, error) LoginLogCreate(ctx context.Context, in *LoginLogCreateReq, opts ...grpc.CallOption) (*Response, error) OperLogCreate(ctx context.Context, in *OperLogCreateReq, opts ...grpc.CallOption) (*Response, error) }
func NewDirectLog ¶
func NewDirectLog(svcCtx *svc.ServiceContext, svr sys.LogServer) Log
type LoginLogCreateReq ¶
type LoginLogCreateReq = sys.LoginLogCreateReq
type LoginLogIndexData ¶
type LoginLogIndexData = sys.LoginLogIndexData
type LoginLogIndexReq ¶
type LoginLogIndexReq = sys.LoginLogIndexReq
type LoginLogIndexResp ¶
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 ¶
type OperLogCreateReq = sys.OperLogCreateReq
type OperLogIndexData ¶
type OperLogIndexData = sys.OperLogIndexData
type OperLogIndexReq ¶
type OperLogIndexReq = sys.OperLogIndexReq
type OperLogIndexResp ¶
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 UserCreateReq ¶
type UserCreateReq = sys.UserCreateReq
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 UserReadReq ¶
type UserReadReq = sys.UserReadReq
type UserReadResp ¶
type UserReadResp = sys.UserReadResp
type UserUpdateReq ¶
type UserUpdateReq = sys.UserUpdateReq
Click to show internal directories.
Click to hide internal directories.