sysclient

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UserService_Login_FullMethodName            = "/sysclient.UserService/Login"
	UserService_UserInfo_FullMethodName         = "/sysclient.UserService/UserInfo"
	UserService_UserAdd_FullMethodName          = "/sysclient.UserService/UserAdd"
	UserService_UserList_FullMethodName         = "/sysclient.UserService/UserList"
	UserService_UserUpdate_FullMethodName       = "/sysclient.UserService/UserUpdate"
	UserService_UserDelete_FullMethodName       = "/sysclient.UserService/UserDelete"
	UserService_ReSetPassword_FullMethodName    = "/sysclient.UserService/ReSetPassword"
	UserService_UpdateUserStatus_FullMethodName = "/sysclient.UserService/UpdateUserStatus"
)
View Source
const (
	RoleService_RoleAdd_FullMethodName           = "/sysclient.RoleService/RoleAdd"
	RoleService_RoleList_FullMethodName          = "/sysclient.RoleService/RoleList"
	RoleService_RoleUpdate_FullMethodName        = "/sysclient.RoleService/RoleUpdate"
	RoleService_RoleDelete_FullMethodName        = "/sysclient.RoleService/RoleDelete"
	RoleService_QueryMenuByRoleId_FullMethodName = "/sysclient.RoleService/QueryMenuByRoleId"
	RoleService_UpdateMenuRole_FullMethodName    = "/sysclient.RoleService/UpdateMenuRole"
)
View Source
const (
	MenuService_MenuAdd_FullMethodName    = "/sysclient.MenuService/MenuAdd"
	MenuService_MenuList_FullMethodName   = "/sysclient.MenuService/MenuList"
	MenuService_MenuUpdate_FullMethodName = "/sysclient.MenuService/MenuUpdate"
	MenuService_MenuDelete_FullMethodName = "/sysclient.MenuService/MenuDelete"
)
View Source
const (
	DictService_DictAdd_FullMethodName    = "/sysclient.DictService/DictAdd"
	DictService_DictList_FullMethodName   = "/sysclient.DictService/DictList"
	DictService_DictUpdate_FullMethodName = "/sysclient.DictService/DictUpdate"
	DictService_DictDelete_FullMethodName = "/sysclient.DictService/DictDelete"
)
View Source
const (
	DeptService_DeptAdd_FullMethodName    = "/sysclient.DeptService/DeptAdd"
	DeptService_DeptList_FullMethodName   = "/sysclient.DeptService/DeptList"
	DeptService_DeptUpdate_FullMethodName = "/sysclient.DeptService/DeptUpdate"
	DeptService_DeptDelete_FullMethodName = "/sysclient.DeptService/DeptDelete"
)
View Source
const (
	LoginLogService_LoginLogAdd_FullMethodName        = "/sysclient.LoginLogService/LoginLogAdd"
	LoginLogService_LoginLogList_FullMethodName       = "/sysclient.LoginLogService/LoginLogList"
	LoginLogService_LoginLogDelete_FullMethodName     = "/sysclient.LoginLogService/LoginLogDelete"
	LoginLogService_StatisticsLoginLog_FullMethodName = "/sysclient.LoginLogService/StatisticsLoginLog"
)
View Source
const (
	SysLogService_SysLogAdd_FullMethodName    = "/sysclient.SysLogService/SysLogAdd"
	SysLogService_SysLogList_FullMethodName   = "/sysclient.SysLogService/SysLogList"
	SysLogService_SysLogDelete_FullMethodName = "/sysclient.SysLogService/SysLogDelete"
)
View Source
const (
	JobService_JobAdd_FullMethodName    = "/sysclient.JobService/JobAdd"
	JobService_JobList_FullMethodName   = "/sysclient.JobService/JobList"
	JobService_JobUpdate_FullMethodName = "/sysclient.JobService/JobUpdate"
	JobService_JobDelete_FullMethodName = "/sysclient.JobService/JobDelete"
)

Variables

