dictitemservice

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDeptReq

type AddDeptReq = sysclient.AddDeptReq

type AddDeptResp

type AddDeptResp = sysclient.AddDeptResp

type AddDictItemReq

type AddDictItemReq = sysclient.AddDictItemReq

type AddDictItemResp

type AddDictItemResp = sysclient.AddDictItemResp

type AddDictTypeReq

type AddDictTypeReq = sysclient.AddDictTypeReq

type AddDictTypeResp

type AddDictTypeResp = sysclient.AddDictTypeResp

type AddMenuReq

type AddMenuReq = sysclient.AddMenuReq

type AddMenuResp

type AddMenuResp = sysclient.AddMenuResp

type AddOperateLogReq

type AddOperateLogReq = sysclient.AddOperateLogReq

type AddOperateLogResp

type AddOperateLogResp = sysclient.AddOperateLogResp

type AddPostReq

type AddPostReq = sysclient.AddPostReq

type AddPostResp

type AddPostResp = sysclient.AddPostResp

type AddRoleReq

type AddRoleReq = sysclient.AddRoleReq

type AddRoleResp

type AddRoleResp = sysclient.AddRoleResp

type AddUserReq

type AddUserReq = sysclient.AddUserReq

type AddUserResp

type AddUserResp = sysclient.AddUserResp

type CancelAuthorizationReq

type CancelAuthorizationReq = sysclient.CancelAuthorizationReq

type CancelAuthorizationResp

type CancelAuthorizationResp = sysclient.CancelAuthorizationResp

type DeleteDeptReq

type DeleteDeptReq = sysclient.DeleteDeptReq

type DeleteDeptResp

type DeleteDeptResp = sysclient.DeleteDeptResp

type DeleteDictItemReq

type DeleteDictItemReq = sysclient.DeleteDictItemReq

type DeleteDictItemResp

type DeleteDictItemResp = sysclient.DeleteDictItemResp

type DeleteDictTypeReq

type DeleteDictTypeReq = sysclient.DeleteDictTypeReq

type DeleteDictTypeResp

type DeleteDictTypeResp = sysclient.DeleteDictTypeResp

type DeleteLoginLogReq

type DeleteLoginLogReq = sysclient.DeleteLoginLogReq

type DeleteLoginLogResp

type DeleteLoginLogResp = sysclient.DeleteLoginLogResp

type DeleteMenuReq

type DeleteMenuReq = sysclient.DeleteMenuReq

type DeleteMenuResp

type DeleteMenuResp = sysclient.DeleteMenuResp

type DeleteOperateLogReq

type DeleteOperateLogReq = sysclient.DeleteOperateLogReq

type DeleteOperateLogResp

type DeleteOperateLogResp = sysclient.DeleteOperateLogResp

type DeletePostReq

type DeletePostReq = sysclient.DeletePostReq

type DeletePostResp

type DeletePostResp = sysclient.DeletePostResp

type DeleteRoleReq

type DeleteRoleReq = sysclient.DeleteRoleReq

type DeleteRoleResp

type DeleteRoleResp = sysclient.DeleteRoleResp

type DeleteUserReq

type DeleteUserReq = sysclient.DeleteUserReq

type DeleteUserResp

type DeleteUserResp = sysclient.DeleteUserResp

type DeptData

type DeptData = sysclient.DeptData

type DeptListData

type DeptListData = sysclient.DeptListData

type DictItemListData

type DictItemListData = sysclient.DictItemListData

type DictItemService

type DictItemService interface {
	// 添加字典数据表
	AddDictItem(ctx context.Context, in *AddDictItemReq, opts ...grpc.CallOption) (*AddDictItemResp, error)
	// 删除字典数据表
	DeleteDictItem(ctx context.Context, in *DeleteDictItemReq, opts ...grpc.CallOption) (*DeleteDictItemResp, error)
	// 更新字典数据表
	UpdateDictItem(ctx context.Context, in *UpdateDictItemReq, opts ...grpc.CallOption) (*UpdateDictItemResp, error)
	// 更新字典数据表状态
	UpdateDictItemStatus(ctx context.Context, in *UpdateDictItemStatusReq, opts ...grpc.CallOption) (*UpdateDictItemStatusResp, error)
	// 查询字典数据表详情
	QueryDictItemDetail(ctx context.Context, in *QueryDictItemDetailReq, opts ...grpc.CallOption) (*QueryDictItemDetailResp, error)
	// 查询字典数据表列表
	QueryDictItemList(ctx context.Context, in *QueryDictItemListReq, opts ...grpc.CallOption) (*QueryDictItemListResp, error)
}

func NewDictItemService

