You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

906 lines
31 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.25.0
// protoc v3.14.0
// source: BaseMenu.proto
//在web层重新生成pb.go的方法
//
//protoc -I Business/BaseMenu/BaseMenuProto/ Business/BaseMenu/BaseMenuProto/BaseMenu.proto --go_out=plugins=grpc:Business/BaseMenu/BaseMenuProto
package BaseMenuProto
import (
context "context"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// This is a compile-time assertion that a sufficiently up-to-date version
// of the legacy proto package is being used.
const _ = proto.ProtoPackageIsVersion4
type SetMenuSortArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//菜单ID
MenuId string `protobuf:"bytes,1,opt,name=MenuId,proto3" json:"MenuId,omitempty"`
//调整顺序的方向 1:向上 2:向下
Direction int32 `protobuf:"varint,2,opt,name=Direction,proto3" json:"Direction,omitempty"`
}
func (x *SetMenuSortArg) Reset() {
*x = SetMenuSortArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseMenu_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SetMenuSortArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetMenuSortArg) ProtoMessage() {}
func (x *SetMenuSortArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseMenu_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetMenuSortArg.ProtoReflect.Descriptor instead.
func (*SetMenuSortArg) Descriptor() ([]byte, []int) {
return file_BaseMenu_proto_rawDescGZIP(), []int{0}
}
func (x *SetMenuSortArg) GetMenuId() string {
if x != nil {
return x.MenuId
}
return ""
}
func (x *SetMenuSortArg) GetDirection() int32 {
if x != nil {
return x.Direction
}
return 0
}
type ModelArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//菜单ID
MenuId string `protobuf:"bytes,1,opt,name=MenuId,proto3" json:"MenuId,omitempty"`
//整数ID
IdInt int32 `protobuf:"varint,2,opt,name=IdInt,proto3" json:"IdInt,omitempty"`
//系统ID
AppId string `protobuf:"bytes,3,opt,name=AppId,proto3" json:"AppId,omitempty"`
//父节点ID
ParentId string `protobuf:"bytes,4,opt,name=ParentId,proto3" json:"ParentId,omitempty"`
//身份ID
IdentityId int32 `protobuf:"varint,5,opt,name=IdentityId,proto3" json:"IdentityId,omitempty"`
//菜单名称
MenuName string `protobuf:"bytes,6,opt,name=MenuName,proto3" json:"MenuName,omitempty"`
//菜单编码
MenuCode string `protobuf:"bytes,7,opt,name=MenuCode,proto3" json:"MenuCode,omitempty"`
//菜单的URL
MenuUrl string `protobuf:"bytes,8,opt,name=MenuUrl,proto3" json:"MenuUrl,omitempty"`
//菜单图标
MenuIcon string `protobuf:"bytes,9,opt,name=MenuIcon,proto3" json:"MenuIcon,omitempty"`
//排序号
SortId int32 `protobuf:"varint,10,opt,name=SortId,proto3" json:"SortId,omitempty"`
//是否启用 0未启用 1启用
BUse int32 `protobuf:"varint,11,opt,name=BUse,proto3" json:"BUse,omitempty"`
//最后更新时间戳
LastUpdatedTime string `protobuf:"bytes,12,opt,name=LastUpdatedTime,proto3" json:"LastUpdatedTime,omitempty"`
//需要强制更新的列
ForceUpdateFields []string `protobuf:"bytes,13,rep,name=ForceUpdateFields,proto3" json:"ForceUpdateFields,omitempty"`
}
func (x *ModelArg) Reset() {
*x = ModelArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseMenu_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ModelArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ModelArg) ProtoMessage() {}
func (x *ModelArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseMenu_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ModelArg.ProtoReflect.Descriptor instead.
func (*ModelArg) Descriptor() ([]byte, []int) {
return file_BaseMenu_proto_rawDescGZIP(), []int{1}
}
func (x *ModelArg) GetMenuId() string {
if x != nil {
return x.MenuId
}
return ""
}
func (x *ModelArg) GetIdInt() int32 {
if x != nil {
return x.IdInt
}
return 0
}
func (x *ModelArg) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *ModelArg) GetParentId() string {
if x != nil {
return x.ParentId
}
return ""
}
func (x *ModelArg) GetIdentityId() int32 {
if x != nil {
return x.IdentityId
}
return 0
}
func (x *ModelArg) GetMenuName() string {
if x != nil {
return x.MenuName
}
return ""
}
func (x *ModelArg) GetMenuCode() string {
if x != nil {
return x.MenuCode
}
return ""
}
func (x *ModelArg) GetMenuUrl() string {
if x != nil {
return x.MenuUrl
}
return ""
}
func (x *ModelArg) GetMenuIcon() string {
if x != nil {
return x.MenuIcon
}
return ""
}
func (x *ModelArg) GetSortId() int32 {
if x != nil {
return x.SortId
}
return 0
}
func (x *ModelArg) GetBUse() int32 {
if x != nil {
return x.BUse
}
return 0
}
func (x *ModelArg) GetLastUpdatedTime() string {
if x != nil {
return x.LastUpdatedTime
}
return ""
}
func (x *ModelArg) GetForceUpdateFields() []string {
if x != nil {
return x.ForceUpdateFields
}
return nil
}
// 查询参数
type QueryArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//系统ID
AppId string `protobuf:"bytes,1,opt,name=AppId,proto3" json:"AppId,omitempty"`
//身份ID
IdentityId int32 `protobuf:"varint,2,opt,name=IdentityId,proto3" json:"IdentityId,omitempty"`
}
func (x *QueryArg) Reset() {
*x = QueryArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseMenu_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *QueryArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*QueryArg) ProtoMessage() {}
func (x *QueryArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseMenu_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use QueryArg.ProtoReflect.Descriptor instead.
func (*QueryArg) Descriptor() ([]byte, []int) {
return file_BaseMenu_proto_rawDescGZIP(), []int{2}
}
func (x *QueryArg) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *QueryArg) GetIdentityId() int32 {
if x != nil {
return x.IdentityId
}
return 0
}
// 查询请求响应
type Reply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"`
Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
Count int32 `protobuf:"varint,3,opt,name=Count,proto3" json:"Count,omitempty"`
List string `protobuf:"bytes,4,opt,name=List,proto3" json:"List,omitempty"`
}
func (x *Reply) Reset() {
*x = Reply{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseMenu_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Reply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Reply) ProtoMessage() {}
func (x *Reply) ProtoReflect() protoreflect.Message {
mi := &file_BaseMenu_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Reply.ProtoReflect.Descriptor instead.
func (*Reply) Descriptor() ([]byte, []int) {
return file_BaseMenu_proto_rawDescGZIP(), []int{3}
}
func (x *Reply) GetSuccess() bool {
if x != nil {
return x.Success
}
return false
}
func (x *Reply) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *Reply) GetCount() int32 {
if x != nil {
return x.Count
}
return 0
}
func (x *Reply) GetList() string {
if x != nil {
return x.List
}
return ""
}
//删除参数
type DeleteIdsArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//一个或多个ID
Ids []string `protobuf:"bytes,1,rep,name=Ids,proto3" json:"Ids,omitempty"`
}
func (x *DeleteIdsArg) Reset() {
*x = DeleteIdsArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseMenu_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeleteIdsArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeleteIdsArg) ProtoMessage() {}
func (x *DeleteIdsArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseMenu_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DeleteIdsArg.ProtoReflect.Descriptor instead.
func (*DeleteIdsArg) Descriptor() ([]byte, []int) {
return file_BaseMenu_proto_rawDescGZIP(), []int{4}
}
func (x *DeleteIdsArg) GetIds() []string {
if x != nil {
return x.Ids
}
return nil
}
var File_BaseMenu_proto protoreflect.FileDescriptor
var file_BaseMenu_proto_rawDesc = []byte{
0x0a, 0x0e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x12, 0x0d, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22,
0x46, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x6e, 0x75, 0x53, 0x6f, 0x72, 0x74, 0x41, 0x72,
0x67, 0x12, 0x16, 0x0a, 0x06, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x06, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x44, 0x69, 0x72,
0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x44, 0x69,
0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xfc, 0x02, 0x0a, 0x08, 0x4d, 0x6f, 0x64, 0x65,
0x6c, 0x41, 0x72, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05,
0x49, 0x64, 0x49, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x49, 0x64, 0x49,
0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x72, 0x65,
0x6e, 0x74, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x61, 0x72, 0x65,
0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
0x74, 0x79, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x4e, 0x61, 0x6d, 0x65,
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x4e, 0x61, 0x6d, 0x65,
0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x07, 0x20, 0x01,
0x28, 0x09, 0x52, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07,
0x4d, 0x65, 0x6e, 0x75, 0x55, 0x72, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4d,
0x65, 0x6e, 0x75, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x63,
0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x63,
0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01,
0x28, 0x05, 0x52, 0x06, 0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x42, 0x55,
0x73, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x42, 0x55, 0x73, 0x65, 0x12, 0x28,
0x0a, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d,
0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64,
0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x46, 0x6f, 0x72, 0x63,
0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x0d, 0x20,
0x03, 0x28, 0x09, 0x52, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0x40, 0x0a, 0x08, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41,
0x72, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x49, 0x64, 0x65, 0x6e,
0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x49, 0x64,
0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x05, 0x52, 0x65, 0x70, 0x6c,
0x79, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01,
0x28, 0x08, 0x52, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4d, 0x65,
0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03,
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4c,
0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x22,
0x20, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x12,
0x10, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64,
0x73, 0x32, 0xa1, 0x03, 0x0a, 0x0e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x4d, 0x61,
0x6e, 0x61, 0x67, 0x65, 0x12, 0x3e, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x42, 0x61, 0x73, 0x65, 0x4d,
0x65, 0x6e, 0x75, 0x12, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x14, 0x2e, 0x42,
0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70,
0x6c, 0x79, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x0b, 0x41, 0x64, 0x64, 0x42, 0x61, 0x73, 0x65, 0x4d,
0x65, 0x6e, 0x75, 0x12, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x14, 0x2e, 0x42,
0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70,
0x6c, 0x79, 0x22, 0x00, 0x12, 0x45, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61,
0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x12, 0x1b, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e,
0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73,
0x41, 0x72, 0x67, 0x1a, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0e, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x12, 0x17, 0x2e,
0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f,
0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e,
0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3f,
0x0a, 0x0c, 0x50, 0x61, 0x67, 0x65, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x12, 0x17,
0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x51,
0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65,
0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
0x44, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x4d, 0x65, 0x6e, 0x75, 0x53, 0x6f, 0x72, 0x74, 0x12, 0x1d,
0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53,
0x65, 0x74, 0x4d, 0x65, 0x6e, 0x75, 0x53, 0x6f, 0x72, 0x74, 0x41, 0x72, 0x67, 0x1a, 0x14, 0x2e,
0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65,
0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x38, 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x2e, 0x64, 0x73, 0x69,
0x64, 0x65, 0x61, 0x6c, 0x2e, 0x64, 0x73, 0x6d, 0x69, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x42,
0x08, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x01, 0x5a, 0x0f, 0x2e, 0x3b, 0x42,
0x61, 0x73, 0x65, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x00, 0x62,
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_BaseMenu_proto_rawDescOnce sync.Once
file_BaseMenu_proto_rawDescData = file_BaseMenu_proto_rawDesc
)
func file_BaseMenu_proto_rawDescGZIP() []byte {
file_BaseMenu_proto_rawDescOnce.Do(func() {
file_BaseMenu_proto_rawDescData = protoimpl.X.CompressGZIP(file_BaseMenu_proto_rawDescData)
})
return file_BaseMenu_proto_rawDescData
}
var file_BaseMenu_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_BaseMenu_proto_goTypes = []interface{}{
(*SetMenuSortArg)(nil), // 0: BaseMenuProto.SetMenuSortArg
(*ModelArg)(nil), // 1: BaseMenuProto.ModelArg
(*QueryArg)(nil), // 2: BaseMenuProto.QueryArg
(*Reply)(nil), // 3: BaseMenuProto.Reply
(*DeleteIdsArg)(nil), // 4: BaseMenuProto.DeleteIdsArg
}
var file_BaseMenu_proto_depIdxs = []int32{
1, // 0: BaseMenuProto.BaseMenuManage.GetBaseMenu:input_type -> BaseMenuProto.ModelArg
1, // 1: BaseMenuProto.BaseMenuManage.AddBaseMenu:input_type -> BaseMenuProto.ModelArg
4, // 2: BaseMenuProto.BaseMenuManage.DeleteBaseMenu:input_type -> BaseMenuProto.DeleteIdsArg
1, // 3: BaseMenuProto.BaseMenuManage.UpdateBaseMenu:input_type -> BaseMenuProto.ModelArg
2, // 4: BaseMenuProto.BaseMenuManage.PageBaseMenu:input_type -> BaseMenuProto.QueryArg
0, // 5: BaseMenuProto.BaseMenuManage.SetMenuSort:input_type -> BaseMenuProto.SetMenuSortArg
3, // 6: BaseMenuProto.BaseMenuManage.GetBaseMenu:output_type -> BaseMenuProto.Reply
3, // 7: BaseMenuProto.BaseMenuManage.AddBaseMenu:output_type -> BaseMenuProto.Reply
3, // 8: BaseMenuProto.BaseMenuManage.DeleteBaseMenu:output_type -> BaseMenuProto.Reply
3, // 9: BaseMenuProto.BaseMenuManage.UpdateBaseMenu:output_type -> BaseMenuProto.Reply
3, // 10: BaseMenuProto.BaseMenuManage.PageBaseMenu:output_type -> BaseMenuProto.Reply
3, // 11: BaseMenuProto.BaseMenuManage.SetMenuSort:output_type -> BaseMenuProto.Reply
6, // [6:12] is the sub-list for method output_type
0, // [0:6] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_BaseMenu_proto_init() }
func file_BaseMenu_proto_init() {
if File_BaseMenu_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_BaseMenu_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SetMenuSortArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseMenu_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ModelArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseMenu_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*QueryArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseMenu_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Reply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseMenu_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeleteIdsArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_BaseMenu_proto_rawDesc,
NumEnums: 0,
NumMessages: 5,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_BaseMenu_proto_goTypes,
DependencyIndexes: file_BaseMenu_proto_depIdxs,
MessageInfos: file_BaseMenu_proto_msgTypes,
}.Build()
File_BaseMenu_proto = out.File
file_BaseMenu_proto_rawDesc = nil
file_BaseMenu_proto_goTypes = nil
file_BaseMenu_proto_depIdxs = nil
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion6
// BaseMenuManageClient is the client API for BaseMenuManage service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type BaseMenuManageClient interface {
//获取单条
GetBaseMenu(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//增加
AddBaseMenu(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//批量删除
DeleteBaseMenu(ctx context.Context, in *DeleteIdsArg, opts ...grpc.CallOption) (*Reply, error)
//修改
UpdateBaseMenu(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//查询(不分页)
PageBaseMenu(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error)
//设置菜单排序
SetMenuSort(ctx context.Context, in *SetMenuSortArg, opts ...grpc.CallOption) (*Reply, error)
}
type baseMenuManageClient struct {
cc grpc.ClientConnInterface
}
func NewBaseMenuManageClient(cc grpc.ClientConnInterface) BaseMenuManageClient {
return &baseMenuManageClient{cc}
}
func (c *baseMenuManageClient) GetBaseMenu(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseMenuProto.BaseMenuManage/GetBaseMenu", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseMenuManageClient) AddBaseMenu(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseMenuProto.BaseMenuManage/AddBaseMenu", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseMenuManageClient) DeleteBaseMenu(ctx context.Context, in *DeleteIdsArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseMenuProto.BaseMenuManage/DeleteBaseMenu", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseMenuManageClient) UpdateBaseMenu(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseMenuProto.BaseMenuManage/UpdateBaseMenu", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseMenuManageClient) PageBaseMenu(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseMenuProto.BaseMenuManage/PageBaseMenu", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseMenuManageClient) SetMenuSort(ctx context.Context, in *SetMenuSortArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseMenuProto.BaseMenuManage/SetMenuSort", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// BaseMenuManageServer is the server API for BaseMenuManage service.
type BaseMenuManageServer interface {
//获取单条
GetBaseMenu(context.Context, *ModelArg) (*Reply, error)
//增加
AddBaseMenu(context.Context, *ModelArg) (*Reply, error)
//批量删除
DeleteBaseMenu(context.Context, *DeleteIdsArg) (*Reply, error)
//修改
UpdateBaseMenu(context.Context, *ModelArg) (*Reply, error)
//查询(不分页)
PageBaseMenu(context.Context, *QueryArg) (*Reply, error)
//设置菜单排序
SetMenuSort(context.Context, *SetMenuSortArg) (*Reply, error)
}
// UnimplementedBaseMenuManageServer can be embedded to have forward compatible implementations.
type UnimplementedBaseMenuManageServer struct {
}
func (*UnimplementedBaseMenuManageServer) GetBaseMenu(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetBaseMenu not implemented")
}
func (*UnimplementedBaseMenuManageServer) AddBaseMenu(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method AddBaseMenu not implemented")
}
func (*UnimplementedBaseMenuManageServer) DeleteBaseMenu(context.Context, *DeleteIdsArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteBaseMenu not implemented")
}
func (*UnimplementedBaseMenuManageServer) UpdateBaseMenu(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateBaseMenu not implemented")
}
func (*UnimplementedBaseMenuManageServer) PageBaseMenu(context.Context, *QueryArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method PageBaseMenu not implemented")
}
func (*UnimplementedBaseMenuManageServer) SetMenuSort(context.Context, *SetMenuSortArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method SetMenuSort not implemented")
}
func RegisterBaseMenuManageServer(s *grpc.Server, srv BaseMenuManageServer) {
s.RegisterService(&_BaseMenuManage_serviceDesc, srv)
}
func _BaseMenuManage_GetBaseMenu_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseMenuManageServer).GetBaseMenu(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseMenuProto.BaseMenuManage/GetBaseMenu",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseMenuManageServer).GetBaseMenu(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseMenuManage_AddBaseMenu_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseMenuManageServer).AddBaseMenu(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseMenuProto.BaseMenuManage/AddBaseMenu",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseMenuManageServer).AddBaseMenu(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseMenuManage_DeleteBaseMenu_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteIdsArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseMenuManageServer).DeleteBaseMenu(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseMenuProto.BaseMenuManage/DeleteBaseMenu",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseMenuManageServer).DeleteBaseMenu(ctx, req.(*DeleteIdsArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseMenuManage_UpdateBaseMenu_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseMenuManageServer).UpdateBaseMenu(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseMenuProto.BaseMenuManage/UpdateBaseMenu",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseMenuManageServer).UpdateBaseMenu(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseMenuManage_PageBaseMenu_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(QueryArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseMenuManageServer).PageBaseMenu(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseMenuProto.BaseMenuManage/PageBaseMenu",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseMenuManageServer).PageBaseMenu(ctx, req.(*QueryArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseMenuManage_SetMenuSort_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(SetMenuSortArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseMenuManageServer).SetMenuSort(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseMenuProto.BaseMenuManage/SetMenuSort",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseMenuManageServer).SetMenuSort(ctx, req.(*SetMenuSortArg))
}
return interceptor(ctx, in, info, handler)
}
var _BaseMenuManage_serviceDesc = grpc.ServiceDesc{
ServiceName: "BaseMenuProto.BaseMenuManage",
HandlerType: (*BaseMenuManageServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "GetBaseMenu",
Handler: _BaseMenuManage_GetBaseMenu_Handler,
},
{
MethodName: "AddBaseMenu",
Handler: _BaseMenuManage_AddBaseMenu_Handler,
},
{
MethodName: "DeleteBaseMenu",
Handler: _BaseMenuManage_DeleteBaseMenu_Handler,
},
{
MethodName: "UpdateBaseMenu",
Handler: _BaseMenuManage_UpdateBaseMenu_Handler,
},
{
MethodName: "PageBaseMenu",
Handler: _BaseMenuManage_PageBaseMenu_Handler,
},
{
MethodName: "SetMenuSort",
Handler: _BaseMenuManage_SetMenuSort_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "BaseMenu.proto",
}