View Source
var DeptService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.DeptService",
	HandlerType: (*DeptServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DeptAdd",
			Handler:    _DeptService_DeptAdd_Handler,
		},
		{
			MethodName: "DeptList",
			Handler:    _DeptService_DeptList_Handler,
		},
		{
			MethodName: "DeptUpdate",
			Handler:    _DeptService_DeptUpdate_Handler,
		},
		{
			MethodName: "DeptDelete",
			Handler:    _DeptService_DeptDelete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

DeptService_ServiceDesc is the grpc.ServiceDesc for DeptService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var DictService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.DictService",
	HandlerType: (*DictServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DictAdd",
			Handler:    _DictService_DictAdd_Handler,
		},
		{
			MethodName: "DictList",
			Handler:    _DictService_DictList_Handler,
		},
		{
			MethodName: "DictUpdate",
			Handler:    _DictService_DictUpdate_Handler,
		},
		{
			MethodName: "DictDelete",
			Handler:    _DictService_DictDelete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

DictService_ServiceDesc is the grpc.ServiceDesc for DictService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_rpc_sys_sys_proto protoreflect.FileDescriptor
View Source
var JobService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.JobService",
	HandlerType: (*JobServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "JobAdd",
			Handler:    _JobService_JobAdd_Handler,
		},
		{
			MethodName: "JobList",
			Handler:    _JobService_JobList_Handler,
		},
		{
			MethodName: "JobUpdate",
			Handler:    _JobService_JobUpdate_Handler,
		},
		{
			MethodName: "JobDelete",
			Handler:    _JobService_JobDelete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

JobService_ServiceDesc is the grpc.ServiceDesc for JobService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var LoginLogService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.LoginLogService",
	HandlerType: (*LoginLogServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "LoginLogAdd",
			Handler:    _LoginLogService_LoginLogAdd_Handler,
		},
		{
			MethodName: "LoginLogList",
			Handler:    _LoginLogService_LoginLogList_Handler,
		},
		{
			MethodName: "LoginLogDelete",
			Handler:    _LoginLogService_LoginLogDelete_Handler,
		},
		{
			MethodName: "StatisticsLoginLog",
			Handler:    _LoginLogService_StatisticsLoginLog_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

LoginLogService_ServiceDesc is the grpc.ServiceDesc for LoginLogService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var MenuService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.MenuService",
	HandlerType: (*MenuServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "MenuAdd",
			Handler:    _MenuService_MenuAdd_Handler,
		},
		{
			MethodName: "MenuList",
			Handler:    _MenuService_MenuList_Handler,
		},
		{
			MethodName: "MenuUpdate",
			Handler:    _MenuService_MenuUpdate_Handler,
		},
		{
			MethodName: "MenuDelete",
			Handler:    _MenuService_MenuDelete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

MenuService_ServiceDesc is the grpc.ServiceDesc for MenuService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RoleService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.RoleService",
	HandlerType: (*RoleServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RoleAdd",
			Handler:    _RoleService_RoleAdd_Handler,
		},
		{
			MethodName: "RoleList",
			Handler:    _RoleService_RoleList_Handler,
		},
		{
			MethodName: "RoleUpdate",
			Handler:    _RoleService_RoleUpdate_Handler,
		},
		{
			MethodName: "RoleDelete",
			Handler:    _RoleService_RoleDelete_Handler,
		},
		{
			MethodName: "QueryMenuByRoleId",
			Handler:    _RoleService_QueryMenuByRoleId_Handler,
		},
		{
			MethodName: "UpdateMenuRole",
			Handler:    _RoleService_UpdateMenuRole_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

RoleService_ServiceDesc is the grpc.ServiceDesc for RoleService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SysLogService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.SysLogService",
	HandlerType: (*SysLogServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SysLogAdd",
			Handler:    _SysLogService_SysLogAdd_Handler,
		},
		{
			MethodName: "SysLogList",
			Handler:    _SysLogService_SysLogList_Handler,
		},
		{
			MethodName: "SysLogDelete",
			Handler:    _SysLogService_SysLogDelete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

SysLogService_ServiceDesc is the grpc.ServiceDesc for SysLogService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var UserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sysclient.UserService",
	HandlerType: (*UserServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Login",
			Handler:    _UserService_Login_Handler,
		},
		{
			MethodName: "UserInfo",
			Handler:    _UserService_UserInfo_Handler,
		},
		{
			MethodName: "UserAdd",
			Handler:    _UserService_UserAdd_Handler,
		},
		{
			MethodName: "UserList",
			Handler:    _UserService_UserList_Handler,
		},
		{
			MethodName: "UserUpdate",
			Handler:    _UserService_UserUpdate_Handler,
		},
		{
			MethodName: "UserDelete",
			Handler:    _UserService_UserDelete_Handler,
		},
		{
			MethodName: "ReSetPassword",
			Handler:    _UserService_ReSetPassword_Handler,
		},
		{
			MethodName: "UpdateUserStatus",
			Handler:    _UserService_UpdateUserStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rpc/sys/sys.proto",
}

UserService_ServiceDesc is the grpc.ServiceDesc for UserService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterDeptServiceServer

func RegisterDeptServiceServer(s grpc.ServiceRegistrar, srv DeptServiceServer)

func RegisterDictServiceServer

func RegisterDictServiceServer(s grpc.ServiceRegistrar, srv DictServiceServer)

func RegisterJobServiceServer

func RegisterJobServiceServer(s grpc.ServiceRegistrar, srv JobServiceServer)

func RegisterLoginLogServiceServer

func RegisterLoginLogServiceServer(s grpc.ServiceRegistrar, srv LoginLogServiceServer)

func RegisterMenuServiceServer

func RegisterMenuServiceServer(s grpc.ServiceRegistrar, srv MenuServiceServer)

func RegisterRoleServiceServer

func RegisterRoleServiceServer(s grpc.ServiceRegistrar, srv RoleServiceServer)

func RegisterSysLogServiceServer

func RegisterSysLogServiceServer(s grpc.ServiceRegistrar, srv SysLogServiceServer)

func RegisterUserServiceServer

func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)

Types

type DeptAddReq

type DeptAddReq struct {
	Name      string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ParentId  int64   `protobuf:"varint,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	OrderNum  int32   `protobuf:"varint,3,opt,name=order_num,json=orderNum,proto3" json:"order_num,omitempty"`
	CreateBy  string  `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	ParentIds []int64 `protobuf:"varint,5,rep,packed,name=parent_ids,json=parentIds,proto3" json:"parent_ids,omitempty"`
	DelFlag   int32   `protobuf:"varint,6,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	// contains filtered or unexported fields
}

dept start---------------------

func (*DeptAddReq) Descriptor deprecated

func (*DeptAddReq) Descriptor() ([]byte, []int)

Deprecated: Use DeptAddReq.ProtoReflect.Descriptor instead.

func (*DeptAddReq) GetCreateBy

func (x *DeptAddReq) GetCreateBy() string

func (*DeptAddReq) GetDelFlag

func (x *DeptAddReq) GetDelFlag() int32

func (*DeptAddReq) GetName

func (x *DeptAddReq) GetName() string

func (*DeptAddReq) GetOrderNum

func (x *DeptAddReq) GetOrderNum() int32

func (*DeptAddReq) GetParentId

func (x *DeptAddReq) GetParentId() int64

func (*DeptAddReq) GetParentIds

func (x *DeptAddReq) GetParentIds() []int64

func (*DeptAddReq) ProtoMessage

func (*DeptAddReq) ProtoMessage()

func (*DeptAddReq) ProtoReflect

func (x *DeptAddReq) ProtoReflect() protoreflect.Message

func (*DeptAddReq) Reset

func (x *DeptAddReq) Reset()

func (*DeptAddReq) String

func (x *DeptAddReq) String() string

type DeptAddResp

type DeptAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptAddResp) Descriptor deprecated

func (*DeptAddResp) Descriptor() ([]byte, []int)

Deprecated: Use DeptAddResp.ProtoReflect.Descriptor instead.

func (*DeptAddResp) GetPong

func (x *DeptAddResp) GetPong() string

func (*DeptAddResp) ProtoMessage

func (*DeptAddResp) ProtoMessage()

func (*DeptAddResp) ProtoReflect

func (x *DeptAddResp) ProtoReflect() protoreflect.Message

func (*DeptAddResp) Reset

func (x *DeptAddResp) Reset()

func (*DeptAddResp) String

func (x *DeptAddResp) String() string

type DeptDeleteReq

type DeptDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptDeleteReq) Descriptor deprecated

func (*DeptDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use DeptDeleteReq.ProtoReflect.Descriptor instead.

func (*DeptDeleteReq) GetIds

func (x *DeptDeleteReq) GetIds() []int64

func (*DeptDeleteReq) ProtoMessage

func (*DeptDeleteReq) ProtoMessage()

func (*DeptDeleteReq) ProtoReflect

func (x *DeptDeleteReq) ProtoReflect() protoreflect.Message

func (*DeptDeleteReq) Reset

func (x *DeptDeleteReq) Reset()

func (*DeptDeleteReq) String

func (x *DeptDeleteReq) String() string

type DeptDeleteResp

type DeptDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptDeleteResp) Descriptor deprecated

func (*DeptDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use DeptDeleteResp.ProtoReflect.Descriptor instead.

func (*DeptDeleteResp) GetPong

func (x *DeptDeleteResp) GetPong() string

func (*DeptDeleteResp) ProtoMessage

func (*DeptDeleteResp) ProtoMessage()

func (*DeptDeleteResp) ProtoReflect

func (x *DeptDeleteResp) ProtoReflect() protoreflect.Message

func (*DeptDeleteResp) Reset

func (x *DeptDeleteResp) Reset()

func (*DeptDeleteResp) String

func (x *DeptDeleteResp) String() string

type DeptListData

type DeptListData struct {
	Id         int64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId   int64   `protobuf:"varint,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	OrderNum   int32   `protobuf:"varint,4,opt,name=order_num,json=orderNum,proto3" json:"order_num,omitempty"`
	CreateBy   string  `protobuf:"bytes,5,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	CreateTime string  `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateBy   string  `protobuf:"bytes,7,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	UpdateTime string  `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	DelFlag    int32   `protobuf:"varint,9,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	ParentIds  []int64 `protobuf:"varint,10,rep,packed,name=parent_ids,json=parentIds,proto3" json:"parent_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptListData) Descriptor deprecated

func (*DeptListData) Descriptor() ([]byte, []int)

Deprecated: Use DeptListData.ProtoReflect.Descriptor instead.

func (*DeptListData) GetCreateBy

func (x *DeptListData) GetCreateBy() string

func (*DeptListData) GetCreateTime

func (x *DeptListData) GetCreateTime() string

func (*DeptListData) GetDelFlag

func (x *DeptListData) GetDelFlag() int32

func (*DeptListData) GetId

func (x *DeptListData) GetId() int64

func (*DeptListData) GetName

func (x *DeptListData) GetName() string

func (*DeptListData) GetOrderNum

func (x *DeptListData) GetOrderNum() int32

func (*DeptListData) GetParentId

func (x *DeptListData) GetParentId() int64

func (*DeptListData) GetParentIds

func (x *DeptListData) GetParentIds() []int64

func (*DeptListData) GetUpdateBy

func (x *DeptListData) GetUpdateBy() string

func (*DeptListData) GetUpdateTime

func (x *DeptListData) GetUpdateTime() string

func (*DeptListData) ProtoMessage

func (*DeptListData) ProtoMessage()

func (*DeptListData) ProtoReflect

func (x *DeptListData) ProtoReflect() protoreflect.Message

func (*DeptListData) Reset

func (x *DeptListData) Reset()

func (*DeptListData) String

func (x *DeptListData) String() string

type DeptListReq

type DeptListReq struct {

	// int64 current = 1;
	// int64 pageSize = 2;
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CreateBy string `protobuf:"bytes,2,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptListReq) Descriptor deprecated

func (*DeptListReq) Descriptor() ([]byte, []int)

Deprecated: Use DeptListReq.ProtoReflect.Descriptor instead.

func (*DeptListReq) GetCreateBy

func (x *DeptListReq) GetCreateBy() string

func (*DeptListReq) GetName

func (x *DeptListReq) GetName() string

func (*DeptListReq) ProtoMessage

func (*DeptListReq) ProtoMessage()

func (*DeptListReq) ProtoReflect

func (x *DeptListReq) ProtoReflect() protoreflect.Message

func (*DeptListReq) Reset

func (x *DeptListReq) Reset()

func (*DeptListReq) String

func (x *DeptListReq) String() string

type DeptListResp

type DeptListResp struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*DeptListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptListResp) Descriptor deprecated

func (*DeptListResp) Descriptor() ([]byte, []int)

Deprecated: Use DeptListResp.ProtoReflect.Descriptor instead.

func (*DeptListResp) GetList

func (x *DeptListResp) GetList() []*DeptListData

func (*DeptListResp) GetTotal

func (x *DeptListResp) GetTotal() int64

func (*DeptListResp) ProtoMessage

func (*DeptListResp) ProtoMessage()

func (*DeptListResp) ProtoReflect

func (x *DeptListResp) ProtoReflect() protoreflect.Message

func (*DeptListResp) Reset

func (x *DeptListResp) Reset()

func (*DeptListResp) String

func (x *DeptListResp) String() string

type DeptServiceClient

type DeptServiceClient interface {
	DeptAdd(ctx context.Context, in *DeptAddReq, opts ...grpc.CallOption) (*DeptAddResp, error)
	DeptList(ctx context.Context, in *DeptListReq, opts ...grpc.CallOption) (*DeptListResp, error)
	DeptUpdate(ctx context.Context, in *DeptUpdateReq, opts ...grpc.CallOption) (*DeptUpdateResp, error)
	DeptDelete(ctx context.Context, in *DeptDeleteReq, opts ...grpc.CallOption) (*DeptDeleteResp, error)
}

DeptServiceClient is the client API for DeptService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DeptServiceServer

type DeptServiceServer interface {
	DeptAdd(context.Context, *DeptAddReq) (*DeptAddResp, error)
	DeptList(context.Context, *DeptListReq) (*DeptListResp, error)
	DeptUpdate(context.Context, *DeptUpdateReq) (*DeptUpdateResp, error)
	DeptDelete(context.Context, *DeptDeleteReq) (*DeptDeleteResp, error)
	// contains filtered or unexported methods
}

DeptServiceServer is the server API for DeptService service. All implementations must embed UnimplementedDeptServiceServer for forward compatibility

type DeptUpdateReq

type DeptUpdateReq struct {
	Id        int64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId  int64   `protobuf:"varint,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	OrderNum  int32   `protobuf:"varint,4,opt,name=order_num,json=orderNum,proto3" json:"order_num,omitempty"`
	UpdateBy  string  `protobuf:"bytes,7,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	ParentIds []int64 `protobuf:"varint,8,rep,packed,name=parent_ids,json=parentIds,proto3" json:"parent_ids,omitempty"`
	DelFlag   int32   `protobuf:"varint,9,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptUpdateReq) Descriptor deprecated

func (*DeptUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use DeptUpdateReq.ProtoReflect.Descriptor instead.

func (*DeptUpdateReq) GetDelFlag

func (x *DeptUpdateReq) GetDelFlag() int32

func (*DeptUpdateReq) GetId

func (x *DeptUpdateReq) GetId() int64

func (*DeptUpdateReq) GetName

func (x *DeptUpdateReq) GetName() string

func (*DeptUpdateReq) GetOrderNum

func (x *DeptUpdateReq) GetOrderNum() int32

func (*DeptUpdateReq) GetParentId

func (x *DeptUpdateReq) GetParentId() int64

func (*DeptUpdateReq) GetParentIds

func (x *DeptUpdateReq) GetParentIds() []int64

func (*DeptUpdateReq) GetUpdateBy

func (x *DeptUpdateReq) GetUpdateBy() string

func (*DeptUpdateReq) ProtoMessage

func (*DeptUpdateReq) ProtoMessage()

func (*DeptUpdateReq) ProtoReflect

func (x *DeptUpdateReq) ProtoReflect() protoreflect.Message

func (*DeptUpdateReq) Reset

func (x *DeptUpdateReq) Reset()

func (*DeptUpdateReq) String

func (x *DeptUpdateReq) String() string

type DeptUpdateResp

type DeptUpdateResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*DeptUpdateResp) Descriptor deprecated

func (*DeptUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use DeptUpdateResp.ProtoReflect.Descriptor instead.

func (*DeptUpdateResp) GetPong

func (x *DeptUpdateResp) GetPong() string

func (*DeptUpdateResp) ProtoMessage

func (*DeptUpdateResp) ProtoMessage()

func (*DeptUpdateResp) ProtoReflect

func (x *DeptUpdateResp) ProtoReflect() protoreflect.Message

func (*DeptUpdateResp) Reset

func (x *DeptUpdateResp) Reset()

func (*DeptUpdateResp) String

func (x *DeptUpdateResp) String() string

type DictAddReq

type DictAddReq struct {
	Value       string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Label       string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Type        string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Sort        int32  `protobuf:"varint,5,opt,name=sort,proto3" json:"sort,omitempty"`
	Remarks     string `protobuf:"bytes,6,opt,name=remarks,proto3" json:"remarks,omitempty"`
	CreateBy    string `protobuf:"bytes,7,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	DelFlag     int32  `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	// contains filtered or unexported fields
}

dict start---------------------

func (*DictAddReq) Descriptor deprecated

func (*DictAddReq) Descriptor() ([]byte, []int)

Deprecated: Use DictAddReq.ProtoReflect.Descriptor instead.

func (*DictAddReq) GetCreateBy

func (x *DictAddReq) GetCreateBy() string

func (*DictAddReq) GetDelFlag

func (x *DictAddReq) GetDelFlag() int32

func (*DictAddReq) GetDescription

func (x *DictAddReq) GetDescription() string

func (*DictAddReq) GetLabel

func (x *DictAddReq) GetLabel() string

func (*DictAddReq) GetRemarks

func (x *DictAddReq) GetRemarks() string

func (*DictAddReq) GetSort

func (x *DictAddReq) GetSort() int32

func (*DictAddReq) GetType

func (x *DictAddReq) GetType() string

func (*DictAddReq) GetValue

func (x *DictAddReq) GetValue() string

func (*DictAddReq) ProtoMessage

func (*DictAddReq) ProtoMessage()

func (*DictAddReq) ProtoReflect

func (x *DictAddReq) ProtoReflect() protoreflect.Message

func (*DictAddReq) Reset

func (x *DictAddReq) Reset()

func (*DictAddReq) String

func (x *DictAddReq) String() string

type DictAddResp

type DictAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*DictAddResp) Descriptor deprecated

func (*DictAddResp) Descriptor() ([]byte, []int)

Deprecated: Use DictAddResp.ProtoReflect.Descriptor instead.

func (*DictAddResp) GetPong

func (x *DictAddResp) GetPong() string

func (*DictAddResp) ProtoMessage

func (*DictAddResp) ProtoMessage()

func (*DictAddResp) ProtoReflect

func (x *DictAddResp) ProtoReflect() protoreflect.Message

func (*DictAddResp) Reset

func (x *DictAddResp) Reset()

func (*DictAddResp) String

func (x *DictAddResp) String() string

type DictDeleteReq

type DictDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DictDeleteReq) Descriptor deprecated

func (*DictDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use DictDeleteReq.ProtoReflect.Descriptor instead.

func (*DictDeleteReq) GetIds

func (x *DictDeleteReq) GetIds() []int64

func (*DictDeleteReq) ProtoMessage

func (*DictDeleteReq) ProtoMessage()

func (*DictDeleteReq) ProtoReflect

func (x *DictDeleteReq) ProtoReflect() protoreflect.Message

func (*DictDeleteReq) Reset

func (x *DictDeleteReq) Reset()

func (*DictDeleteReq) String

func (x *DictDeleteReq) String() string

type DictDeleteResp

type DictDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*DictDeleteResp) Descriptor deprecated

func (*DictDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use DictDeleteResp.ProtoReflect.Descriptor instead.

func (*DictDeleteResp) GetPong

func (x *DictDeleteResp) GetPong() string

func (*DictDeleteResp) ProtoMessage

func (*DictDeleteResp) ProtoMessage()

func (*DictDeleteResp) ProtoReflect

func (x *DictDeleteResp) ProtoReflect() protoreflect.Message

func (*DictDeleteResp) Reset

func (x *DictDeleteResp) Reset()

func (*DictDeleteResp) String

func (x *DictDeleteResp) String() string

type DictListData

type DictListData struct {
	Id          int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Value       string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Label       string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Type        string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Sort        int32  `protobuf:"varint,6,opt,name=sort,proto3" json:"sort,omitempty"`
	Remarks     string `protobuf:"bytes,7,opt,name=remarks,proto3" json:"remarks,omitempty"`
	CreateBy    string `protobuf:"bytes,10,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	CreateTime  string `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateBy    string `protobuf:"bytes,12,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	UpdateTime  string `protobuf:"bytes,13,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	DelFlag     int32  `protobuf:"varint,14,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	// contains filtered or unexported fields
}

func (*DictListData) Descriptor deprecated

func (*DictListData) Descriptor() ([]byte, []int)

Deprecated: Use DictListData.ProtoReflect.Descriptor instead.

func (*DictListData) GetCreateBy

func (x *DictListData) GetCreateBy() string

func (*DictListData) GetCreateTime

func (x *DictListData) GetCreateTime() string

func (*DictListData) GetDelFlag

func (x *DictListData) GetDelFlag() int32

func (*DictListData) GetDescription

func (x *DictListData) GetDescription() string

func (*DictListData) GetId

func (x *DictListData) GetId() int64

func (*DictListData) GetLabel

func (x *DictListData) GetLabel() string

func (*DictListData) GetRemarks

func (x *DictListData) GetRemarks() string

func (*DictListData) GetSort

func (x *DictListData) GetSort() int32

func (*DictListData) GetType

func (x *DictListData) GetType() string

func (*DictListData) GetUpdateBy

func (x *DictListData) GetUpdateBy() string

func (*DictListData) GetUpdateTime

func (x *DictListData) GetUpdateTime() string

func (*DictListData) GetValue

func (x *DictListData) GetValue() string

func (*DictListData) ProtoMessage

func (*DictListData) ProtoMessage()

func (*DictListData) ProtoReflect

func (x *DictListData) ProtoReflect() protoreflect.Message

func (*DictListData) Reset

func (x *DictListData) Reset()

func (*DictListData) String

func (x *DictListData) String() string

type DictListReq

type DictListReq struct {
	Current  int64  `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	PageSize int64  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Value    string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Type     string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	DelFlag  int32  `protobuf:"varint,6,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	// contains filtered or unexported fields
}

func (*DictListReq) Descriptor deprecated

func (*DictListReq) Descriptor() ([]byte, []int)

Deprecated: Use DictListReq.ProtoReflect.Descriptor instead.

func (*DictListReq) GetCurrent

func (x *DictListReq) GetCurrent() int64

func (*DictListReq) GetDelFlag

func (x *DictListReq) GetDelFlag() int32

func (*DictListReq) GetLabel

func (x *DictListReq) GetLabel() string

func (*DictListReq) GetPageSize

func (x *DictListReq) GetPageSize() int64

func (*DictListReq) GetType

func (x *DictListReq) GetType() string

func (*DictListReq) GetValue

func (x *DictListReq) GetValue() string

func (*DictListReq) ProtoMessage

func (*DictListReq) ProtoMessage()

func (*DictListReq) ProtoReflect

func (x *DictListReq) ProtoReflect() protoreflect.Message

func (*DictListReq) Reset

func (x *DictListReq) Reset()

func (*DictListReq) String

func (x *DictListReq) String() string

type DictListResp

type DictListResp struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*DictListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*DictListResp) Descriptor deprecated

func (*DictListResp) Descriptor() ([]byte, []int)

Deprecated: Use DictListResp.ProtoReflect.Descriptor instead.

func (*DictListResp) GetList

func (x *DictListResp) GetList() []*DictListData

func (*DictListResp) GetTotal

func (x *DictListResp) GetTotal() int64

func (*DictListResp) ProtoMessage

func (*DictListResp) ProtoMessage()

func (*DictListResp) ProtoReflect

func (x *DictListResp) ProtoReflect() protoreflect.Message

func (*DictListResp) Reset

func (x *DictListResp) Reset()

func (*DictListResp) String

func (x *DictListResp) String() string

type DictServiceClient

type DictServiceClient interface {
	DictAdd(ctx context.Context, in *DictAddReq, opts ...grpc.CallOption) (*DictAddResp, error)
	DictList(ctx context.Context, in *DictListReq, opts ...grpc.CallOption) (*DictListResp, error)
	DictUpdate(ctx context.Context, in *DictUpdateReq, opts ...grpc.CallOption) (*DictUpdateResp, error)
	DictDelete(ctx context.Context, in *DictDeleteReq, opts ...grpc.CallOption) (*DictDeleteResp, error)
}

DictServiceClient is the client API for DictService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DictServiceServer

type DictServiceServer interface {
	DictAdd(context.Context, *DictAddReq) (*DictAddResp, error)
	DictList(context.Context, *DictListReq) (*DictListResp, error)
	DictUpdate(context.Context, *DictUpdateReq) (*DictUpdateResp, error)
	DictDelete(context.Context, *DictDeleteReq) (*DictDeleteResp, error)
	// contains filtered or unexported methods
}

DictServiceServer is the server API for DictService service. All implementations must embed UnimplementedDictServiceServer for forward compatibility

type DictUpdateReq

type DictUpdateReq struct {
	Id          int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Value       string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Label       string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Type        string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Sort        int32  `protobuf:"varint,6,opt,name=sort,proto3" json:"sort,omitempty"`
	Remarks     string `protobuf:"bytes,7,opt,name=remarks,proto3" json:"remarks,omitempty"`
	UpdateBy    string `protobuf:"bytes,8,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	DelFlag     int32  `protobuf:"varint,9,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	// contains filtered or unexported fields
}

func (*DictUpdateReq) Descriptor deprecated

func (*DictUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use DictUpdateReq.ProtoReflect.Descriptor instead.

func (*DictUpdateReq) GetDelFlag

func (x *DictUpdateReq) GetDelFlag() int32

func (*DictUpdateReq) GetDescription

func (x *DictUpdateReq) GetDescription() string

func (*DictUpdateReq) GetId

func (x *DictUpdateReq) GetId() int64

func (*DictUpdateReq) GetLabel

func (x *DictUpdateReq) GetLabel() string

func (*DictUpdateReq) GetRemarks

func (x *DictUpdateReq) GetRemarks() string

func (*DictUpdateReq) GetSort

func (x *DictUpdateReq) GetSort() int32

func (*DictUpdateReq) GetType

func (x *DictUpdateReq) GetType() string

func (*DictUpdateReq) GetUpdateBy

func (x *DictUpdateReq) GetUpdateBy() string

func (*DictUpdateReq) GetValue

func (x *DictUpdateReq) GetValue() string

func (*DictUpdateReq) ProtoMessage

func (*DictUpdateReq) ProtoMessage()

func (*DictUpdateReq) ProtoReflect

func (x *DictUpdateReq) ProtoReflect() protoreflect.Message

func (*DictUpdateReq) Reset

func (x *DictUpdateReq) Reset()

func (*DictUpdateReq) String

func (x *DictUpdateReq) String() string

type DictUpdateResp

type DictUpdateResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*DictUpdateResp) Descriptor deprecated

func (*DictUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use DictUpdateResp.ProtoReflect.Descriptor instead.

func (*DictUpdateResp) GetPong

func (x *DictUpdateResp) GetPong() string

func (*DictUpdateResp) ProtoMessage

func (*DictUpdateResp) ProtoMessage()

func (*DictUpdateResp) ProtoReflect

func (x *DictUpdateResp) ProtoReflect() protoreflect.Message

func (*DictUpdateResp) Reset

func (x *DictUpdateResp) Reset()

func (*DictUpdateResp) String

func (x *DictUpdateResp) String() string

type InfoReq

type InfoReq struct {
	UserId int64 `protobuf:"varint,1,opt,name=UserId,proto3" json:"UserId,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoReq) Descriptor deprecated

func (*InfoReq) Descriptor() ([]byte, []int)

Deprecated: Use InfoReq.ProtoReflect.Descriptor instead.

func (*InfoReq) GetUserId

func (x *InfoReq) GetUserId() int64

func (*InfoReq) ProtoMessage

func (*InfoReq) ProtoMessage()

func (*InfoReq) ProtoReflect

func (x *InfoReq) ProtoReflect() protoreflect.Message

func (*InfoReq) Reset

func (x *InfoReq) Reset()

func (*InfoReq) String

func (x *InfoReq) String() string

type InfoResp

type InfoResp struct {
	Avatar         string          `protobuf:"bytes,1,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Name           string          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	MenuListTree   []*MenuListTree `protobuf:"bytes,3,rep,name=menuListTree,proto3" json:"menuListTree,omitempty"`
	BackgroundUrls []string        `protobuf:"bytes,4,rep,name=BackgroundUrls,proto3" json:"BackgroundUrls,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoResp) Descriptor deprecated

func (*InfoResp) Descriptor() ([]byte, []int)

Deprecated: Use InfoResp.ProtoReflect.Descriptor instead.

func (*InfoResp) GetAvatar

func (x *InfoResp) GetAvatar() string

func (*InfoResp) GetBackgroundUrls

func (x *InfoResp) GetBackgroundUrls() []string

func (*InfoResp) GetMenuListTree

func (x *InfoResp) GetMenuListTree() []*MenuListTree

func (*InfoResp) GetName

func (x *InfoResp) GetName() string

func (*InfoResp) ProtoMessage

func (*InfoResp) ProtoMessage()

func (*InfoResp) ProtoReflect

func (x *InfoResp) ProtoReflect() protoreflect.Message

func (*InfoResp) Reset

func (x *InfoResp) Reset()

func (*InfoResp) String

func (x *InfoResp) String() string

type JobAddReq

type JobAddReq struct {
	JobName  string `protobuf:"bytes,1,opt,name=jobName,proto3" json:"jobName,omitempty"`
	OrderNum int32  `protobuf:"varint,2,opt,name=orderNum,proto3" json:"orderNum,omitempty"`
	CreateBy string `protobuf:"bytes,3,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	Remarks  string `protobuf:"bytes,4,opt,name=remarks,proto3" json:"remarks,omitempty"`
	DelFlag  int32  `protobuf:"varint,5,opt,name=delFlag,proto3" json:"delFlag,omitempty"`
	// contains filtered or unexported fields
}

job start---------------------

func (*JobAddReq) Descriptor deprecated

func (*JobAddReq) Descriptor() ([]byte, []int)

Deprecated: Use JobAddReq.ProtoReflect.Descriptor instead.

func (*JobAddReq) GetCreateBy

func (x *JobAddReq) GetCreateBy() string

func (*JobAddReq) GetDelFlag

func (x *JobAddReq) GetDelFlag() int32

func (*JobAddReq) GetJobName

func (x *JobAddReq) GetJobName() string

func (*JobAddReq) GetOrderNum

func (x *JobAddReq) GetOrderNum() int32

func (*JobAddReq) GetRemarks

func (x *JobAddReq) GetRemarks() string

func (*JobAddReq) ProtoMessage

func (*JobAddReq) ProtoMessage()

func (*JobAddReq) ProtoReflect

func (x *JobAddReq) ProtoReflect() protoreflect.Message

func (*JobAddReq) Reset

func (x *JobAddReq) Reset()

func (*JobAddReq) String

func (x *JobAddReq) String() string

type JobAddResp

type JobAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*JobAddResp) Descriptor deprecated

func (*JobAddResp) Descriptor() ([]byte, []int)

Deprecated: Use JobAddResp.ProtoReflect.Descriptor instead.

func (*JobAddResp) GetPong

func (x *JobAddResp) GetPong() string

func (*JobAddResp) ProtoMessage

func (*JobAddResp) ProtoMessage()

func (*JobAddResp) ProtoReflect

func (x *JobAddResp) ProtoReflect() protoreflect.Message

func (*JobAddResp) Reset

func (x *JobAddResp) Reset()

func (*JobAddResp) String

func (x *JobAddResp) String() string

type JobDeleteReq

type JobDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*JobDeleteReq) Descriptor deprecated

func (*JobDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use JobDeleteReq.ProtoReflect.Descriptor instead.

func (*JobDeleteReq) GetIds

func (x *JobDeleteReq) GetIds() []int64

func (*JobDeleteReq) ProtoMessage

func (*JobDeleteReq) ProtoMessage()

func (*JobDeleteReq) ProtoReflect

func (x *JobDeleteReq) ProtoReflect() protoreflect.Message

func (*JobDeleteReq) Reset

func (x *JobDeleteReq) Reset()

func (*JobDeleteReq) String

func (x *JobDeleteReq) String() string

type JobDeleteResp

type JobDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*JobDeleteResp) Descriptor deprecated

func (*JobDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use JobDeleteResp.ProtoReflect.Descriptor instead.

func (*JobDeleteResp) GetPong

func (x *JobDeleteResp) GetPong() string

func (*JobDeleteResp) ProtoMessage

func (*JobDeleteResp) ProtoMessage()

func (*JobDeleteResp) ProtoReflect

func (x *JobDeleteResp) ProtoReflect() protoreflect.Message

func (*JobDeleteResp) Reset

func (x *JobDeleteResp) Reset()

func (*JobDeleteResp) String

func (x *JobDeleteResp) String() string

type JobListData

type JobListData struct {
	Id         int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	JobName    string `protobuf:"bytes,2,opt,name=jobName,proto3" json:"jobName,omitempty"`
	OrderNum   int32  `protobuf:"varint,3,opt,name=orderNum,proto3" json:"orderNum,omitempty"`
	CreateBy   string `protobuf:"bytes,4,opt,name=createBy,proto3" json:"createBy,omitempty"`
	CreateTime string `protobuf:"bytes,5,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateBy   string `protobuf:"bytes,6,opt,name=UpdateBy,proto3" json:"UpdateBy,omitempty"`
	UpdateTime string `protobuf:"bytes,7,opt,name=UpdateTime,proto3" json:"UpdateTime,omitempty"`
	DelFlag    int32  `protobuf:"varint,8,opt,name=delFlag,proto3" json:"delFlag,omitempty"`
	Remarks    string `protobuf:"bytes,9,opt,name=remarks,proto3" json:"remarks,omitempty"`
	// contains filtered or unexported fields
}

func (*JobListData) Descriptor deprecated

func (*JobListData) Descriptor() ([]byte, []int)

Deprecated: Use JobListData.ProtoReflect.Descriptor instead.

func (*JobListData) GetCreateBy

func (x *JobListData) GetCreateBy() string

func (*JobListData) GetCreateTime

func (x *JobListData) GetCreateTime() string

func (*JobListData) GetDelFlag

func (x *JobListData) GetDelFlag() int32

func (*JobListData) GetId

func (x *JobListData) GetId() int64

func (*JobListData) GetJobName

func (x *JobListData) GetJobName() string

func (*JobListData) GetOrderNum

func (x *JobListData) GetOrderNum() int32

func (*JobListData) GetRemarks

func (x *JobListData) GetRemarks() string

func (*JobListData) GetUpdateBy

func (x *JobListData) GetUpdateBy() string

func (*JobListData) GetUpdateTime

func (x *JobListData) GetUpdateTime() string

func (*JobListData) ProtoMessage

func (*JobListData) ProtoMessage()

func (*JobListData) ProtoReflect

func (x *JobListData) ProtoReflect() protoreflect.Message

func (*JobListData) Reset

func (x *JobListData) Reset()

func (*JobListData) String

func (x *JobListData) String() string

type JobListReq

type JobListReq struct {
	Current  int64  `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	PageSize int64  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	JobName  string `protobuf:"bytes,3,opt,name=jobName,proto3" json:"jobName,omitempty"`
	DelFlag  int32  `protobuf:"varint,4,opt,name=delFlag,proto3" json:"delFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*JobListReq) Descriptor deprecated

func (*JobListReq) Descriptor() ([]byte, []int)

Deprecated: Use JobListReq.ProtoReflect.Descriptor instead.

func (*JobListReq) GetCurrent

func (x *JobListReq) GetCurrent() int64

func (*JobListReq) GetDelFlag

func (x *JobListReq) GetDelFlag() int32

func (*JobListReq) GetJobName

func (x *JobListReq) GetJobName() string

func (*JobListReq) GetPageSize

func (x *JobListReq) GetPageSize() int64

func (*JobListReq) ProtoMessage

func (*JobListReq) ProtoMessage()

func (*JobListReq) ProtoReflect

func (x *JobListReq) ProtoReflect() protoreflect.Message

func (*JobListReq) Reset

func (x *JobListReq) Reset()

func (*JobListReq) String

func (x *JobListReq) String() string

type JobListResp

type JobListResp struct {
	Total int64          `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*JobListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*JobListResp) Descriptor deprecated

func (*JobListResp) Descriptor() ([]byte, []int)

Deprecated: Use JobListResp.ProtoReflect.Descriptor instead.

func (*JobListResp) GetList

func (x *JobListResp) GetList() []*JobListData

func (*JobListResp) GetTotal

func (x *JobListResp) GetTotal() int64

func (*JobListResp) ProtoMessage

func (*JobListResp) ProtoMessage()

func (*JobListResp) ProtoReflect

func (x *JobListResp) ProtoReflect() protoreflect.Message

func (*JobListResp) Reset

func (x *JobListResp) Reset()

func (*JobListResp) String

func (x *JobListResp) String() string

type JobServiceClient

type JobServiceClient interface {
	JobAdd(ctx context.Context, in *JobAddReq, opts ...grpc.CallOption) (*JobAddResp, error)
	JobList(ctx context.Context, in *JobListReq, opts ...grpc.CallOption) (*JobListResp, error)
	JobUpdate(ctx context.Context, in *JobUpdateReq, opts ...grpc.CallOption) (*JobUpdateResp, error)
	JobDelete(ctx context.Context, in *JobDeleteReq, opts ...grpc.CallOption) (*JobDeleteResp, error)
}

JobServiceClient is the client API for JobService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewJobServiceClient

func NewJobServiceClient(cc grpc.ClientConnInterface) JobServiceClient

type JobServiceServer

type JobServiceServer interface {
	JobAdd(context.Context, *JobAddReq) (*JobAddResp, error)
	JobList(context.Context, *JobListReq) (*JobListResp, error)
	JobUpdate(context.Context, *JobUpdateReq) (*JobUpdateResp, error)
	JobDelete(context.Context, *JobDeleteReq) (*JobDeleteResp, error)
	// contains filtered or unexported methods
}

JobServiceServer is the server API for JobService service. All implementations must embed UnimplementedJobServiceServer for forward compatibility

type JobUpdateReq

type JobUpdateReq struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	JobName  string `protobuf:"bytes,2,opt,name=jobName,proto3" json:"jobName,omitempty"`
	OrderNum int32  `protobuf:"varint,3,opt,name=orderNum,proto3" json:"orderNum,omitempty"`
	UpdateBy string `protobuf:"bytes,4,opt,name=UpdateBy,proto3" json:"UpdateBy,omitempty"`
	Remarks  string `protobuf:"bytes,5,opt,name=remarks,proto3" json:"remarks,omitempty"`
	DelFlag  int32  `protobuf:"varint,6,opt,name=delFlag,proto3" json:"delFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*JobUpdateReq) Descriptor deprecated

func (*JobUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use JobUpdateReq.ProtoReflect.Descriptor instead.

func (*JobUpdateReq) GetDelFlag

func (x *JobUpdateReq) GetDelFlag() int32

func (*JobUpdateReq) GetId

func (x *JobUpdateReq) GetId() int64

func (*JobUpdateReq) GetJobName

func (x *JobUpdateReq) GetJobName() string

func (*JobUpdateReq) GetOrderNum

func (x *JobUpdateReq) GetOrderNum() int32

func (*JobUpdateReq) GetRemarks

func (x *JobUpdateReq) GetRemarks() string

func (*JobUpdateReq) GetUpdateBy

func (x *JobUpdateReq) GetUpdateBy() string

func (*JobUpdateReq) ProtoMessage

func (*JobUpdateReq) ProtoMessage()

func (*JobUpdateReq) ProtoReflect

func (x *JobUpdateReq) ProtoReflect() protoreflect.Message

func (*JobUpdateReq) Reset

func (x *JobUpdateReq) Reset()

func (*JobUpdateReq) String

func (x *JobUpdateReq) String() string

type JobUpdateResp

type JobUpdateResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*JobUpdateResp) Descriptor deprecated

func (*JobUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use JobUpdateResp.ProtoReflect.Descriptor instead.

func (*JobUpdateResp) GetPong

func (x *JobUpdateResp) GetPong() string

func (*JobUpdateResp) ProtoMessage

func (*JobUpdateResp) ProtoMessage()

func (*JobUpdateResp) ProtoReflect

func (x *JobUpdateResp) ProtoReflect() protoreflect.Message

func (*JobUpdateResp) Reset

func (x *JobUpdateResp) Reset()

func (*JobUpdateResp) String

func (x *JobUpdateResp) String() string

type LoginLogAddReq

type LoginLogAddReq struct {
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Status   string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Ip       string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	CreateBy string `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	// contains filtered or unexported fields
}

loginLog start---------------------

func (*LoginLogAddReq) Descriptor deprecated

func (*LoginLogAddReq) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogAddReq.ProtoReflect.Descriptor instead.

func (*LoginLogAddReq) GetCreateBy

func (x *LoginLogAddReq) GetCreateBy() string

func (*LoginLogAddReq) GetIp

func (x *LoginLogAddReq) GetIp() string

func (*LoginLogAddReq) GetStatus

func (x *LoginLogAddReq) GetStatus() string

func (*LoginLogAddReq) GetUserName

func (x *LoginLogAddReq) GetUserName() string

func (*LoginLogAddReq) ProtoMessage

func (*LoginLogAddReq) ProtoMessage()

func (*LoginLogAddReq) ProtoReflect

func (x *LoginLogAddReq) ProtoReflect() protoreflect.Message

func (*LoginLogAddReq) Reset

func (x *LoginLogAddReq) Reset()

func (*LoginLogAddReq) String

func (x *LoginLogAddReq) String() string

type LoginLogAddResp

type LoginLogAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLogAddResp) Descriptor deprecated

func (*LoginLogAddResp) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogAddResp.ProtoReflect.Descriptor instead.

func (*LoginLogAddResp) GetPong

func (x *LoginLogAddResp) GetPong() string

func (*LoginLogAddResp) ProtoMessage

func (*LoginLogAddResp) ProtoMessage()

func (*LoginLogAddResp) ProtoReflect

func (x *LoginLogAddResp) ProtoReflect() protoreflect.Message

func (*LoginLogAddResp) Reset

func (x *LoginLogAddResp) Reset()

func (*LoginLogAddResp) String

func (x *LoginLogAddResp) String() string

type LoginLogDeleteReq

type LoginLogDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLogDeleteReq) Descriptor deprecated

func (*LoginLogDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogDeleteReq.ProtoReflect.Descriptor instead.

func (*LoginLogDeleteReq) GetIds

func (x *LoginLogDeleteReq) GetIds() []int64

func (*LoginLogDeleteReq) ProtoMessage

func (*LoginLogDeleteReq) ProtoMessage()

func (*LoginLogDeleteReq) ProtoReflect

func (x *LoginLogDeleteReq) ProtoReflect() protoreflect.Message

func (*LoginLogDeleteReq) Reset

func (x *LoginLogDeleteReq) Reset()

func (*LoginLogDeleteReq) String

func (x *LoginLogDeleteReq) String() string

type LoginLogDeleteResp

type LoginLogDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLogDeleteResp) Descriptor deprecated

func (*LoginLogDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogDeleteResp.ProtoReflect.Descriptor instead.

func (*LoginLogDeleteResp) GetPong

func (x *LoginLogDeleteResp) GetPong() string

func (*LoginLogDeleteResp) ProtoMessage

func (*LoginLogDeleteResp) ProtoMessage()

func (*LoginLogDeleteResp) ProtoReflect

func (x *LoginLogDeleteResp) ProtoReflect() protoreflect.Message

func (*LoginLogDeleteResp) Reset

func (x *LoginLogDeleteResp) Reset()

func (*LoginLogDeleteResp) String

func (x *LoginLogDeleteResp) String() string

type LoginLogListData

type LoginLogListData struct {
	Id         int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserName   string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Status     string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Ip         string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	CreateBy   string `protobuf:"bytes,5,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	CreateTime string `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateBy   string `protobuf:"bytes,7,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	UpdateTime string `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLogListData) Descriptor deprecated

func (*LoginLogListData) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogListData.ProtoReflect.Descriptor instead.

func (*LoginLogListData) GetCreateBy

func (x *LoginLogListData) GetCreateBy() string

func (*LoginLogListData) GetCreateTime

func (x *LoginLogListData) GetCreateTime() string

func (*LoginLogListData) GetId

func (x *LoginLogListData) GetId() int64

func (*LoginLogListData) GetIp

func (x *LoginLogListData) GetIp() string

func (*LoginLogListData) GetStatus

func (x *LoginLogListData) GetStatus() string

func (*LoginLogListData) GetUpdateBy

func (x *LoginLogListData) GetUpdateBy() string

func (*LoginLogListData) GetUpdateTime

func (x *LoginLogListData) GetUpdateTime() string

func (*LoginLogListData) GetUserName

func (x *LoginLogListData) GetUserName() string

func (*LoginLogListData) ProtoMessage

func (*LoginLogListData) ProtoMessage()

func (*LoginLogListData) ProtoReflect

func (x *LoginLogListData) ProtoReflect() protoreflect.Message

func (*LoginLogListData) Reset

func (x *LoginLogListData) Reset()

func (*LoginLogListData) String

func (x *LoginLogListData) String() string

type LoginLogListReq

type LoginLogListReq struct {
	Current  int64  `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	PageSize int64  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	UserName string `protobuf:"bytes,3,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Ip       string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLogListReq) Descriptor deprecated

func (*LoginLogListReq) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogListReq.ProtoReflect.Descriptor instead.

func (*LoginLogListReq) GetCurrent

func (x *LoginLogListReq) GetCurrent() int64

func (*LoginLogListReq) GetIp

func (x *LoginLogListReq) GetIp() string

func (*LoginLogListReq) GetPageSize

func (x *LoginLogListReq) GetPageSize() int64

func (*LoginLogListReq) GetUserName

func (x *LoginLogListReq) GetUserName() string

func (*LoginLogListReq) ProtoMessage

func (*LoginLogListReq) ProtoMessage()

func (*LoginLogListReq) ProtoReflect

func (x *LoginLogListReq) ProtoReflect() protoreflect.Message

func (*LoginLogListReq) Reset

func (x *LoginLogListReq) Reset()

func (*LoginLogListReq) String

func (x *LoginLogListReq) String() string

type LoginLogListResp

type LoginLogListResp struct {
	Total int64               `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*LoginLogListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLogListResp) Descriptor deprecated

func (*LoginLogListResp) Descriptor() ([]byte, []int)

Deprecated: Use LoginLogListResp.ProtoReflect.Descriptor instead.

func (*LoginLogListResp) GetList

func (x *LoginLogListResp) GetList() []*LoginLogListData

func (*LoginLogListResp) GetTotal

func (x *LoginLogListResp) GetTotal() int64

func (*LoginLogListResp) ProtoMessage

func (*LoginLogListResp) ProtoMessage()

func (*LoginLogListResp) ProtoReflect

func (x *LoginLogListResp) ProtoReflect() protoreflect.Message

func (*LoginLogListResp) Reset

func (x *LoginLogListResp) Reset()

func (*LoginLogListResp) String

func (x *LoginLogListResp) String() string

type LoginLogServiceClient

type LoginLogServiceClient interface {
	LoginLogAdd(ctx context.Context, in *LoginLogAddReq, opts ...grpc.CallOption) (*LoginLogAddResp, error)
	LoginLogList(ctx context.Context, in *LoginLogListReq, opts ...grpc.CallOption) (*LoginLogListResp, error)
	LoginLogDelete(ctx context.Context, in *LoginLogDeleteReq, opts ...grpc.CallOption) (*LoginLogDeleteResp, error)
	// 统计后台用户登录---(查询当天登录人数(根据IP,统计当前周登录人数(根据IP),统计当前月登录人数(根据IP))
	StatisticsLoginLog(ctx context.Context, in *StatisticsLoginLogReq, opts ...grpc.CallOption) (*StatisticsLoginLogResp, error)
}

LoginLogServiceClient is the client API for LoginLogService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type LoginLogServiceServer

type LoginLogServiceServer interface {
	LoginLogAdd(context.Context, *LoginLogAddReq) (*LoginLogAddResp, error)
	LoginLogList(context.Context, *LoginLogListReq) (*LoginLogListResp, error)
	LoginLogDelete(context.Context, *LoginLogDeleteReq) (*LoginLogDeleteResp, error)
	// 统计后台用户登录---(查询当天登录人数(根据IP,统计当前周登录人数(根据IP),统计当前月登录人数(根据IP))
	StatisticsLoginLog(context.Context, *StatisticsLoginLogReq) (*StatisticsLoginLogResp, error)
	// contains filtered or unexported methods
}

LoginLogServiceServer is the server API for LoginLogService service. All implementations must embed UnimplementedLoginLogServiceServer for forward compatibility

type LoginReq

type LoginReq struct {
	UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

user start---------------------

func (*LoginReq) Descriptor deprecated

func (*LoginReq) Descriptor() ([]byte, []int)

Deprecated: Use LoginReq.ProtoReflect.Descriptor instead.

func (*LoginReq) GetPassword

func (x *LoginReq) GetPassword() string

func (*LoginReq) GetUserName

func (x *LoginReq) GetUserName() string

func (*LoginReq) ProtoMessage

func (*LoginReq) ProtoMessage()

func (*LoginReq) ProtoReflect

func (x *LoginReq) ProtoReflect() protoreflect.Message

func (*LoginReq) Reset

func (x *LoginReq) Reset()

func (*LoginReq) String

func (x *LoginReq) String() string

type LoginResp

type LoginResp struct {
	Status           string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	CurrentAuthority string `protobuf:"bytes,2,opt,name=currentAuthority,proto3" json:"currentAuthority,omitempty"`
	Id               int64  `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	UserName         string `protobuf:"bytes,4,opt,name=userName,proto3" json:"userName,omitempty"`
	AccessToken      string `protobuf:"bytes,5,opt,name=AccessToken,proto3" json:"AccessToken,omitempty"`
	AccessExpire     int64  `protobuf:"varint,6,opt,name=AccessExpire,proto3" json:"AccessExpire,omitempty"`
	RefreshAfter     int64  `protobuf:"varint,7,opt,name=RefreshAfter,proto3" json:"RefreshAfter,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginResp) Descriptor deprecated

func (*LoginResp) Descriptor() ([]byte, []int)

Deprecated: Use LoginResp.ProtoReflect.Descriptor instead.

func (*LoginResp) GetAccessExpire

func (x *LoginResp) GetAccessExpire() int64

func (*LoginResp) GetAccessToken

func (x *LoginResp) GetAccessToken() string

func (*LoginResp) GetCurrentAuthority

func (x *LoginResp) GetCurrentAuthority() string

func (*LoginResp) GetId

func (x *LoginResp) GetId() int64

func (*LoginResp) GetRefreshAfter

func (x *LoginResp) GetRefreshAfter() int64

func (*LoginResp) GetStatus

func (x *LoginResp) GetStatus() string

func (*LoginResp) GetUserName

func (x *LoginResp) GetUserName() string

func (*LoginResp) ProtoMessage

func (*LoginResp) ProtoMessage()

func (*LoginResp) ProtoReflect

func (x *LoginResp) ProtoReflect() protoreflect.Message

func (*LoginResp) Reset

func (x *LoginResp) Reset()

func (*LoginResp) String

func (x *LoginResp) String() string
type MenuAddReq struct {
	Name          string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ParentId      int64  `protobuf:"varint,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Url           string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Perms         string `protobuf:"bytes,4,opt,name=perms,proto3" json:"perms,omitempty"`
	Type          int32  `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"`
	Icon          string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"`
	OrderNum      int32  `protobuf:"varint,7,opt,name=order_num,json=orderNum,proto3" json:"order_num,omitempty"`
	CreateBy      string `protobuf:"bytes,8,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	VuePath       string `protobuf:"bytes,9,opt,name=vuePath,proto3" json:"vuePath,omitempty"`
	VueComponent  string `protobuf:"bytes,10,opt,name=vueComponent,proto3" json:"vueComponent,omitempty"`
	VueIcon       string `protobuf:"bytes,11,opt,name=vueIcon,proto3" json:"vueIcon,omitempty"`
	VueRedirect   string `protobuf:"bytes,12,opt,name=vueRedirect,proto3" json:"vueRedirect,omitempty"`
	DelFlag       int32  `protobuf:"varint,13,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	BackgroundUrl string `protobuf:"bytes,14,opt,name=background_url,json=backgroundUrl,proto3" json:"background_url,omitempty"`
	// contains filtered or unexported fields
}

menu start---------------------

func (*MenuAddReq) Descriptor() ([]byte, []int)

Deprecated: Use MenuAddReq.ProtoReflect.Descriptor instead.

func (x *MenuAddReq) GetBackgroundUrl() string
func (x *MenuAddReq) GetCreateBy() string
func (x *MenuAddReq) GetDelFlag() int32
func (x *MenuAddReq) GetIcon() string
func (x *MenuAddReq) GetName() string
func (x *MenuAddReq) GetOrderNum() int32
func (x *MenuAddReq) GetParentId() int64
func (x *MenuAddReq) GetPerms() string
func (x *MenuAddReq) GetType() int32
func (x *MenuAddReq) GetUrl() string
func (x *MenuAddReq) GetVueComponent() string
func (x *MenuAddReq) GetVueIcon() string
func (x *MenuAddReq) GetVuePath() string
func (x *MenuAddReq) GetVueRedirect() string
func (*MenuAddReq) ProtoMessage()
func (x *MenuAddReq) ProtoReflect() protoreflect.Message
func (x *MenuAddReq) Reset()
func (x *MenuAddReq) String() string
type MenuAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuAddResp) Descriptor() ([]byte, []int)

Deprecated: Use MenuAddResp.ProtoReflect.Descriptor instead.

func (x *MenuAddResp) GetPong() string
func (*MenuAddResp) ProtoMessage()
func (x *MenuAddResp) ProtoReflect() protoreflect.Message
func (x *MenuAddResp) Reset()
func (x *MenuAddResp) String() string
type MenuDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use MenuDeleteReq.ProtoReflect.Descriptor instead.

func (x *MenuDeleteReq) GetIds() []int64
func (*MenuDeleteReq) ProtoMessage()
func (x *MenuDeleteReq) ProtoReflect() protoreflect.Message
func (x *MenuDeleteReq) Reset()
func (x *MenuDeleteReq) String() string
type MenuDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use MenuDeleteResp.ProtoReflect.Descriptor instead.

func (x *MenuDeleteResp) GetPong() string
func (*MenuDeleteResp) ProtoMessage()
func (x *MenuDeleteResp) ProtoReflect() protoreflect.Message
func (x *MenuDeleteResp) Reset()
func (x *MenuDeleteResp) String() string
type MenuListData struct {
	Id            int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId      int64  `protobuf:"varint,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Url           string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Perms         string `protobuf:"bytes,5,opt,name=perms,proto3" json:"perms,omitempty"`
	Type          int32  `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
	Icon          string `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"`
	OrderNum      int32  `protobuf:"varint,8,opt,name=order_num,json=orderNum,proto3" json:"order_num,omitempty"`
	CreateBy      string `protobuf:"bytes,10,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	CreateTime    string `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateBy      string `protobuf:"bytes,12,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	UpdateTime    string `protobuf:"bytes,13,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	DelFlag       int32  `protobuf:"varint,14,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	VuePath       string `protobuf:"bytes,15,opt,name=vuePath,proto3" json:"vuePath,omitempty"`
	VueComponent  string `protobuf:"bytes,16,opt,name=vueComponent,proto3" json:"vueComponent,omitempty"`
	VueIcon       string `protobuf:"bytes,17,opt,name=vueIcon,proto3" json:"vueIcon,omitempty"`
	VueRedirect   string `protobuf:"bytes,18,opt,name=vueRedirect,proto3" json:"vueRedirect,omitempty"`
	BackgroundUrl string `protobuf:"bytes,19,opt,name=background_url,json=backgroundUrl,proto3" json:"background_url,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuListData) Descriptor() ([]byte, []int)

Deprecated: Use MenuListData.ProtoReflect.Descriptor instead.

func (x *MenuListData) GetBackgroundUrl() string
func (x *MenuListData) GetCreateBy() string
func (x *MenuListData) GetCreateTime() string
func (x *MenuListData) GetDelFlag() int32
func (x *MenuListData) GetIcon() string
func (x *MenuListData) GetId() int64
func (x *MenuListData) GetName() string
func (x *MenuListData) GetOrderNum() int32
func (x *MenuListData) GetParentId() int64
func (x *MenuListData) GetPerms() string
func (x *MenuListData) GetType() int32
func (x *MenuListData) GetUpdateBy() string
func (x *MenuListData) GetUpdateTime() string
func (x *MenuListData) GetUrl() string
func (x *MenuListData) GetVueComponent() string
func (x *MenuListData) GetVueIcon() string
func (x *MenuListData) GetVuePath() string
func (x *MenuListData) GetVueRedirect() string
func (*MenuListData) ProtoMessage()
func (x *MenuListData) ProtoReflect() protoreflect.Message
func (x *MenuListData) Reset()
func (x *MenuListData) String() string
type MenuListReq struct {

	// int64 current = 1;
	// int64 pageSize = 2;
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Url  string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuListReq) Descriptor() ([]byte, []int)

Deprecated: Use MenuListReq.ProtoReflect.Descriptor instead.

func (x *MenuListReq) GetName() string
func (x *MenuListReq) GetUrl() string
func (*MenuListReq) ProtoMessage()
func (x *MenuListReq) ProtoReflect() protoreflect.Message
func (x *MenuListReq) Reset()
func (x *MenuListReq) String() string
type MenuListResp struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*MenuListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuListResp) Descriptor() ([]byte, []int)

Deprecated: Use MenuListResp.ProtoReflect.Descriptor instead.

func (x *MenuListResp) GetList() []*MenuListData
func (x *MenuListResp) GetTotal() int64
func (*MenuListResp) ProtoMessage()
func (x *MenuListResp) ProtoReflect() protoreflect.Message
func (x *MenuListResp) Reset()
func (x *MenuListResp) String() string
type MenuListTree struct {
	Id           int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Icon         string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"`
	ParentId     int64  `protobuf:"varint,4,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Path         string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	VuePath      string `protobuf:"bytes,6,opt,name=vue_path,json=vuePath,proto3" json:"vue_path,omitempty"`
	VueComponent string `protobuf:"bytes,7,opt,name=vue_component,json=vueComponent,proto3" json:"vue_component,omitempty"`
	VueIcon      string `protobuf:"bytes,8,opt,name=vue_icon,json=vueIcon,proto3" json:"vue_icon,omitempty"`
	VueRedirect  string `protobuf:"bytes,9,opt,name=vue_redirect,json=vueRedirect,proto3" json:"vue_redirect,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuListTree) Descriptor() ([]byte, []int)

Deprecated: Use MenuListTree.ProtoReflect.Descriptor instead.

func (x *MenuListTree) GetIcon() string
func (x *MenuListTree) GetId() int64
func (x *MenuListTree) GetName() string
func (x *MenuListTree) GetParentId() int64
func (x *MenuListTree) GetPath() string
func (x *MenuListTree) GetVueComponent() string
func (x *MenuListTree) GetVueIcon() string
func (x *MenuListTree) GetVuePath() string
func (x *MenuListTree) GetVueRedirect() string
func (*MenuListTree) ProtoMessage()
func (x *MenuListTree) ProtoReflect() protoreflect.Message
func (x *MenuListTree) Reset()
func (x *MenuListTree) String() string
type MenuServiceClient interface {
	MenuAdd(ctx context.Context, in *MenuAddReq, opts ...grpc.CallOption) (*MenuAddResp, error)
	MenuList(ctx context.Context, in *MenuListReq, opts ...grpc.CallOption) (*MenuListResp, error)
	MenuUpdate(ctx context.Context, in *MenuUpdateReq, opts ...grpc.CallOption) (*MenuUpdateResp, error)
	MenuDelete(ctx context.Context, in *MenuDeleteReq, opts ...grpc.CallOption) (*MenuDeleteResp, error)
}

MenuServiceClient is the client API for MenuService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type MenuServiceServer interface {
	MenuAdd(context.Context, *MenuAddReq) (*MenuAddResp, error)
	MenuList(context.Context, *MenuListReq) (*MenuListResp, error)
	MenuUpdate(context.Context, *MenuUpdateReq) (*MenuUpdateResp, error)
	MenuDelete(context.Context, *MenuDeleteReq) (*MenuDeleteResp, error)
	// contains filtered or unexported methods
}

MenuServiceServer is the server API for MenuService service. All implementations must embed UnimplementedMenuServiceServer for forward compatibility

type MenuUpdateReq struct {
	Id            int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentId      int64  `protobuf:"varint,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Url           string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Perms         string `protobuf:"bytes,5,opt,name=perms,proto3" json:"perms,omitempty"`
	Type          int32  `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
	Icon          string `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"`
	OrderNum      int32  `protobuf:"varint,8,opt,name=order_num,json=orderNum,proto3" json:"order_num,omitempty"`
	UpdateBy      string `protobuf:"bytes,9,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	VuePath       string `protobuf:"bytes,10,opt,name=vuePath,proto3" json:"vuePath,omitempty"`
	VueComponent  string `protobuf:"bytes,11,opt,name=vueComponent,proto3" json:"vueComponent,omitempty"`
	VueIcon       string `protobuf:"bytes,12,opt,name=vueIcon,proto3" json:"vueIcon,omitempty"`
	VueRedirect   string `protobuf:"bytes,13,opt,name=vueRedirect,proto3" json:"vueRedirect,omitempty"`
	DelFlag       int32  `protobuf:"varint,14,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	BackgroundUrl string `protobuf:"bytes,15,opt,name=background_url,json=backgroundUrl,proto3" json:"background_url,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use MenuUpdateReq.ProtoReflect.Descriptor instead.

func (x *MenuUpdateReq) GetBackgroundUrl() string
func (x *MenuUpdateReq) GetDelFlag() int32
func (x *MenuUpdateReq) GetIcon() string
func (x *MenuUpdateReq) GetId() int64
func (x *MenuUpdateReq) GetName() string
func (x *MenuUpdateReq) GetOrderNum() int32
func (x *MenuUpdateReq) GetParentId() int64
func (x *MenuUpdateReq) GetPerms() string
func (x *MenuUpdateReq) GetType() int32
func (x *MenuUpdateReq) GetUpdateBy() string
func (x *MenuUpdateReq) GetUrl() string
func (x *MenuUpdateReq) GetVueComponent() string
func (x *MenuUpdateReq) GetVueIcon() string
func (x *MenuUpdateReq) GetVuePath() string
func (x *MenuUpdateReq) GetVueRedirect() string
func (*MenuUpdateReq) ProtoMessage()
func (x *MenuUpdateReq) ProtoReflect() protoreflect.Message
func (x *MenuUpdateReq) Reset()
func (x *MenuUpdateReq) String() string
type MenuUpdateResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}
func (*MenuUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use MenuUpdateResp.ProtoReflect.Descriptor instead.

func (x *MenuUpdateResp) GetPong() string
func (*MenuUpdateResp) ProtoMessage()
func (x *MenuUpdateResp) ProtoReflect() protoreflect.Message
func (x *MenuUpdateResp) Reset()
func (x *MenuUpdateResp) String() string

type QueryMenuByRoleIdReq

type QueryMenuByRoleIdReq struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryMenuByRoleIdReq) Descriptor deprecated

func (*QueryMenuByRoleIdReq) Descriptor() ([]byte, []int)

Deprecated: Use QueryMenuByRoleIdReq.ProtoReflect.Descriptor instead.

func (*QueryMenuByRoleIdReq) GetId

func (x *QueryMenuByRoleIdReq) GetId() int64

func (*QueryMenuByRoleIdReq) ProtoMessage

func (*QueryMenuByRoleIdReq) ProtoMessage()

func (*QueryMenuByRoleIdReq) ProtoReflect

func (x *QueryMenuByRoleIdReq) ProtoReflect() protoreflect.Message

func (*QueryMenuByRoleIdReq) Reset

func (x *QueryMenuByRoleIdReq) Reset()

func (*QueryMenuByRoleIdReq) String

func (x *QueryMenuByRoleIdReq) String() string

type QueryMenuByRoleIdResp

type QueryMenuByRoleIdResp struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryMenuByRoleIdResp) Descriptor deprecated

func (*QueryMenuByRoleIdResp) Descriptor() ([]byte, []int)

Deprecated: Use QueryMenuByRoleIdResp.ProtoReflect.Descriptor instead.

func (*QueryMenuByRoleIdResp) GetIds

func (x *QueryMenuByRoleIdResp) GetIds() []int64

func (*QueryMenuByRoleIdResp) ProtoMessage

func (*QueryMenuByRoleIdResp) ProtoMessage()

func (*QueryMenuByRoleIdResp) ProtoReflect

func (x *QueryMenuByRoleIdResp) ProtoReflect() protoreflect.Message

func (*QueryMenuByRoleIdResp) Reset

func (x *QueryMenuByRoleIdResp) Reset()

func (*QueryMenuByRoleIdResp) String

func (x *QueryMenuByRoleIdResp) String() string

type ReSetPasswordReq

type ReSetPasswordReq struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UpdateBy string `protobuf:"bytes,2,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	// contains filtered or unexported fields
}

func (*ReSetPasswordReq) Descriptor deprecated

func (*ReSetPasswordReq) Descriptor() ([]byte, []int)

Deprecated: Use ReSetPasswordReq.ProtoReflect.Descriptor instead.

func (*ReSetPasswordReq) GetId

func (x *ReSetPasswordReq) GetId() int64

func (*ReSetPasswordReq) GetUpdateBy

func (x *ReSetPasswordReq) GetUpdateBy() string

func (*ReSetPasswordReq) ProtoMessage

func (*ReSetPasswordReq) ProtoMessage()

func (*ReSetPasswordReq) ProtoReflect

func (x *ReSetPasswordReq) ProtoReflect() protoreflect.Message

func (*ReSetPasswordReq) Reset

func (x *ReSetPasswordReq) Reset()

func (*ReSetPasswordReq) String

func (x *ReSetPasswordReq) String() string

type ReSetPasswordResp

type ReSetPasswordResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*ReSetPasswordResp) Descriptor deprecated

func (*ReSetPasswordResp) Descriptor() ([]byte, []int)

Deprecated: Use ReSetPasswordResp.ProtoReflect.Descriptor instead.

func (*ReSetPasswordResp) GetPong

func (x *ReSetPasswordResp) GetPong() string

func (*ReSetPasswordResp) ProtoMessage

func (*ReSetPasswordResp) ProtoMessage()

func (*ReSetPasswordResp) ProtoReflect

func (x *ReSetPasswordResp) ProtoReflect() protoreflect.Message

func (*ReSetPasswordResp) Reset

func (x *ReSetPasswordResp) Reset()

func (*ReSetPasswordResp) String

func (x *ReSetPasswordResp) String() string

type RoleAddReq

type RoleAddReq struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Remark   string `protobuf:"bytes,2,opt,name=remark,proto3" json:"remark,omitempty"`
	CreateBy string `protobuf:"bytes,3,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	Status   int32  `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

role start---------------------

func (*RoleAddReq) Descriptor deprecated

func (*RoleAddReq) Descriptor() ([]byte, []int)

Deprecated: Use RoleAddReq.ProtoReflect.Descriptor instead.

func (*RoleAddReq) GetCreateBy

func (x *RoleAddReq) GetCreateBy() string

func (*RoleAddReq) GetName

func (x *RoleAddReq) GetName() string

func (*RoleAddReq) GetRemark

func (x *RoleAddReq) GetRemark() string

func (*RoleAddReq) GetStatus

func (x *RoleAddReq) GetStatus() int32

func (*RoleAddReq) ProtoMessage

func (*RoleAddReq) ProtoMessage()

func (*RoleAddReq) ProtoReflect

func (x *RoleAddReq) ProtoReflect() protoreflect.Message

func (*RoleAddReq) Reset

func (x *RoleAddReq) Reset()

func (*RoleAddReq) String

func (x *RoleAddReq) String() string

type RoleAddResp

type RoleAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleAddResp) Descriptor deprecated

func (*RoleAddResp) Descriptor() ([]byte, []int)

Deprecated: Use RoleAddResp.ProtoReflect.Descriptor instead.

func (*RoleAddResp) GetPong

func (x *RoleAddResp) GetPong() string

func (*RoleAddResp) ProtoMessage

func (*RoleAddResp) ProtoMessage()

func (*RoleAddResp) ProtoReflect

func (x *RoleAddResp) ProtoReflect() protoreflect.Message

func (*RoleAddResp) Reset

func (x *RoleAddResp) Reset()

func (*RoleAddResp) String

func (x *RoleAddResp) String() string

type RoleDeleteReq

type RoleDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleDeleteReq) Descriptor deprecated

func (*RoleDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use RoleDeleteReq.ProtoReflect.Descriptor instead.

func (*RoleDeleteReq) GetIds

func (x *RoleDeleteReq) GetIds() []int64

func (*RoleDeleteReq) ProtoMessage

func (*RoleDeleteReq) ProtoMessage()

func (*RoleDeleteReq) ProtoReflect

func (x *RoleDeleteReq) ProtoReflect() protoreflect.Message

func (*RoleDeleteReq) Reset

func (x *RoleDeleteReq) Reset()

func (*RoleDeleteReq) String

func (x *RoleDeleteReq) String() string

type RoleDeleteResp

type RoleDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleDeleteResp) Descriptor deprecated

func (*RoleDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use RoleDeleteResp.ProtoReflect.Descriptor instead.

func (*RoleDeleteResp) GetPong

func (x *RoleDeleteResp) GetPong() string

func (*RoleDeleteResp) ProtoMessage

func (*RoleDeleteResp) ProtoMessage()

func (*RoleDeleteResp) ProtoReflect

func (x *RoleDeleteResp) ProtoReflect() protoreflect.Message

func (*RoleDeleteResp) Reset

func (x *RoleDeleteResp) Reset()

func (*RoleDeleteResp) String

func (x *RoleDeleteResp) String() string

type RoleListData

type RoleListData struct {
	Id         int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Remark     string `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark,omitempty"`
	CreateBy   string `protobuf:"bytes,4,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	CreateTime string `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateBy   string `protobuf:"bytes,6,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	UpdateTime string `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	DelFlag    int32  `protobuf:"varint,8,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	Status     int32  `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleListData) Descriptor deprecated

func (*RoleListData) Descriptor() ([]byte, []int)

Deprecated: Use RoleListData.ProtoReflect.Descriptor instead.

func (*RoleListData) GetCreateBy

func (x *RoleListData) GetCreateBy() string

func (*RoleListData) GetCreateTime

func (x *RoleListData) GetCreateTime() string

func (*RoleListData) GetDelFlag

func (x *RoleListData) GetDelFlag() int32

func (*RoleListData) GetId

func (x *RoleListData) GetId() int64

func (*RoleListData) GetName

func (x *RoleListData) GetName() string

func (*RoleListData) GetRemark

func (x *RoleListData) GetRemark() string

func (*RoleListData) GetStatus

func (x *RoleListData) GetStatus() int32

func (*RoleListData) GetUpdateBy

func (x *RoleListData) GetUpdateBy() string

func (*RoleListData) GetUpdateTime

func (x *RoleListData) GetUpdateTime() string

func (*RoleListData) ProtoMessage

func (*RoleListData) ProtoMessage()

func (*RoleListData) ProtoReflect

func (x *RoleListData) ProtoReflect() protoreflect.Message

func (*RoleListData) Reset

func (x *RoleListData) Reset()

func (*RoleListData) String

func (x *RoleListData) String() string

type RoleListReq

type RoleListReq struct {
	Current  int64  `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	PageSize int64  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Status   int32  `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleListReq) Descriptor deprecated

func (*RoleListReq) Descriptor() ([]byte, []int)

Deprecated: Use RoleListReq.ProtoReflect.Descriptor instead.

func (*RoleListReq) GetCurrent

func (x *RoleListReq) GetCurrent() int64

func (*RoleListReq) GetName

func (x *RoleListReq) GetName() string

func (*RoleListReq) GetPageSize

func (x *RoleListReq) GetPageSize() int64

func (*RoleListReq) GetStatus

func (x *RoleListReq) GetStatus() int32

func (*RoleListReq) ProtoMessage

func (*RoleListReq) ProtoMessage()

func (*RoleListReq) ProtoReflect

func (x *RoleListReq) ProtoReflect() protoreflect.Message

func (*RoleListReq) Reset

func (x *RoleListReq) Reset()

func (*RoleListReq) String

func (x *RoleListReq) String() string

type RoleListResp

type RoleListResp struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*RoleListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleListResp) Descriptor deprecated

func (*RoleListResp) Descriptor() ([]byte, []int)

Deprecated: Use RoleListResp.ProtoReflect.Descriptor instead.

func (*RoleListResp) GetList

func (x *RoleListResp) GetList() []*RoleListData

func (*RoleListResp) GetTotal

func (x *RoleListResp) GetTotal() int64

func (*RoleListResp) ProtoMessage

func (*RoleListResp) ProtoMessage()

func (*RoleListResp) ProtoReflect

func (x *RoleListResp) ProtoReflect() protoreflect.Message

func (*RoleListResp) Reset

func (x *RoleListResp) Reset()

func (*RoleListResp) String

func (x *RoleListResp) String() string

type RoleServiceClient

type RoleServiceClient interface {
	RoleAdd(ctx context.Context, in *RoleAddReq, opts ...grpc.CallOption) (*RoleAddResp, error)
	RoleList(ctx context.Context, in *RoleListReq, opts ...grpc.CallOption) (*RoleListResp, error)
	RoleUpdate(ctx context.Context, in *RoleUpdateReq, opts ...grpc.CallOption) (*RoleUpdateResp, error)
	RoleDelete(ctx context.Context, in *RoleDeleteReq, opts ...grpc.CallOption) (*RoleDeleteResp, error)
	QueryMenuByRoleId(ctx context.Context, in *QueryMenuByRoleIdReq, opts ...grpc.CallOption) (*QueryMenuByRoleIdResp, error)
	UpdateMenuRole(ctx context.Context, in *UpdateMenuRoleReq, opts ...grpc.CallOption) (*UpdateMenuRoleResp, error)
}

RoleServiceClient is the client API for RoleService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RoleServiceServer

type RoleServiceServer interface {
	RoleAdd(context.Context, *RoleAddReq) (*RoleAddResp, error)
	RoleList(context.Context, *RoleListReq) (*RoleListResp, error)
	RoleUpdate(context.Context, *RoleUpdateReq) (*RoleUpdateResp, error)
	RoleDelete(context.Context, *RoleDeleteReq) (*RoleDeleteResp, error)
	QueryMenuByRoleId(context.Context, *QueryMenuByRoleIdReq) (*QueryMenuByRoleIdResp, error)
	UpdateMenuRole(context.Context, *UpdateMenuRoleReq) (*UpdateMenuRoleResp, error)
	// contains filtered or unexported methods
}

RoleServiceServer is the server API for RoleService service. All implementations must embed UnimplementedRoleServiceServer for forward compatibility

type RoleUpdateReq

type RoleUpdateReq struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Remark   string `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark,omitempty"`
	UpdateBy string `protobuf:"bytes,4,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	Status   int32  `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleUpdateReq) Descriptor deprecated

func (*RoleUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use RoleUpdateReq.ProtoReflect.Descriptor instead.

func (*RoleUpdateReq) GetId

func (x *RoleUpdateReq) GetId() int64

func (*RoleUpdateReq) GetName

func (x *RoleUpdateReq) GetName() string

func (*RoleUpdateReq) GetRemark

func (x *RoleUpdateReq) GetRemark() string

func (*RoleUpdateReq) GetStatus

func (x *RoleUpdateReq) GetStatus() int32

func (*RoleUpdateReq) GetUpdateBy

func (x *RoleUpdateReq) GetUpdateBy() string

func (*RoleUpdateReq) ProtoMessage

func (*RoleUpdateReq) ProtoMessage()

func (*RoleUpdateReq) ProtoReflect

func (x *RoleUpdateReq) ProtoReflect() protoreflect.Message

func (*RoleUpdateReq) Reset

func (x *RoleUpdateReq) Reset()

func (*RoleUpdateReq) String

func (x *RoleUpdateReq) String() string

type RoleUpdateResp

type RoleUpdateResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleUpdateResp) Descriptor deprecated

func (*RoleUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use RoleUpdateResp.ProtoReflect.Descriptor instead.

func (*RoleUpdateResp) GetPong

func (x *RoleUpdateResp) GetPong() string

func (*RoleUpdateResp) ProtoMessage

func (*RoleUpdateResp) ProtoMessage()

func (*RoleUpdateResp) ProtoReflect

func (x *RoleUpdateResp) ProtoReflect() protoreflect.Message

func (*RoleUpdateResp) Reset

func (x *RoleUpdateResp) Reset()

func (*RoleUpdateResp) String

func (x *RoleUpdateResp) String() string

type StatisticsLoginLogReq

type StatisticsLoginLogReq struct {
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*StatisticsLoginLogReq) Descriptor deprecated

func (*StatisticsLoginLogReq) Descriptor() ([]byte, []int)

Deprecated: Use StatisticsLoginLogReq.ProtoReflect.Descriptor instead.

func (*StatisticsLoginLogReq) GetStatus

func (x *StatisticsLoginLogReq) GetStatus() string

func (*StatisticsLoginLogReq) ProtoMessage

func (*StatisticsLoginLogReq) ProtoMessage()

func (*StatisticsLoginLogReq) ProtoReflect

func (x *StatisticsLoginLogReq) ProtoReflect() protoreflect.Message

func (*StatisticsLoginLogReq) Reset

func (x *StatisticsLoginLogReq) Reset()

func (*StatisticsLoginLogReq) String

func (x *StatisticsLoginLogReq) String() string

type StatisticsLoginLogResp

type StatisticsLoginLogResp struct {

	// 查询当天登录人数(根据IP)
	CurrentDayLoginCount int32 `` /* 126-byte string literal not displayed */
	// 统计当前周登录人数(根据IP)
	CurrentWeekLoginCount int32 `` /* 129-byte string literal not displayed */
	// 统计当前月登录人数(根据IP)
	CurrentMonthLoginCount int32 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatisticsLoginLogResp) Descriptor deprecated

func (*StatisticsLoginLogResp) Descriptor() ([]byte, []int)

Deprecated: Use StatisticsLoginLogResp.ProtoReflect.Descriptor instead.

func (*StatisticsLoginLogResp) GetCurrentDayLoginCount

func (x *StatisticsLoginLogResp) GetCurrentDayLoginCount() int32

func (*StatisticsLoginLogResp) GetCurrentMonthLoginCount

func (x *StatisticsLoginLogResp) GetCurrentMonthLoginCount() int32

func (*StatisticsLoginLogResp) GetCurrentWeekLoginCount

func (x *StatisticsLoginLogResp) GetCurrentWeekLoginCount() int32

func (*StatisticsLoginLogResp) ProtoMessage

func (*StatisticsLoginLogResp) ProtoMessage()

func (*StatisticsLoginLogResp) ProtoReflect

func (x *StatisticsLoginLogResp) ProtoReflect() protoreflect.Message

func (*StatisticsLoginLogResp) Reset

func (x *StatisticsLoginLogResp) Reset()

func (*StatisticsLoginLogResp) String

func (x *StatisticsLoginLogResp) String() string

type SysLogAddReq

type SysLogAddReq struct {
	UserName       string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Operation      string `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
	Method         string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	RequestParams  string `protobuf:"bytes,4,opt,name=request_params,json=requestParams,proto3" json:"request_params,omitempty"`
	Time           int64  `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"`
	Ip             string `protobuf:"bytes,6,opt,name=ip,proto3" json:"ip,omitempty"`
	ResponseParams string `protobuf:"bytes,7,opt,name=response_params,json=responseParams,proto3" json:"response_params,omitempty"`
	// contains filtered or unexported fields
}

sysLog start---------------------

func (*SysLogAddReq) Descriptor deprecated

func (*SysLogAddReq) Descriptor() ([]byte, []int)

Deprecated: Use SysLogAddReq.ProtoReflect.Descriptor instead.

func (*SysLogAddReq) GetIp

func (x *SysLogAddReq) GetIp() string

func (*SysLogAddReq) GetMethod

func (x *SysLogAddReq) GetMethod() string

func (*SysLogAddReq) GetOperation

func (x *SysLogAddReq) GetOperation() string

func (*SysLogAddReq) GetRequestParams

func (x *SysLogAddReq) GetRequestParams() string

func (*SysLogAddReq) GetResponseParams

func (x *SysLogAddReq) GetResponseParams() string

func (*SysLogAddReq) GetTime

func (x *SysLogAddReq) GetTime() int64

func (*SysLogAddReq) GetUserName

func (x *SysLogAddReq) GetUserName() string

func (*SysLogAddReq) ProtoMessage

func (*SysLogAddReq) ProtoMessage()

func (*SysLogAddReq) ProtoReflect

func (x *SysLogAddReq) ProtoReflect() protoreflect.Message

func (*SysLogAddReq) Reset

func (x *SysLogAddReq) Reset()

func (*SysLogAddReq) String

func (x *SysLogAddReq) String() string

type SysLogAddResp

type SysLogAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*SysLogAddResp) Descriptor deprecated

func (*SysLogAddResp) Descriptor() ([]byte, []int)

Deprecated: Use SysLogAddResp.ProtoReflect.Descriptor instead.

func (*SysLogAddResp) GetPong

func (x *SysLogAddResp) GetPong() string

func (*SysLogAddResp) ProtoMessage

func (*SysLogAddResp) ProtoMessage()

func (*SysLogAddResp) ProtoReflect

func (x *SysLogAddResp) ProtoReflect() protoreflect.Message

func (*SysLogAddResp) Reset

func (x *SysLogAddResp) Reset()

func (*SysLogAddResp) String

func (x *SysLogAddResp) String() string

type SysLogDeleteReq

type SysLogDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SysLogDeleteReq) Descriptor deprecated

func (*SysLogDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use SysLogDeleteReq.ProtoReflect.Descriptor instead.

func (*SysLogDeleteReq) GetIds

func (x *SysLogDeleteReq) GetIds() []int64

func (*SysLogDeleteReq) ProtoMessage

func (*SysLogDeleteReq) ProtoMessage()

func (*SysLogDeleteReq) ProtoReflect

func (x *SysLogDeleteReq) ProtoReflect() protoreflect.Message

func (*SysLogDeleteReq) Reset

func (x *SysLogDeleteReq) Reset()

func (*SysLogDeleteReq) String

func (x *SysLogDeleteReq) String() string

type SysLogDeleteResp

type SysLogDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*SysLogDeleteResp) Descriptor deprecated

func (*SysLogDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use SysLogDeleteResp.ProtoReflect.Descriptor instead.

func (*SysLogDeleteResp) GetPong

func (x *SysLogDeleteResp) GetPong() string

func (*SysLogDeleteResp) ProtoMessage

func (*SysLogDeleteResp) ProtoMessage()

func (*SysLogDeleteResp) ProtoReflect

func (x *SysLogDeleteResp) ProtoReflect() protoreflect.Message

func (*SysLogDeleteResp) Reset

func (x *SysLogDeleteResp) Reset()

func (*SysLogDeleteResp) String

func (x *SysLogDeleteResp) String() string

type SysLogListData

type SysLogListData struct {
	Id             int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserName       string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Operation      string `protobuf:"bytes,3,opt,name=operation,proto3" json:"operation,omitempty"`
	Method         string `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`
	RequestParams  string `protobuf:"bytes,5,opt,name=request_params,json=requestParams,proto3" json:"request_params,omitempty"`
	Time           int64  `protobuf:"varint,6,opt,name=time,proto3" json:"time,omitempty"`
	Ip             string `protobuf:"bytes,7,opt,name=ip,proto3" json:"ip,omitempty"`
	ResponseParams string `protobuf:"bytes,8,opt,name=response_params,json=responseParams,proto3" json:"response_params,omitempty"`
	OperationTime  string `protobuf:"bytes,9,opt,name=operation_time,json=operationTime,proto3" json:"operation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SysLogListData) Descriptor deprecated

func (*SysLogListData) Descriptor() ([]byte, []int)

Deprecated: Use SysLogListData.ProtoReflect.Descriptor instead.

func (*SysLogListData) GetId

func (x *SysLogListData) GetId() int64

func (*SysLogListData) GetIp

func (x *SysLogListData) GetIp() string

func (*SysLogListData) GetMethod

func (x *SysLogListData) GetMethod() string

func (*SysLogListData) GetOperation

func (x *SysLogListData) GetOperation() string

func (*SysLogListData) GetOperationTime

func (x *SysLogListData) GetOperationTime() string

func (*SysLogListData) GetRequestParams

func (x *SysLogListData) GetRequestParams() string

func (*SysLogListData) GetResponseParams

func (x *SysLogListData) GetResponseParams() string

func (*SysLogListData) GetTime

func (x *SysLogListData) GetTime() int64

func (*SysLogListData) GetUserName

func (x *SysLogListData) GetUserName() string

func (*SysLogListData) ProtoMessage

func (*SysLogListData) ProtoMessage()

func (*SysLogListData) ProtoReflect

func (x *SysLogListData) ProtoReflect() protoreflect.Message

func (*SysLogListData) Reset

func (x *SysLogListData) Reset()

func (*SysLogListData) String

func (x *SysLogListData) String() string

type SysLogListReq

type SysLogListReq struct {
	Current  int64  `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	PageSize int64  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	UserName string `protobuf:"bytes,3,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	Method   string `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*SysLogListReq) Descriptor deprecated

func (*SysLogListReq) Descriptor() ([]byte, []int)

Deprecated: Use SysLogListReq.ProtoReflect.Descriptor instead.

func (*SysLogListReq) GetCurrent

func (x *SysLogListReq) GetCurrent() int64

func (*SysLogListReq) GetMethod

func (x *SysLogListReq) GetMethod() string

func (*SysLogListReq) GetPageSize

func (x *SysLogListReq) GetPageSize() int64

func (*SysLogListReq) GetUserName

func (x *SysLogListReq) GetUserName() string

func (*SysLogListReq) ProtoMessage

func (*SysLogListReq) ProtoMessage()

func (*SysLogListReq) ProtoReflect

func (x *SysLogListReq) ProtoReflect() protoreflect.Message

func (*SysLogListReq) Reset

func (x *SysLogListReq) Reset()

func (*SysLogListReq) String

func (x *SysLogListReq) String() string

type SysLogListResp

type SysLogListResp struct {
	Total int64             `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*SysLogListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*SysLogListResp) Descriptor deprecated

func (*SysLogListResp) Descriptor() ([]byte, []int)

Deprecated: Use SysLogListResp.ProtoReflect.Descriptor instead.

func (*SysLogListResp) GetList

func (x *SysLogListResp) GetList() []*SysLogListData

func (*SysLogListResp) GetTotal

func (x *SysLogListResp) GetTotal() int64

func (*SysLogListResp) ProtoMessage

func (*SysLogListResp) ProtoMessage()

func (*SysLogListResp) ProtoReflect

func (x *SysLogListResp) ProtoReflect() protoreflect.Message

func (*SysLogListResp) Reset

func (x *SysLogListResp) Reset()

func (*SysLogListResp) String

func (x *SysLogListResp) String() string

type SysLogServiceClient

type SysLogServiceClient interface {
	SysLogAdd(ctx context.Context, in *SysLogAddReq, opts ...grpc.CallOption) (*SysLogAddResp, error)
	SysLogList(ctx context.Context, in *SysLogListReq, opts ...grpc.CallOption) (*SysLogListResp, error)
	SysLogDelete(ctx context.Context, in *SysLogDeleteReq, opts ...grpc.CallOption) (*SysLogDeleteResp, error)
}

SysLogServiceClient is the client API for SysLogService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SysLogServiceServer

type SysLogServiceServer interface {
	SysLogAdd(context.Context, *SysLogAddReq) (*SysLogAddResp, error)
	SysLogList(context.Context, *SysLogListReq) (*SysLogListResp, error)
	SysLogDelete(context.Context, *SysLogDeleteReq) (*SysLogDeleteResp, error)
	// contains filtered or unexported methods
}

SysLogServiceServer is the server API for SysLogService service. All implementations must embed UnimplementedSysLogServiceServer for forward compatibility

type UnimplementedDeptServiceServer

type UnimplementedDeptServiceServer struct {
}

UnimplementedDeptServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDeptServiceServer) DeptAdd

func (UnimplementedDeptServiceServer) DeptDelete

func (UnimplementedDeptServiceServer) DeptList

func (UnimplementedDeptServiceServer) DeptUpdate

type UnimplementedDictServiceServer

type UnimplementedDictServiceServer struct {
}

UnimplementedDictServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDictServiceServer) DictAdd

func (UnimplementedDictServiceServer) DictDelete

func (UnimplementedDictServiceServer) DictList

func (UnimplementedDictServiceServer) DictUpdate

type UnimplementedJobServiceServer

type UnimplementedJobServiceServer struct {
}

UnimplementedJobServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJobServiceServer) JobAdd

func (UnimplementedJobServiceServer) JobDelete

func (UnimplementedJobServiceServer) JobList

func (UnimplementedJobServiceServer) JobUpdate

type UnimplementedLoginLogServiceServer

type UnimplementedLoginLogServiceServer struct {
}

UnimplementedLoginLogServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedLoginLogServiceServer) LoginLogAdd

func (UnimplementedLoginLogServiceServer) LoginLogDelete

func (UnimplementedLoginLogServiceServer) LoginLogList

func (UnimplementedLoginLogServiceServer) StatisticsLoginLog

type UnimplementedMenuServiceServer

type UnimplementedMenuServiceServer struct {
}

UnimplementedMenuServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedMenuServiceServer) MenuAdd

func (UnimplementedMenuServiceServer) MenuDelete

func (UnimplementedMenuServiceServer) MenuList

func (UnimplementedMenuServiceServer) MenuUpdate

type UnimplementedRoleServiceServer

type UnimplementedRoleServiceServer struct {
}

UnimplementedRoleServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedRoleServiceServer) QueryMenuByRoleId

func (UnimplementedRoleServiceServer) RoleAdd

func (UnimplementedRoleServiceServer) RoleDelete

func (UnimplementedRoleServiceServer) RoleList

func (UnimplementedRoleServiceServer) RoleUpdate

func (UnimplementedRoleServiceServer) UpdateMenuRole

type UnimplementedSysLogServiceServer

type UnimplementedSysLogServiceServer struct {
}

UnimplementedSysLogServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedSysLogServiceServer) SysLogAdd

func (UnimplementedSysLogServiceServer) SysLogDelete

func (UnimplementedSysLogServiceServer) SysLogList

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedUserServiceServer) Login

func (UnimplementedUserServiceServer) ReSetPassword

func (UnimplementedUserServiceServer) UpdateUserStatus

func (UnimplementedUserServiceServer) UserAdd

func (UnimplementedUserServiceServer) UserDelete

func (UnimplementedUserServiceServer) UserInfo

func (UnimplementedUserServiceServer) UserList

func (UnimplementedUserServiceServer) UserUpdate

type UnsafeDeptServiceServer

type UnsafeDeptServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDeptServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DeptServiceServer will result in compilation errors.

type UnsafeDictServiceServer

type UnsafeDictServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDictServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DictServiceServer will result in compilation errors.

type UnsafeJobServiceServer

type UnsafeJobServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJobServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JobServiceServer will result in compilation errors.

type UnsafeLoginLogServiceServer

type UnsafeLoginLogServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLoginLogServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LoginLogServiceServer will result in compilation errors.

type UnsafeMenuServiceServer

type UnsafeMenuServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMenuServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MenuServiceServer will result in compilation errors.

type UnsafeRoleServiceServer

type UnsafeRoleServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRoleServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RoleServiceServer will result in compilation errors.

type UnsafeSysLogServiceServer

type UnsafeSysLogServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSysLogServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SysLogServiceServer will result in compilation errors.

type UnsafeUserServiceServer

type UnsafeUserServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServiceServer will result in compilation errors.

type UpdateMenuRoleReq

type UpdateMenuRoleReq struct {
	RoleId   int64   `protobuf:"varint,1,opt,name=roleId,proto3" json:"roleId,omitempty"`
	MenuIds  []int64 `protobuf:"varint,2,rep,packed,name=menuIds,proto3" json:"menuIds,omitempty"`
	CreateBy string  `protobuf:"bytes,3,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMenuRoleReq) Descriptor deprecated

func (*UpdateMenuRoleReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMenuRoleReq.ProtoReflect.Descriptor instead.

func (*UpdateMenuRoleReq) GetCreateBy

func (x *UpdateMenuRoleReq) GetCreateBy() string

func (*UpdateMenuRoleReq) GetMenuIds

func (x *UpdateMenuRoleReq) GetMenuIds() []int64

func (*UpdateMenuRoleReq) GetRoleId

func (x *UpdateMenuRoleReq) GetRoleId() int64

func (*UpdateMenuRoleReq) ProtoMessage

func (*UpdateMenuRoleReq) ProtoMessage()

func (*UpdateMenuRoleReq) ProtoReflect

func (x *UpdateMenuRoleReq) ProtoReflect() protoreflect.Message

func (*UpdateMenuRoleReq) Reset

func (x *UpdateMenuRoleReq) Reset()

func (*UpdateMenuRoleReq) String

func (x *UpdateMenuRoleReq) String() string

type UpdateMenuRoleResp

type UpdateMenuRoleResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMenuRoleResp) Descriptor deprecated

func (*UpdateMenuRoleResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMenuRoleResp.ProtoReflect.Descriptor instead.

func (*UpdateMenuRoleResp) GetPong

func (x *UpdateMenuRoleResp) GetPong() string

func (*UpdateMenuRoleResp) ProtoMessage

func (*UpdateMenuRoleResp) ProtoMessage()

func (*UpdateMenuRoleResp) ProtoReflect

func (x *UpdateMenuRoleResp) ProtoReflect() protoreflect.Message

func (*UpdateMenuRoleResp) Reset

func (x *UpdateMenuRoleResp) Reset()

func (*UpdateMenuRoleResp) String

func (x *UpdateMenuRoleResp) String() string

type UserAddReq

type UserAddReq struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Mobile   string `protobuf:"bytes,2,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	NickName string `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	Avatar   string `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
	DeptId   int64  `protobuf:"varint,6,opt,name=dept_id,json=deptId,proto3" json:"dept_id,omitempty"`
	CreateBy string `protobuf:"bytes,7,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	RoleId   int64  `protobuf:"varint,8,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	JobId    int64  `protobuf:"varint,9,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Status   int32  `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAddReq) Descriptor deprecated

func (*UserAddReq) Descriptor() ([]byte, []int)

Deprecated: Use UserAddReq.ProtoReflect.Descriptor instead.

func (*UserAddReq) GetAvatar

func (x *UserAddReq) GetAvatar() string

func (*UserAddReq) GetCreateBy

func (x *UserAddReq) GetCreateBy() string

func (*UserAddReq) GetDeptId

func (x *UserAddReq) GetDeptId() int64

func (*UserAddReq) GetEmail

func (x *UserAddReq) GetEmail() string

func (*UserAddReq) GetJobId

func (x *UserAddReq) GetJobId() int64

func (*UserAddReq) GetMobile

func (x *UserAddReq) GetMobile() string

func (*UserAddReq) GetName

func (x *UserAddReq) GetName() string

func (*UserAddReq) GetNickName

func (x *UserAddReq) GetNickName() string

func (*UserAddReq) GetRoleId

func (x *UserAddReq) GetRoleId() int64

func (*UserAddReq) GetStatus

func (x *UserAddReq) GetStatus() int32

func (*UserAddReq) ProtoMessage

func (*UserAddReq) ProtoMessage()

func (*UserAddReq) ProtoReflect

func (x *UserAddReq) ProtoReflect() protoreflect.Message

func (*UserAddReq) Reset

func (x *UserAddReq) Reset()

func (*UserAddReq) String

func (x *UserAddReq) String() string

type UserAddResp

type UserAddResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAddResp) Descriptor deprecated

func (*UserAddResp) Descriptor() ([]byte, []int)

Deprecated: Use UserAddResp.ProtoReflect.Descriptor instead.

func (*UserAddResp) GetPong

func (x *UserAddResp) GetPong() string

func (*UserAddResp) ProtoMessage

func (*UserAddResp) ProtoMessage()

func (*UserAddResp) ProtoReflect

func (x *UserAddResp) ProtoReflect() protoreflect.Message

func (*UserAddResp) Reset

func (x *UserAddResp) Reset()

func (*UserAddResp) String

func (x *UserAddResp) String() string

type UserDeleteReq

type UserDeleteReq struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDeleteReq) Descriptor deprecated

func (*UserDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use UserDeleteReq.ProtoReflect.Descriptor instead.

func (*UserDeleteReq) GetIds

func (x *UserDeleteReq) GetIds() []int64

func (*UserDeleteReq) ProtoMessage

func (*UserDeleteReq) ProtoMessage()

func (*UserDeleteReq) ProtoReflect

func (x *UserDeleteReq) ProtoReflect() protoreflect.Message

func (*UserDeleteReq) Reset

func (x *UserDeleteReq) Reset()

func (*UserDeleteReq) String

func (x *UserDeleteReq) String() string

type UserDeleteResp

type UserDeleteResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*UserDeleteResp) Descriptor deprecated

func (*UserDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use UserDeleteResp.ProtoReflect.Descriptor instead.

func (*UserDeleteResp) GetPong

func (x *UserDeleteResp) GetPong() string

func (*UserDeleteResp) ProtoMessage

func (*UserDeleteResp) ProtoMessage()

func (*UserDeleteResp) ProtoReflect

func (x *UserDeleteResp) ProtoReflect() protoreflect.Message

func (*UserDeleteResp) Reset

func (x *UserDeleteResp) Reset()

func (*UserDeleteResp) String

func (x *UserDeleteResp) String() string

type UserListData

type UserListData struct {
	Id         int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	NickName   string `protobuf:"bytes,3,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	Avatar     string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Password   string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	Salt       string `protobuf:"bytes,6,opt,name=salt,proto3" json:"salt,omitempty"`
	Email      string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Mobile     string `protobuf:"bytes,8,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Status     int32  `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"`
	DeptId     int64  `protobuf:"varint,10,opt,name=dept_id,json=deptId,proto3" json:"dept_id,omitempty"`
	CreateBy   string `protobuf:"bytes,11,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
	CreateTime string `protobuf:"bytes,12,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateBy   string `protobuf:"bytes,13,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	UpdateTime string `protobuf:"bytes,14,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	DelFlag    int32  `protobuf:"varint,15,opt,name=del_flag,json=delFlag,proto3" json:"del_flag,omitempty"`
	JobId      int64  `protobuf:"varint,16,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	RoleId     int64  `protobuf:"varint,17,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	RoleName   string `protobuf:"bytes,18,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"`
	JobName    string `protobuf:"bytes,19,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"`
	DeptName   string `protobuf:"bytes,20,opt,name=dept_name,json=deptName,proto3" json:"dept_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListData) Descriptor deprecated

func (*UserListData) Descriptor() ([]byte, []int)

Deprecated: Use UserListData.ProtoReflect.Descriptor instead.

func (*UserListData) GetAvatar

func (x *UserListData) GetAvatar() string

func (*UserListData) GetCreateBy

func (x *UserListData) GetCreateBy() string

func (*UserListData) GetCreateTime

func (x *UserListData) GetCreateTime() string

func (*UserListData) GetDelFlag

func (x *UserListData) GetDelFlag() int32

func (*UserListData) GetDeptId

func (x *UserListData) GetDeptId() int64

func (*UserListData) GetDeptName

func (x *UserListData) GetDeptName() string

func (*UserListData) GetEmail

func (x *UserListData) GetEmail() string

func (*UserListData) GetId

func (x *UserListData) GetId() int64

func (*UserListData) GetJobId

func (x *UserListData) GetJobId() int64

func (*UserListData) GetJobName

func (x *UserListData) GetJobName() string

func (*UserListData) GetMobile

func (x *UserListData) GetMobile() string

func (*UserListData) GetName

func (x *UserListData) GetName() string

func (*UserListData) GetNickName

func (x *UserListData) GetNickName() string

func (*UserListData) GetPassword

func (x *UserListData) GetPassword() string

func (*UserListData) GetRoleId

func (x *UserListData) GetRoleId() int64

func (*UserListData) GetRoleName

func (x *UserListData) GetRoleName() string

func (*UserListData) GetSalt

func (x *UserListData) GetSalt() string

func (*UserListData) GetStatus

func (x *UserListData) GetStatus() int32

func (*UserListData) GetUpdateBy

func (x *UserListData) GetUpdateBy() string

func (*UserListData) GetUpdateTime

func (x *UserListData) GetUpdateTime() string

func (*UserListData) ProtoMessage

func (*UserListData) ProtoMessage()

func (*UserListData) ProtoReflect

func (x *UserListData) ProtoReflect() protoreflect.Message

func (*UserListData) Reset

func (x *UserListData) Reset()

func (*UserListData) String

func (x *UserListData) String() string

type UserListReq

type UserListReq struct {
	Current  int64  `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	PageSize int64  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	NickName string `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	Mobile   string `protobuf:"bytes,5,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Email    string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	Status   int32  `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
	DeptId   int64  `protobuf:"varint,8,opt,name=dept_id,json=deptId,proto3" json:"dept_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListReq) Descriptor deprecated

func (*UserListReq) Descriptor() ([]byte, []int)

Deprecated: Use UserListReq.ProtoReflect.Descriptor instead.

func (*UserListReq) GetCurrent

func (x *UserListReq) GetCurrent() int64

func (*UserListReq) GetDeptId

func (x *UserListReq) GetDeptId() int64

func (*UserListReq) GetEmail

func (x *UserListReq) GetEmail() string

func (*UserListReq) GetMobile

func (x *UserListReq) GetMobile() string

func (*UserListReq) GetName

func (x *UserListReq) GetName() string

func (*UserListReq) GetNickName

func (x *UserListReq) GetNickName() string

func (*UserListReq) GetPageSize

func (x *UserListReq) GetPageSize() int64

func (*UserListReq) GetStatus

func (x *UserListReq) GetStatus() int32

func (*UserListReq) ProtoMessage

func (*UserListReq) ProtoMessage()

func (*UserListReq) ProtoReflect

func (x *UserListReq) ProtoReflect() protoreflect.Message

func (*UserListReq) Reset

func (x *UserListReq) Reset()

func (*UserListReq) String

func (x *UserListReq) String() string

type UserListResp

type UserListResp struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*UserListData `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListResp) Descriptor deprecated

func (*UserListResp) Descriptor() ([]byte, []int)

Deprecated: Use UserListResp.ProtoReflect.Descriptor instead.

func (*UserListResp) GetList

func (x *UserListResp) GetList() []*UserListData

func (*UserListResp) GetTotal

func (x *UserListResp) GetTotal() int64

func (*UserListResp) ProtoMessage

func (*UserListResp) ProtoMessage()

func (*UserListResp) ProtoReflect

func (x *UserListResp) ProtoReflect() protoreflect.Message

func (*UserListResp) Reset

func (x *UserListResp) Reset()

func (*UserListResp) String

func (x *UserListResp) String() string

type UserServiceClient

type UserServiceClient interface {
	Login(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginResp, error)
	UserInfo(ctx context.Context, in *InfoReq, opts ...grpc.CallOption) (*InfoResp, error)
	UserAdd(ctx context.Context, in *UserAddReq, opts ...grpc.CallOption) (*UserAddResp, error)
	UserList(ctx context.Context, in *UserListReq, opts ...grpc.CallOption) (*UserListResp, error)
	UserUpdate(ctx context.Context, in *UserUpdateReq, opts ...grpc.CallOption) (*UserUpdateResp, error)
	UserDelete(ctx context.Context, in *UserDeleteReq, opts ...grpc.CallOption) (*UserDeleteResp, error)
	ReSetPassword(ctx context.Context, in *ReSetPasswordReq, opts ...grpc.CallOption) (*ReSetPasswordResp, error)
	UpdateUserStatus(ctx context.Context, in *UserStatusReq, opts ...grpc.CallOption) (*UserStatusResp, error)
}

UserServiceClient is the client API for UserService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type UserServiceServer

type UserServiceServer interface {
	Login(context.Context, *LoginReq) (*LoginResp, error)
	UserInfo(context.Context, *InfoReq) (*InfoResp, error)
	UserAdd(context.Context, *UserAddReq) (*UserAddResp, error)
	UserList(context.Context, *UserListReq) (*UserListResp, error)
	UserUpdate(context.Context, *UserUpdateReq) (*UserUpdateResp, error)
	UserDelete(context.Context, *UserDeleteReq) (*UserDeleteResp, error)
	ReSetPassword(context.Context, *ReSetPasswordReq) (*ReSetPasswordResp, error)
	UpdateUserStatus(context.Context, *UserStatusReq) (*UserStatusResp, error)
	// contains filtered or unexported methods
}

UserServiceServer is the server API for UserService service. All implementations must embed UnimplementedUserServiceServer for forward compatibility

type UserStatusReq

type UserStatusReq struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status   int32  `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	UpdateBy string `protobuf:"bytes,3,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	// contains filtered or unexported fields
}

func (*UserStatusReq) Descriptor deprecated

func (*UserStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use UserStatusReq.ProtoReflect.Descriptor instead.

func (*UserStatusReq) GetId

func (x *UserStatusReq) GetId() int64

func (*UserStatusReq) GetStatus

func (x *UserStatusReq) GetStatus() int32

func (*UserStatusReq) GetUpdateBy

func (x *UserStatusReq) GetUpdateBy() string

func (*UserStatusReq) ProtoMessage

func (*UserStatusReq) ProtoMessage()

func (*UserStatusReq) ProtoReflect

func (x *UserStatusReq) ProtoReflect() protoreflect.Message

func (*UserStatusReq) Reset

func (x *UserStatusReq) Reset()

func (*UserStatusReq) String

func (x *UserStatusReq) String() string

type UserStatusResp

type UserStatusResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*UserStatusResp) Descriptor deprecated

func (*UserStatusResp) Descriptor() ([]byte, []int)

Deprecated: Use UserStatusResp.ProtoReflect.Descriptor instead.

func (*UserStatusResp) GetPong

func (x *UserStatusResp) GetPong() string

func (*UserStatusResp) ProtoMessage

func (*UserStatusResp) ProtoMessage()

func (*UserStatusResp) ProtoReflect

func (x *UserStatusResp) ProtoReflect() protoreflect.Message

func (*UserStatusResp) Reset

func (x *UserStatusResp) Reset()

func (*UserStatusResp) String

func (x *UserStatusResp) String() string

type UserUpdateReq

type UserUpdateReq struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Mobile   string `protobuf:"bytes,3,opt,name=mobile,proto3" json:"mobile,omitempty"`
	Name     string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	NickName string `protobuf:"bytes,5,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	Avatar   string `protobuf:"bytes,6,opt,name=avatar,proto3" json:"avatar,omitempty"`
	DeptId   int64  `protobuf:"varint,7,opt,name=dept_id,json=deptId,proto3" json:"dept_id,omitempty"`
	UpdateBy string `protobuf:"bytes,8,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	RoleId   int64  `protobuf:"varint,9,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	Status   int32  `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"`
	JobId    int64  `protobuf:"varint,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserUpdateReq) Descriptor deprecated

func (*UserUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use UserUpdateReq.ProtoReflect.Descriptor instead.

func (*UserUpdateReq) GetAvatar

func (x *UserUpdateReq) GetAvatar() string

func (*UserUpdateReq) GetDeptId

func (x *UserUpdateReq) GetDeptId() int64

func (*UserUpdateReq) GetEmail

func (x *UserUpdateReq) GetEmail() string

func (*UserUpdateReq) GetId

func (x *UserUpdateReq) GetId() int64

func (*UserUpdateReq) GetJobId

func (x *UserUpdateReq) GetJobId() int64

func (*UserUpdateReq) GetMobile

func (x *UserUpdateReq) GetMobile() string

func (*UserUpdateReq) GetName

func (x *UserUpdateReq) GetName() string

func (*UserUpdateReq) GetNickName

func (x *UserUpdateReq) GetNickName() string

func (*UserUpdateReq) GetRoleId

func (x *UserUpdateReq) GetRoleId() int64

func (*UserUpdateReq) GetStatus

func (x *UserUpdateReq) GetStatus() int32

func (*UserUpdateReq) GetUpdateBy

func (x *UserUpdateReq) GetUpdateBy() string

func (*UserUpdateReq) ProtoMessage

func (*UserUpdateReq) ProtoMessage()

func (*UserUpdateReq) ProtoReflect

func (x *UserUpdateReq) ProtoReflect() protoreflect.Message

func (*UserUpdateReq) Reset

func (x *UserUpdateReq) Reset()

func (*UserUpdateReq) String

func (x *UserUpdateReq) String() string

type UserUpdateResp

type UserUpdateResp struct {
	Pong string `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	// contains filtered or unexported fields
}

func (*UserUpdateResp) Descriptor deprecated

func (*UserUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use UserUpdateResp.ProtoReflect.Descriptor instead.

func (*UserUpdateResp) GetPong

func (x *UserUpdateResp) GetPong() string

func (*UserUpdateResp) ProtoMessage

func (*UserUpdateResp) ProtoMessage()

func (*UserUpdateResp) ProtoReflect

func (x *UserUpdateResp) ProtoReflect() protoreflect.Message

func (*UserUpdateResp) Reset

func (x *UserUpdateResp) Reset()

func (*UserUpdateResp) String

func (x *UserUpdateResp) String() string

Jump to

Keyboard shortcuts

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