func NewDictItemService(cli zrpc.Client) DictItemService

type DictTypeListData

type DictTypeListData = sysclient.DictTypeListData

type InfoReq

type InfoReq = sysclient.InfoReq

type InfoResp

type InfoResp = sysclient.InfoResp

type LoginLogListData

type LoginLogListData = sysclient.LoginLogListData

type LoginReq

type LoginReq = sysclient.LoginReq

type LoginResp

type LoginResp = sysclient.LoginResp
type MenuData = sysclient.MenuData
type MenuListData = sysclient.MenuListData
type MenuListTree = sysclient.MenuListTree

type OperateLogListData

type OperateLogListData = sysclient.OperateLogListData

type PostData

type PostData = sysclient.PostData

type PostListData

type PostListData = sysclient.PostListData

type QueryDeptAndPostListReq

type QueryDeptAndPostListReq = sysclient.QueryDeptAndPostListReq

type QueryDeptAndPostListResp

type QueryDeptAndPostListResp = sysclient.QueryDeptAndPostListResp

type QueryDeptDetailReq

type QueryDeptDetailReq = sysclient.QueryDeptDetailReq

type QueryDeptDetailResp

type QueryDeptDetailResp = sysclient.QueryDeptDetailResp

type QueryDeptListReq

type QueryDeptListReq = sysclient.QueryDeptListReq

type QueryDeptListResp

type QueryDeptListResp = sysclient.QueryDeptListResp

type QueryDictItemDetailReq

type QueryDictItemDetailReq = sysclient.QueryDictItemDetailReq

type QueryDictItemDetailResp

type QueryDictItemDetailResp = sysclient.QueryDictItemDetailResp

type QueryDictItemListReq

type QueryDictItemListReq = sysclient.QueryDictItemListReq

type QueryDictItemListResp

type QueryDictItemListResp = sysclient.QueryDictItemListResp

type QueryDictTypeDetailReq

type QueryDictTypeDetailReq = sysclient.QueryDictTypeDetailReq

type QueryDictTypeDetailResp

type QueryDictTypeDetailResp = sysclient.QueryDictTypeDetailResp

type QueryDictTypeListReq

type QueryDictTypeListReq = sysclient.QueryDictTypeListReq

type QueryDictTypeListResp

type QueryDictTypeListResp = sysclient.QueryDictTypeListResp

type QueryLoginLogDetailReq

type QueryLoginLogDetailReq = sysclient.QueryLoginLogDetailReq

type QueryLoginLogDetailResp

type QueryLoginLogDetailResp = sysclient.QueryLoginLogDetailResp

type QueryLoginLogListReq

type QueryLoginLogListReq = sysclient.QueryLoginLogListReq

type QueryLoginLogListResp

type QueryLoginLogListResp = sysclient.QueryLoginLogListResp

type QueryMenuDetailReq

type QueryMenuDetailReq = sysclient.QueryMenuDetailReq

type QueryMenuDetailResp

type QueryMenuDetailResp = sysclient.QueryMenuDetailResp

type QueryMenuListReq

type QueryMenuListReq = sysclient.QueryMenuListReq

type QueryMenuListResp

type QueryMenuListResp = sysclient.QueryMenuListResp

type QueryOperateLogDetailReq

type QueryOperateLogDetailReq = sysclient.QueryOperateLogDetailReq

type QueryOperateLogDetailResp

type QueryOperateLogDetailResp = sysclient.QueryOperateLogDetailResp

type QueryOperateLogListReq

type QueryOperateLogListReq = sysclient.QueryOperateLogListReq

type QueryOperateLogListResp

type QueryOperateLogListResp = sysclient.QueryOperateLogListResp

type QueryPostDetailReq

type QueryPostDetailReq = sysclient.QueryPostDetailReq

type QueryPostDetailResp

type QueryPostDetailResp = sysclient.QueryPostDetailResp

type QueryPostListReq

type QueryPostListReq = sysclient.QueryPostListReq

type QueryPostListResp

type QueryPostListResp = sysclient.QueryPostListResp

type QueryRoleDetailReq

type QueryRoleDetailReq = sysclient.QueryRoleDetailReq

type QueryRoleDetailResp

type QueryRoleDetailResp = sysclient.QueryRoleDetailResp

type QueryRoleListReq

type QueryRoleListReq = sysclient.QueryRoleListReq

type QueryRoleListResp

type QueryRoleListResp = sysclient.QueryRoleListResp

type QueryRoleMenuListReq

type QueryRoleMenuListReq = sysclient.QueryRoleMenuListReq

type QueryRoleMenuListResp

type QueryRoleMenuListResp = sysclient.QueryRoleMenuListResp

