// Code generated by protoc-gen-go. DO NOT EDIT. // source: common.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type ProvinceRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvinceRequest) Reset() { *m = ProvinceRequest{} } func (m *ProvinceRequest) String() string { return proto.CompactTextString(m) } func (*ProvinceRequest) ProtoMessage() {} func (*ProvinceRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{0} } func (m *ProvinceRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvinceRequest.Unmarshal(m, b) } func (m *ProvinceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvinceRequest.Marshal(b, m, deterministic) } func (m *ProvinceRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvinceRequest.Merge(m, src) } func (m *ProvinceRequest) XXX_Size() int { return xxx_messageInfo_ProvinceRequest.Size(m) } func (m *ProvinceRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvinceRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvinceRequest proto.InternalMessageInfo type ProvinceReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvinceReply) Reset() { *m = ProvinceReply{} } func (m *ProvinceReply) String() string { return proto.CompactTextString(m) } func (*ProvinceReply) ProtoMessage() {} func (*ProvinceReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{1} } func (m *ProvinceReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvinceReply.Unmarshal(m, b) } func (m *ProvinceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvinceReply.Marshal(b, m, deterministic) } func (m *ProvinceReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvinceReply.Merge(m, src) } func (m *ProvinceReply) XXX_Size() int { return xxx_messageInfo_ProvinceReply.Size(m) } func (m *ProvinceReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvinceReply.DiscardUnknown(m) } var xxx_messageInfo_ProvinceReply proto.InternalMessageInfo type SystemPermissionRouterRequest struct { Router string `protobuf:"bytes,1,opt,name=router,proto3" json:"router"` Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionRouterRequest) Reset() { *m = SystemPermissionRouterRequest{} } func (m *SystemPermissionRouterRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionRouterRequest) ProtoMessage() {} func (*SystemPermissionRouterRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{2} } func (m *SystemPermissionRouterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionRouterRequest.Unmarshal(m, b) } func (m *SystemPermissionRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionRouterRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionRouterRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionRouterRequest.Merge(m, src) } func (m *SystemPermissionRouterRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionRouterRequest.Size(m) } func (m *SystemPermissionRouterRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionRouterRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionRouterRequest proto.InternalMessageInfo func (m *SystemPermissionRouterRequest) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionRouterRequest) GetMethod() string { if m != nil { return m.Method } return "" } type SystemPermissionRouterReply struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionRouterReply) Reset() { *m = SystemPermissionRouterReply{} } func (m *SystemPermissionRouterReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionRouterReply) ProtoMessage() {} func (*SystemPermissionRouterReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{3} } func (m *SystemPermissionRouterReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionRouterReply.Unmarshal(m, b) } func (m *SystemPermissionRouterReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionRouterReply.Marshal(b, m, deterministic) } func (m *SystemPermissionRouterReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionRouterReply.Merge(m, src) } func (m *SystemPermissionRouterReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionRouterReply.Size(m) } func (m *SystemPermissionRouterReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionRouterReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionRouterReply proto.InternalMessageInfo func (m *SystemPermissionRouterReply) GetCode() string { if m != nil { return m.Code } return "" } type OssObjAddRequest struct { InList []string `protobuf:"bytes,1,rep,name=in_list,json=inList,proto3" json:"in_list"` OutList []string `protobuf:"bytes,2,rep,name=out_list,json=outList,proto3" json:"out_list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjAddRequest) Reset() { *m = OssObjAddRequest{} } func (m *OssObjAddRequest) String() string { return proto.CompactTextString(m) } func (*OssObjAddRequest) ProtoMessage() {} func (*OssObjAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{4} } func (m *OssObjAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjAddRequest.Unmarshal(m, b) } func (m *OssObjAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjAddRequest.Marshal(b, m, deterministic) } func (m *OssObjAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjAddRequest.Merge(m, src) } func (m *OssObjAddRequest) XXX_Size() int { return xxx_messageInfo_OssObjAddRequest.Size(m) } func (m *OssObjAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_OssObjAddRequest.DiscardUnknown(m) } var xxx_messageInfo_OssObjAddRequest proto.InternalMessageInfo func (m *OssObjAddRequest) GetInList() []string { if m != nil { return m.InList } return nil } func (m *OssObjAddRequest) GetOutList() []string { if m != nil { return m.OutList } return nil } type OssObjAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjAddReply) Reset() { *m = OssObjAddReply{} } func (m *OssObjAddReply) String() string { return proto.CompactTextString(m) } func (*OssObjAddReply) ProtoMessage() {} func (*OssObjAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{5} } func (m *OssObjAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjAddReply.Unmarshal(m, b) } func (m *OssObjAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjAddReply.Marshal(b, m, deterministic) } func (m *OssObjAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjAddReply.Merge(m, src) } func (m *OssObjAddReply) XXX_Size() int { return xxx_messageInfo_OssObjAddReply.Size(m) } func (m *OssObjAddReply) XXX_DiscardUnknown() { xxx_messageInfo_OssObjAddReply.DiscardUnknown(m) } var xxx_messageInfo_OssObjAddReply proto.InternalMessageInfo type OssObjDelNotExistRequest struct { ObjUrl string `protobuf:"bytes,1,opt,name=obj_url,json=objUrl,proto3" json:"obj_url"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjDelNotExistRequest) Reset() { *m = OssObjDelNotExistRequest{} } func (m *OssObjDelNotExistRequest) String() string { return proto.CompactTextString(m) } func (*OssObjDelNotExistRequest) ProtoMessage() {} func (*OssObjDelNotExistRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{6} } func (m *OssObjDelNotExistRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjDelNotExistRequest.Unmarshal(m, b) } func (m *OssObjDelNotExistRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjDelNotExistRequest.Marshal(b, m, deterministic) } func (m *OssObjDelNotExistRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjDelNotExistRequest.Merge(m, src) } func (m *OssObjDelNotExistRequest) XXX_Size() int { return xxx_messageInfo_OssObjDelNotExistRequest.Size(m) } func (m *OssObjDelNotExistRequest) XXX_DiscardUnknown() { xxx_messageInfo_OssObjDelNotExistRequest.DiscardUnknown(m) } var xxx_messageInfo_OssObjDelNotExistRequest proto.InternalMessageInfo func (m *OssObjDelNotExistRequest) GetObjUrl() string { if m != nil { return m.ObjUrl } return "" } type OssObjDelNotExistReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjDelNotExistReply) Reset() { *m = OssObjDelNotExistReply{} } func (m *OssObjDelNotExistReply) String() string { return proto.CompactTextString(m) } func (*OssObjDelNotExistReply) ProtoMessage() {} func (*OssObjDelNotExistReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{7} } func (m *OssObjDelNotExistReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjDelNotExistReply.Unmarshal(m, b) } func (m *OssObjDelNotExistReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjDelNotExistReply.Marshal(b, m, deterministic) } func (m *OssObjDelNotExistReply) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjDelNotExistReply.Merge(m, src) } func (m *OssObjDelNotExistReply) XXX_Size() int { return xxx_messageInfo_OssObjDelNotExistReply.Size(m) } func (m *OssObjDelNotExistReply) XXX_DiscardUnknown() { xxx_messageInfo_OssObjDelNotExistReply.DiscardUnknown(m) } var xxx_messageInfo_OssObjDelNotExistReply proto.InternalMessageInfo func init() { proto.RegisterType((*ProvinceRequest)(nil), "pb_v1.ProvinceRequest") proto.RegisterType((*ProvinceReply)(nil), "pb_v1.ProvinceReply") proto.RegisterType((*SystemPermissionRouterRequest)(nil), "pb_v1.SystemPermissionRouterRequest") proto.RegisterType((*SystemPermissionRouterReply)(nil), "pb_v1.SystemPermissionRouterReply") proto.RegisterType((*OssObjAddRequest)(nil), "pb_v1.OssObjAddRequest") proto.RegisterType((*OssObjAddReply)(nil), "pb_v1.OssObjAddReply") proto.RegisterType((*OssObjDelNotExistRequest)(nil), "pb_v1.OssObjDelNotExistRequest") proto.RegisterType((*OssObjDelNotExistReply)(nil), "pb_v1.OssObjDelNotExistReply") } func init() { proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206) } var fileDescriptor_555bd8c177793206 = []byte{ // 274 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x4f, 0x4b, 0xf3, 0x40, 0x10, 0xc6, 0x49, 0xdf, 0xd7, 0x56, 0x07, 0xb5, 0x35, 0x87, 0xba, 0x2a, 0x42, 0xd9, 0x93, 0x17, 0x2d, 0xa1, 0x9f, 0x40, 0x51, 0x4f, 0x62, 0x4a, 0xc4, 0x8b, 0x97, 0xc0, 0x26, 0x0b, 0xd9, 0xb0, 0xc9, 0xac, 0xbb, 0xb3, 0xc1, 0x7c, 0x7b, 0xc9, 0x9f, 0x62, 0x0f, 0x7a, 0xdb, 0xf9, 0x3d, 0xcc, 0x6f, 0x78, 0x16, 0x8e, 0x33, 0xac, 0x2a, 0xac, 0xef, 0x8c, 0x45, 0xc2, 0xf0, 0xc0, 0x88, 0xb4, 0x89, 0xf8, 0x19, 0xcc, 0xb7, 0x16, 0x1b, 0x55, 0x67, 0x32, 0x91, 0x9f, 0x5e, 0x3a, 0xe2, 0x73, 0x38, 0xf9, 0x41, 0x46, 0xb7, 0x3c, 0x86, 0xeb, 0xb7, 0xd6, 0x91, 0xac, 0xb6, 0xd2, 0x56, 0xca, 0x39, 0x85, 0x75, 0x82, 0x9e, 0xa4, 0x1d, 0x37, 0xc2, 0x25, 0x4c, 0x6d, 0x0f, 0x58, 0xb0, 0x0a, 0x6e, 0x8e, 0x92, 0x71, 0xea, 0x78, 0x25, 0xa9, 0xc0, 0x9c, 0x4d, 0x06, 0x3e, 0x4c, 0x3c, 0x82, 0xab, 0xbf, 0x84, 0x46, 0xb7, 0x61, 0x08, 0xff, 0x33, 0xcc, 0xe5, 0x28, 0xeb, 0xdf, 0xfc, 0x19, 0x16, 0xb1, 0x73, 0xb1, 0x28, 0xef, 0xf3, 0x7c, 0x77, 0xf6, 0x1c, 0x66, 0xaa, 0x4e, 0xb5, 0x72, 0xc4, 0x82, 0xd5, 0xbf, 0xce, 0xaf, 0xea, 0x17, 0xe5, 0x28, 0xbc, 0x80, 0x43, 0xf4, 0x34, 0x24, 0x93, 0x3e, 0x99, 0xa1, 0xa7, 0x2e, 0xe2, 0x0b, 0x38, 0xdd, 0xf3, 0x74, 0xed, 0x36, 0xc0, 0x06, 0xf2, 0x28, 0xf5, 0x2b, 0xd2, 0xd3, 0x97, 0x72, 0xb4, 0x77, 0x01, 0x45, 0x99, 0x7a, 0xab, 0x77, 0xcd, 0x50, 0x94, 0xef, 0x56, 0x73, 0x06, 0xcb, 0x5f, 0x96, 0x8c, 0x6e, 0x1f, 0x2e, 0x3f, 0x98, 0xb1, 0x68, 0xa4, 0xa5, 0xf6, 0xb6, 0x40, 0xef, 0x64, 0x81, 0x3a, 0x5f, 0x1b, 0xb1, 0x6e, 0x22, 0x31, 0xed, 0xbf, 0x7e, 0xf3, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x53, 0x05, 0x1b, 0x47, 0x8a, 0x01, 0x00, 0x00, }