common.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: common.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type ProvinceRequest struct {
  20. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  21. XXX_unrecognized []byte `json:"-"`
  22. XXX_sizecache int32 `json:"-"`
  23. }
  24. func (m *ProvinceRequest) Reset() { *m = ProvinceRequest{} }
  25. func (m *ProvinceRequest) String() string { return proto.CompactTextString(m) }
  26. func (*ProvinceRequest) ProtoMessage() {}
  27. func (*ProvinceRequest) Descriptor() ([]byte, []int) {
  28. return fileDescriptor_555bd8c177793206, []int{0}
  29. }
  30. func (m *ProvinceRequest) XXX_Unmarshal(b []byte) error {
  31. return xxx_messageInfo_ProvinceRequest.Unmarshal(m, b)
  32. }
  33. func (m *ProvinceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  34. return xxx_messageInfo_ProvinceRequest.Marshal(b, m, deterministic)
  35. }
  36. func (m *ProvinceRequest) XXX_Merge(src proto.Message) {
  37. xxx_messageInfo_ProvinceRequest.Merge(m, src)
  38. }
  39. func (m *ProvinceRequest) XXX_Size() int {
  40. return xxx_messageInfo_ProvinceRequest.Size(m)
  41. }
  42. func (m *ProvinceRequest) XXX_DiscardUnknown() {
  43. xxx_messageInfo_ProvinceRequest.DiscardUnknown(m)
  44. }
  45. var xxx_messageInfo_ProvinceRequest proto.InternalMessageInfo
  46. type ProvinceReply struct {
  47. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  48. XXX_unrecognized []byte `json:"-"`
  49. XXX_sizecache int32 `json:"-"`
  50. }
  51. func (m *ProvinceReply) Reset() { *m = ProvinceReply{} }
  52. func (m *ProvinceReply) String() string { return proto.CompactTextString(m) }
  53. func (*ProvinceReply) ProtoMessage() {}
  54. func (*ProvinceReply) Descriptor() ([]byte, []int) {
  55. return fileDescriptor_555bd8c177793206, []int{1}
  56. }
  57. func (m *ProvinceReply) XXX_Unmarshal(b []byte) error {
  58. return xxx_messageInfo_ProvinceReply.Unmarshal(m, b)
  59. }
  60. func (m *ProvinceReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  61. return xxx_messageInfo_ProvinceReply.Marshal(b, m, deterministic)
  62. }
  63. func (m *ProvinceReply) XXX_Merge(src proto.Message) {
  64. xxx_messageInfo_ProvinceReply.Merge(m, src)
  65. }
  66. func (m *ProvinceReply) XXX_Size() int {
  67. return xxx_messageInfo_ProvinceReply.Size(m)
  68. }
  69. func (m *ProvinceReply) XXX_DiscardUnknown() {
  70. xxx_messageInfo_ProvinceReply.DiscardUnknown(m)
  71. }
  72. var xxx_messageInfo_ProvinceReply proto.InternalMessageInfo
  73. type SystemPermissionRouterRequest struct {
  74. Router string `protobuf:"bytes,1,opt,name=router,proto3" json:"router"`
  75. Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method"`
  76. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  77. XXX_unrecognized []byte `json:"-"`
  78. XXX_sizecache int32 `json:"-"`
  79. }
  80. func (m *SystemPermissionRouterRequest) Reset() { *m = SystemPermissionRouterRequest{} }
  81. func (m *SystemPermissionRouterRequest) String() string { return proto.CompactTextString(m) }
  82. func (*SystemPermissionRouterRequest) ProtoMessage() {}
  83. func (*SystemPermissionRouterRequest) Descriptor() ([]byte, []int) {
  84. return fileDescriptor_555bd8c177793206, []int{2}
  85. }
  86. func (m *SystemPermissionRouterRequest) XXX_Unmarshal(b []byte) error {
  87. return xxx_messageInfo_SystemPermissionRouterRequest.Unmarshal(m, b)
  88. }
  89. func (m *SystemPermissionRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  90. return xxx_messageInfo_SystemPermissionRouterRequest.Marshal(b, m, deterministic)
  91. }
  92. func (m *SystemPermissionRouterRequest) XXX_Merge(src proto.Message) {
  93. xxx_messageInfo_SystemPermissionRouterRequest.Merge(m, src)
  94. }
  95. func (m *SystemPermissionRouterRequest) XXX_Size() int {
  96. return xxx_messageInfo_SystemPermissionRouterRequest.Size(m)
  97. }
  98. func (m *SystemPermissionRouterRequest) XXX_DiscardUnknown() {
  99. xxx_messageInfo_SystemPermissionRouterRequest.DiscardUnknown(m)
  100. }
  101. var xxx_messageInfo_SystemPermissionRouterRequest proto.InternalMessageInfo
  102. func (m *SystemPermissionRouterRequest) GetRouter() string {
  103. if m != nil {
  104. return m.Router
  105. }
  106. return ""
  107. }
  108. func (m *SystemPermissionRouterRequest) GetMethod() string {
  109. if m != nil {
  110. return m.Method
  111. }
  112. return ""
  113. }
  114. type SystemPermissionRouterReply struct {
  115. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  116. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  117. XXX_unrecognized []byte `json:"-"`
  118. XXX_sizecache int32 `json:"-"`
  119. }
  120. func (m *SystemPermissionRouterReply) Reset() { *m = SystemPermissionRouterReply{} }
  121. func (m *SystemPermissionRouterReply) String() string { return proto.CompactTextString(m) }
  122. func (*SystemPermissionRouterReply) ProtoMessage() {}
  123. func (*SystemPermissionRouterReply) Descriptor() ([]byte, []int) {
  124. return fileDescriptor_555bd8c177793206, []int{3}
  125. }
  126. func (m *SystemPermissionRouterReply) XXX_Unmarshal(b []byte) error {
  127. return xxx_messageInfo_SystemPermissionRouterReply.Unmarshal(m, b)
  128. }
  129. func (m *SystemPermissionRouterReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  130. return xxx_messageInfo_SystemPermissionRouterReply.Marshal(b, m, deterministic)
  131. }
  132. func (m *SystemPermissionRouterReply) XXX_Merge(src proto.Message) {
  133. xxx_messageInfo_SystemPermissionRouterReply.Merge(m, src)
  134. }
  135. func (m *SystemPermissionRouterReply) XXX_Size() int {
  136. return xxx_messageInfo_SystemPermissionRouterReply.Size(m)
  137. }
  138. func (m *SystemPermissionRouterReply) XXX_DiscardUnknown() {
  139. xxx_messageInfo_SystemPermissionRouterReply.DiscardUnknown(m)
  140. }
  141. var xxx_messageInfo_SystemPermissionRouterReply proto.InternalMessageInfo
  142. func (m *SystemPermissionRouterReply) GetCode() string {
  143. if m != nil {
  144. return m.Code
  145. }
  146. return ""
  147. }
  148. type OssObjAddRequest struct {
  149. InList []string `protobuf:"bytes,1,rep,name=in_list,json=inList,proto3" json:"in_list"`
  150. OutList []string `protobuf:"bytes,2,rep,name=out_list,json=outList,proto3" json:"out_list"`
  151. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  152. XXX_unrecognized []byte `json:"-"`
  153. XXX_sizecache int32 `json:"-"`
  154. }
  155. func (m *OssObjAddRequest) Reset() { *m = OssObjAddRequest{} }
  156. func (m *OssObjAddRequest) String() string { return proto.CompactTextString(m) }
  157. func (*OssObjAddRequest) ProtoMessage() {}
  158. func (*OssObjAddRequest) Descriptor() ([]byte, []int) {
  159. return fileDescriptor_555bd8c177793206, []int{4}
  160. }
  161. func (m *OssObjAddRequest) XXX_Unmarshal(b []byte) error {
  162. return xxx_messageInfo_OssObjAddRequest.Unmarshal(m, b)
  163. }
  164. func (m *OssObjAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  165. return xxx_messageInfo_OssObjAddRequest.Marshal(b, m, deterministic)
  166. }
  167. func (m *OssObjAddRequest) XXX_Merge(src proto.Message) {
  168. xxx_messageInfo_OssObjAddRequest.Merge(m, src)
  169. }
  170. func (m *OssObjAddRequest) XXX_Size() int {
  171. return xxx_messageInfo_OssObjAddRequest.Size(m)
  172. }
  173. func (m *OssObjAddRequest) XXX_DiscardUnknown() {
  174. xxx_messageInfo_OssObjAddRequest.DiscardUnknown(m)
  175. }
  176. var xxx_messageInfo_OssObjAddRequest proto.InternalMessageInfo
  177. func (m *OssObjAddRequest) GetInList() []string {
  178. if m != nil {
  179. return m.InList
  180. }
  181. return nil
  182. }
  183. func (m *OssObjAddRequest) GetOutList() []string {
  184. if m != nil {
  185. return m.OutList
  186. }
  187. return nil
  188. }
  189. type OssObjAddReply struct {
  190. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  191. XXX_unrecognized []byte `json:"-"`
  192. XXX_sizecache int32 `json:"-"`
  193. }
  194. func (m *OssObjAddReply) Reset() { *m = OssObjAddReply{} }
  195. func (m *OssObjAddReply) String() string { return proto.CompactTextString(m) }
  196. func (*OssObjAddReply) ProtoMessage() {}
  197. func (*OssObjAddReply) Descriptor() ([]byte, []int) {
  198. return fileDescriptor_555bd8c177793206, []int{5}
  199. }
  200. func (m *OssObjAddReply) XXX_Unmarshal(b []byte) error {
  201. return xxx_messageInfo_OssObjAddReply.Unmarshal(m, b)
  202. }
  203. func (m *OssObjAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  204. return xxx_messageInfo_OssObjAddReply.Marshal(b, m, deterministic)
  205. }
  206. func (m *OssObjAddReply) XXX_Merge(src proto.Message) {
  207. xxx_messageInfo_OssObjAddReply.Merge(m, src)
  208. }
  209. func (m *OssObjAddReply) XXX_Size() int {
  210. return xxx_messageInfo_OssObjAddReply.Size(m)
  211. }
  212. func (m *OssObjAddReply) XXX_DiscardUnknown() {
  213. xxx_messageInfo_OssObjAddReply.DiscardUnknown(m)
  214. }
  215. var xxx_messageInfo_OssObjAddReply proto.InternalMessageInfo
  216. type OssObjDelNotExistRequest struct {
  217. ObjUrl string `protobuf:"bytes,1,opt,name=obj_url,json=objUrl,proto3" json:"obj_url"`
  218. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  219. XXX_unrecognized []byte `json:"-"`
  220. XXX_sizecache int32 `json:"-"`
  221. }
  222. func (m *OssObjDelNotExistRequest) Reset() { *m = OssObjDelNotExistRequest{} }
  223. func (m *OssObjDelNotExistRequest) String() string { return proto.CompactTextString(m) }
  224. func (*OssObjDelNotExistRequest) ProtoMessage() {}
  225. func (*OssObjDelNotExistRequest) Descriptor() ([]byte, []int) {
  226. return fileDescriptor_555bd8c177793206, []int{6}
  227. }
  228. func (m *OssObjDelNotExistRequest) XXX_Unmarshal(b []byte) error {
  229. return xxx_messageInfo_OssObjDelNotExistRequest.Unmarshal(m, b)
  230. }
  231. func (m *OssObjDelNotExistRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  232. return xxx_messageInfo_OssObjDelNotExistRequest.Marshal(b, m, deterministic)
  233. }
  234. func (m *OssObjDelNotExistRequest) XXX_Merge(src proto.Message) {
  235. xxx_messageInfo_OssObjDelNotExistRequest.Merge(m, src)
  236. }
  237. func (m *OssObjDelNotExistRequest) XXX_Size() int {
  238. return xxx_messageInfo_OssObjDelNotExistRequest.Size(m)
  239. }
  240. func (m *OssObjDelNotExistRequest) XXX_DiscardUnknown() {
  241. xxx_messageInfo_OssObjDelNotExistRequest.DiscardUnknown(m)
  242. }
  243. var xxx_messageInfo_OssObjDelNotExistRequest proto.InternalMessageInfo
  244. func (m *OssObjDelNotExistRequest) GetObjUrl() string {
  245. if m != nil {
  246. return m.ObjUrl
  247. }
  248. return ""
  249. }
  250. type OssObjDelNotExistReply struct {
  251. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  252. XXX_unrecognized []byte `json:"-"`
  253. XXX_sizecache int32 `json:"-"`
  254. }
  255. func (m *OssObjDelNotExistReply) Reset() { *m = OssObjDelNotExistReply{} }
  256. func (m *OssObjDelNotExistReply) String() string { return proto.CompactTextString(m) }
  257. func (*OssObjDelNotExistReply) ProtoMessage() {}
  258. func (*OssObjDelNotExistReply) Descriptor() ([]byte, []int) {
  259. return fileDescriptor_555bd8c177793206, []int{7}
  260. }
  261. func (m *OssObjDelNotExistReply) XXX_Unmarshal(b []byte) error {
  262. return xxx_messageInfo_OssObjDelNotExistReply.Unmarshal(m, b)
  263. }
  264. func (m *OssObjDelNotExistReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  265. return xxx_messageInfo_OssObjDelNotExistReply.Marshal(b, m, deterministic)
  266. }
  267. func (m *OssObjDelNotExistReply) XXX_Merge(src proto.Message) {
  268. xxx_messageInfo_OssObjDelNotExistReply.Merge(m, src)
  269. }
  270. func (m *OssObjDelNotExistReply) XXX_Size() int {
  271. return xxx_messageInfo_OssObjDelNotExistReply.Size(m)
  272. }
  273. func (m *OssObjDelNotExistReply) XXX_DiscardUnknown() {
  274. xxx_messageInfo_OssObjDelNotExistReply.DiscardUnknown(m)
  275. }
  276. var xxx_messageInfo_OssObjDelNotExistReply proto.InternalMessageInfo
  277. func init() {
  278. proto.RegisterType((*ProvinceRequest)(nil), "pb_v1.ProvinceRequest")
  279. proto.RegisterType((*ProvinceReply)(nil), "pb_v1.ProvinceReply")
  280. proto.RegisterType((*SystemPermissionRouterRequest)(nil), "pb_v1.SystemPermissionRouterRequest")
  281. proto.RegisterType((*SystemPermissionRouterReply)(nil), "pb_v1.SystemPermissionRouterReply")
  282. proto.RegisterType((*OssObjAddRequest)(nil), "pb_v1.OssObjAddRequest")
  283. proto.RegisterType((*OssObjAddReply)(nil), "pb_v1.OssObjAddReply")
  284. proto.RegisterType((*OssObjDelNotExistRequest)(nil), "pb_v1.OssObjDelNotExistRequest")
  285. proto.RegisterType((*OssObjDelNotExistReply)(nil), "pb_v1.OssObjDelNotExistReply")
  286. }
  287. func init() {
  288. proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206)
  289. }
  290. var fileDescriptor_555bd8c177793206 = []byte{
  291. // 274 bytes of a gzipped FileDescriptorProto
  292. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x4f, 0x4b, 0xf3, 0x40,
  293. 0x10, 0xc6, 0x49, 0xdf, 0xd7, 0x56, 0x07, 0xb5, 0x35, 0x87, 0xba, 0x2a, 0x42, 0xd9, 0x93, 0x17,
  294. 0x2d, 0xa1, 0x9f, 0x40, 0x51, 0x4f, 0x62, 0x4a, 0xc4, 0x8b, 0x97, 0xc0, 0x26, 0x0b, 0xd9, 0xb0,
  295. 0xc9, 0xac, 0xbb, 0xb3, 0xc1, 0x7c, 0x7b, 0xc9, 0x9f, 0x62, 0x0f, 0x7a, 0xdb, 0xf9, 0x3d, 0xcc,
  296. 0x6f, 0x78, 0x16, 0x8e, 0x33, 0xac, 0x2a, 0xac, 0xef, 0x8c, 0x45, 0xc2, 0xf0, 0xc0, 0x88, 0xb4,
  297. 0x89, 0xf8, 0x19, 0xcc, 0xb7, 0x16, 0x1b, 0x55, 0x67, 0x32, 0x91, 0x9f, 0x5e, 0x3a, 0xe2, 0x73,
  298. 0x38, 0xf9, 0x41, 0x46, 0xb7, 0x3c, 0x86, 0xeb, 0xb7, 0xd6, 0x91, 0xac, 0xb6, 0xd2, 0x56, 0xca,
  299. 0x39, 0x85, 0x75, 0x82, 0x9e, 0xa4, 0x1d, 0x37, 0xc2, 0x25, 0x4c, 0x6d, 0x0f, 0x58, 0xb0, 0x0a,
  300. 0x6e, 0x8e, 0x92, 0x71, 0xea, 0x78, 0x25, 0xa9, 0xc0, 0x9c, 0x4d, 0x06, 0x3e, 0x4c, 0x3c, 0x82,
  301. 0xab, 0xbf, 0x84, 0x46, 0xb7, 0x61, 0x08, 0xff, 0x33, 0xcc, 0xe5, 0x28, 0xeb, 0xdf, 0xfc, 0x19,
  302. 0x16, 0xb1, 0x73, 0xb1, 0x28, 0xef, 0xf3, 0x7c, 0x77, 0xf6, 0x1c, 0x66, 0xaa, 0x4e, 0xb5, 0x72,
  303. 0xc4, 0x82, 0xd5, 0xbf, 0xce, 0xaf, 0xea, 0x17, 0xe5, 0x28, 0xbc, 0x80, 0x43, 0xf4, 0x34, 0x24,
  304. 0x93, 0x3e, 0x99, 0xa1, 0xa7, 0x2e, 0xe2, 0x0b, 0x38, 0xdd, 0xf3, 0x74, 0xed, 0x36, 0xc0, 0x06,
  305. 0xf2, 0x28, 0xf5, 0x2b, 0xd2, 0xd3, 0x97, 0x72, 0xb4, 0x77, 0x01, 0x45, 0x99, 0x7a, 0xab, 0x77,
  306. 0xcd, 0x50, 0x94, 0xef, 0x56, 0x73, 0x06, 0xcb, 0x5f, 0x96, 0x8c, 0x6e, 0x1f, 0x2e, 0x3f, 0x98,
  307. 0xb1, 0x68, 0xa4, 0xa5, 0xf6, 0xb6, 0x40, 0xef, 0x64, 0x81, 0x3a, 0x5f, 0x1b, 0xb1, 0x6e, 0x22,
  308. 0x31, 0xed, 0xbf, 0x7e, 0xf3, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x53, 0x05, 0x1b, 0x47, 0x8a, 0x01,
  309. 0x00, 0x00,
  310. }