type QueryRoleUserListReq

type QueryRoleUserListReq = sysclient.QueryRoleUserListReq

type QueryRoleUserListResp

type QueryRoleUserListResp = sysclient.QueryRoleUserListResp

type QueryUserDetailReq

type QueryUserDetailReq = sysclient.QueryUserDetailReq

type QueryUserDetailResp

type QueryUserDetailResp = sysclient.QueryUserDetailResp

type QueryUserListReq

type QueryUserListReq = sysclient.QueryUserListReq

type QueryUserListResp

type QueryUserListResp = sysclient.QueryUserListResp

type QueryUserRoleListReq

type QueryUserRoleListReq = sysclient.QueryUserRoleListReq

type QueryUserRoleListResp

type QueryUserRoleListResp = sysclient.QueryUserRoleListResp

type ReSetPasswordReq

type ReSetPasswordReq = sysclient.ReSetPasswordReq

type ReSetPasswordResp

type ReSetPasswordResp = sysclient.ReSetPasswordResp

type RoleData

type RoleData = sysclient.RoleData

type RoleListData

type RoleListData = sysclient.RoleListData

type UpdateDeptReq

type UpdateDeptReq = sysclient.UpdateDeptReq

type UpdateDeptResp

type UpdateDeptResp = sysclient.UpdateDeptResp

type UpdateDeptStatusReq

type UpdateDeptStatusReq = sysclient.UpdateDeptStatusReq

type UpdateDeptStatusResp

type UpdateDeptStatusResp = sysclient.UpdateDeptStatusResp

type UpdateDictItemReq

type UpdateDictItemReq = sysclient.UpdateDictItemReq

type UpdateDictItemResp

type UpdateDictItemResp = sysclient.UpdateDictItemResp

type UpdateDictItemStatusReq

type UpdateDictItemStatusReq = sysclient.UpdateDictItemStatusReq

type UpdateDictItemStatusResp

type UpdateDictItemStatusResp = sysclient.UpdateDictItemStatusResp

type UpdateDictTypeReq

type UpdateDictTypeReq = sysclient.UpdateDictTypeReq

type UpdateDictTypeResp

type UpdateDictTypeResp = sysclient.UpdateDictTypeResp

type UpdateDictTypeStatusReq

type UpdateDictTypeStatusReq = sysclient.UpdateDictTypeStatusReq

type UpdateDictTypeStatusResp

type UpdateDictTypeStatusResp = sysclient.UpdateDictTypeStatusResp

type UpdateMenuReq

type UpdateMenuReq = sysclient.UpdateMenuReq

type UpdateMenuResp

type UpdateMenuResp = sysclient.UpdateMenuResp

type UpdateMenuRoleReq

type UpdateMenuRoleReq = sysclient.UpdateMenuRoleReq

type UpdateMenuRoleResp

type UpdateMenuRoleResp = sysclient.UpdateMenuRoleResp

type UpdateMenuStatusReq

type UpdateMenuStatusReq = sysclient.UpdateMenuStatusReq

type UpdateMenuStatusResp

type UpdateMenuStatusResp = sysclient.UpdateMenuStatusResp

type UpdatePostReq

type UpdatePostReq = sysclient.UpdatePostReq

type UpdatePostResp

type UpdatePostResp = sysclient.UpdatePostResp

type UpdatePostStatusReq

type UpdatePostStatusReq = sysclient.UpdatePostStatusReq

type UpdatePostStatusResp

type UpdatePostStatusResp = sysclient.UpdatePostStatusResp

type UpdateRoleReq

type UpdateRoleReq = sysclient.UpdateRoleReq

type UpdateRoleResp

type UpdateRoleResp = sysclient.UpdateRoleResp

type UpdateRoleStatusReq

type UpdateRoleStatusReq = sysclient.UpdateRoleStatusReq

type UpdateRoleStatusResp

type UpdateRoleStatusResp = sysclient.UpdateRoleStatusResp

type UpdateUserReq

type UpdateUserReq = sysclient.UpdateUserReq

type UpdateUserResp

type UpdateUserResp = sysclient.UpdateUserResp

type UpdateUserRoleListReq

type UpdateUserRoleListReq = sysclient.UpdateUserRoleListReq

type UpdateUserRoleListResp

type UpdateUserRoleListResp = sysclient.UpdateUserRoleListResp

type UpdateUserStatusReq

type UpdateUserStatusReq = sysclient.UpdateUserStatusReq

type UpdateUserStatusResp

type UpdateUserStatusResp = sysclient.UpdateUserStatusResp

type UserData

type UserData = sysclient.UserData

type UserListData

type UserListData = sysclient.UserListData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL