api.pb.go 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/interface/main/creative/api/grpc/v1/api.proto
  3. /*
  4. Package v1 is a generated protocol buffer package.
  5. It is generated from these files:
  6. app/interface/main/creative/api/grpc/v1/api.proto
  7. It has these top-level messages:
  8. FlowRequest
  9. FlowResponse
  10. TaskRequest
  11. TaskReply
  12. Empty
  13. */
  14. package v1
  15. import proto "github.com/gogo/protobuf/proto"
  16. import fmt "fmt"
  17. import math "math"
  18. import _ "github.com/gogo/protobuf/gogoproto"
  19. import context "golang.org/x/net/context"
  20. import grpc "google.golang.org/grpc"
  21. import io "io"
  22. // Reference imports to suppress errors if they are not otherwise used.
  23. var _ = proto.Marshal
  24. var _ = fmt.Errorf
  25. var _ = math.Inf
  26. // This is a compile-time assertion to ensure that this generated file
  27. // is compatible with the proto package it is being compiled against.
  28. // A compilation error at this line likely means your copy of the
  29. // proto package needs to be updated.
  30. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  31. type FlowRequest struct {
  32. Gid int64 `protobuf:"varint,1,opt,name=gid,proto3" json:"gid,omitempty"`
  33. Business int64 `protobuf:"varint,2,opt,name=business,proto3" json:"business,omitempty"`
  34. Oids []int64 `protobuf:"varint,3,rep,packed,name=oids" json:"oids,omitempty"`
  35. }
  36. func (m *FlowRequest) Reset() { *m = FlowRequest{} }
  37. func (m *FlowRequest) String() string { return proto.CompactTextString(m) }
  38. func (*FlowRequest) ProtoMessage() {}
  39. func (*FlowRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{0} }
  40. func (m *FlowRequest) GetGid() int64 {
  41. if m != nil {
  42. return m.Gid
  43. }
  44. return 0
  45. }
  46. func (m *FlowRequest) GetBusiness() int64 {
  47. if m != nil {
  48. return m.Business
  49. }
  50. return 0
  51. }
  52. func (m *FlowRequest) GetOids() []int64 {
  53. if m != nil {
  54. return m.Oids
  55. }
  56. return nil
  57. }
  58. type FlowResponse struct {
  59. Oids []int64 `protobuf:"varint,1,rep,packed,name=oids" json:"oids,omitempty"`
  60. }
  61. func (m *FlowResponse) Reset() { *m = FlowResponse{} }
  62. func (m *FlowResponse) String() string { return proto.CompactTextString(m) }
  63. func (*FlowResponse) ProtoMessage() {}
  64. func (*FlowResponse) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{1} }
  65. func (m *FlowResponse) GetOids() []int64 {
  66. if m != nil {
  67. return m.Oids
  68. }
  69. return nil
  70. }
  71. // The request message containing the user's name.
  72. type TaskRequest struct {
  73. Mid int64 `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
  74. TaskId int64 `protobuf:"varint,2,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
  75. }
  76. func (m *TaskRequest) Reset() { *m = TaskRequest{} }
  77. func (m *TaskRequest) String() string { return proto.CompactTextString(m) }
  78. func (*TaskRequest) ProtoMessage() {}
  79. func (*TaskRequest) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{2} }
  80. func (m *TaskRequest) GetMid() int64 {
  81. if m != nil {
  82. return m.Mid
  83. }
  84. return 0
  85. }
  86. func (m *TaskRequest) GetTaskId() int64 {
  87. if m != nil {
  88. return m.TaskId
  89. }
  90. return 0
  91. }
  92. // The response message containing the greetings
  93. type TaskReply struct {
  94. FinishState bool `protobuf:"varint,1,opt,name=finish_state,json=finishState,proto3" json:"finish_state,omitempty"`
  95. }
  96. func (m *TaskReply) Reset() { *m = TaskReply{} }
  97. func (m *TaskReply) String() string { return proto.CompactTextString(m) }
  98. func (*TaskReply) ProtoMessage() {}
  99. func (*TaskReply) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{3} }
  100. func (m *TaskReply) GetFinishState() bool {
  101. if m != nil {
  102. return m.FinishState
  103. }
  104. return false
  105. }
  106. type Empty struct {
  107. }
  108. func (m *Empty) Reset() { *m = Empty{} }
  109. func (m *Empty) String() string { return proto.CompactTextString(m) }
  110. func (*Empty) ProtoMessage() {}
  111. func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptorApi, []int{4} }
  112. func init() {
  113. proto.RegisterType((*FlowRequest)(nil), "main.archive.creative.FlowRequest")
  114. proto.RegisterType((*FlowResponse)(nil), "main.archive.creative.FlowResponse")
  115. proto.RegisterType((*TaskRequest)(nil), "main.archive.creative.TaskRequest")
  116. proto.RegisterType((*TaskReply)(nil), "main.archive.creative.TaskReply")
  117. proto.RegisterType((*Empty)(nil), "main.archive.creative.Empty")
  118. }
  119. // Reference imports to suppress errors if they are not otherwise used.
  120. var _ context.Context
  121. var _ grpc.ClientConn
  122. // This is a compile-time assertion to ensure that this generated file
  123. // is compatible with the grpc package it is being compiled against.
  124. const _ = grpc.SupportPackageIsVersion4
  125. // Client API for Creative service
  126. type CreativeClient interface {
  127. // FlowJudge 查询flow情况
  128. FlowJudge(ctx context.Context, in *FlowRequest, opts ...grpc.CallOption) (*FlowResponse, error)
  129. // Sends a greeting
  130. CheckTaskState(ctx context.Context, in *TaskRequest, opts ...grpc.CallOption) (*TaskReply, error)
  131. // Ping Service
  132. Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
  133. // Close Service
  134. Close(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
  135. }
  136. type creativeClient struct {
  137. cc *grpc.ClientConn
  138. }
  139. func NewCreativeClient(cc *grpc.ClientConn) CreativeClient {
  140. return &creativeClient{cc}
  141. }
  142. func (c *creativeClient) FlowJudge(ctx context.Context, in *FlowRequest, opts ...grpc.CallOption) (*FlowResponse, error) {
  143. out := new(FlowResponse)
  144. err := grpc.Invoke(ctx, "/main.archive.creative.Creative/FlowJudge", in, out, c.cc, opts...)
  145. if err != nil {
  146. return nil, err
  147. }
  148. return out, nil
  149. }
  150. func (c *creativeClient) CheckTaskState(ctx context.Context, in *TaskRequest, opts ...grpc.CallOption) (*TaskReply, error) {
  151. out := new(TaskReply)
  152. err := grpc.Invoke(ctx, "/main.archive.creative.Creative/CheckTaskState", in, out, c.cc, opts...)
  153. if err != nil {
  154. return nil, err
  155. }
  156. return out, nil
  157. }
  158. func (c *creativeClient) Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) {
  159. out := new(Empty)
  160. err := grpc.Invoke(ctx, "/main.archive.creative.Creative/Ping", in, out, c.cc, opts...)
  161. if err != nil {
  162. return nil, err
  163. }
  164. return out, nil
  165. }
  166. func (c *creativeClient) Close(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) {
  167. out := new(Empty)
  168. err := grpc.Invoke(ctx, "/main.archive.creative.Creative/Close", in, out, c.cc, opts...)
  169. if err != nil {
  170. return nil, err
  171. }
  172. return out, nil
  173. }
  174. // Server API for Creative service
  175. type CreativeServer interface {
  176. // FlowJudge 查询flow情况
  177. FlowJudge(context.Context, *FlowRequest) (*FlowResponse, error)
  178. // Sends a greeting
  179. CheckTaskState(context.Context, *TaskRequest) (*TaskReply, error)
  180. // Ping Service
  181. Ping(context.Context, *Empty) (*Empty, error)
  182. // Close Service
  183. Close(context.Context, *Empty) (*Empty, error)
  184. }
  185. func RegisterCreativeServer(s *grpc.Server, srv CreativeServer) {
  186. s.RegisterService(&_Creative_serviceDesc, srv)
  187. }
  188. func _Creative_FlowJudge_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  189. in := new(FlowRequest)
  190. if err := dec(in); err != nil {
  191. return nil, err
  192. }
  193. if interceptor == nil {
  194. return srv.(CreativeServer).FlowJudge(ctx, in)
  195. }
  196. info := &grpc.UnaryServerInfo{
  197. Server: srv,
  198. FullMethod: "/main.archive.creative.Creative/FlowJudge",
  199. }
  200. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  201. return srv.(CreativeServer).FlowJudge(ctx, req.(*FlowRequest))
  202. }
  203. return interceptor(ctx, in, info, handler)
  204. }
  205. func _Creative_CheckTaskState_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  206. in := new(TaskRequest)
  207. if err := dec(in); err != nil {
  208. return nil, err
  209. }
  210. if interceptor == nil {
  211. return srv.(CreativeServer).CheckTaskState(ctx, in)
  212. }
  213. info := &grpc.UnaryServerInfo{
  214. Server: srv,
  215. FullMethod: "/main.archive.creative.Creative/CheckTaskState",
  216. }
  217. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  218. return srv.(CreativeServer).CheckTaskState(ctx, req.(*TaskRequest))
  219. }
  220. return interceptor(ctx, in, info, handler)
  221. }
  222. func _Creative_Ping_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  223. in := new(Empty)
  224. if err := dec(in); err != nil {
  225. return nil, err
  226. }
  227. if interceptor == nil {
  228. return srv.(CreativeServer).Ping(ctx, in)
  229. }
  230. info := &grpc.UnaryServerInfo{
  231. Server: srv,
  232. FullMethod: "/main.archive.creative.Creative/Ping",
  233. }
  234. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  235. return srv.(CreativeServer).Ping(ctx, req.(*Empty))
  236. }
  237. return interceptor(ctx, in, info, handler)
  238. }
  239. func _Creative_Close_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  240. in := new(Empty)
  241. if err := dec(in); err != nil {
  242. return nil, err
  243. }
  244. if interceptor == nil {
  245. return srv.(CreativeServer).Close(ctx, in)
  246. }
  247. info := &grpc.UnaryServerInfo{
  248. Server: srv,
  249. FullMethod: "/main.archive.creative.Creative/Close",
  250. }
  251. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  252. return srv.(CreativeServer).Close(ctx, req.(*Empty))
  253. }
  254. return interceptor(ctx, in, info, handler)
  255. }
  256. var _Creative_serviceDesc = grpc.ServiceDesc{
  257. ServiceName: "main.archive.creative.Creative",
  258. HandlerType: (*CreativeServer)(nil),
  259. Methods: []grpc.MethodDesc{
  260. {
  261. MethodName: "FlowJudge",
  262. Handler: _Creative_FlowJudge_Handler,
  263. },
  264. {
  265. MethodName: "CheckTaskState",
  266. Handler: _Creative_CheckTaskState_Handler,
  267. },
  268. {
  269. MethodName: "Ping",
  270. Handler: _Creative_Ping_Handler,
  271. },
  272. {
  273. MethodName: "Close",
  274. Handler: _Creative_Close_Handler,
  275. },
  276. },
  277. Streams: []grpc.StreamDesc{},
  278. Metadata: "app/interface/main/creative/api/grpc/v1/api.proto",
  279. }
  280. func (m *FlowRequest) Marshal() (dAtA []byte, err error) {
  281. size := m.Size()
  282. dAtA = make([]byte, size)
  283. n, err := m.MarshalTo(dAtA)
  284. if err != nil {
  285. return nil, err
  286. }
  287. return dAtA[:n], nil
  288. }
  289. func (m *FlowRequest) MarshalTo(dAtA []byte) (int, error) {
  290. var i int
  291. _ = i
  292. var l int
  293. _ = l
  294. if m.Gid != 0 {
  295. dAtA[i] = 0x8
  296. i++
  297. i = encodeVarintApi(dAtA, i, uint64(m.Gid))
  298. }
  299. if m.Business != 0 {
  300. dAtA[i] = 0x10
  301. i++
  302. i = encodeVarintApi(dAtA, i, uint64(m.Business))
  303. }
  304. if len(m.Oids) > 0 {
  305. dAtA2 := make([]byte, len(m.Oids)*10)
  306. var j1 int
  307. for _, num1 := range m.Oids {
  308. num := uint64(num1)
  309. for num >= 1<<7 {
  310. dAtA2[j1] = uint8(uint64(num)&0x7f | 0x80)
  311. num >>= 7
  312. j1++
  313. }
  314. dAtA2[j1] = uint8(num)
  315. j1++
  316. }
  317. dAtA[i] = 0x1a
  318. i++
  319. i = encodeVarintApi(dAtA, i, uint64(j1))
  320. i += copy(dAtA[i:], dAtA2[:j1])
  321. }
  322. return i, nil
  323. }
  324. func (m *FlowResponse) Marshal() (dAtA []byte, err error) {
  325. size := m.Size()
  326. dAtA = make([]byte, size)
  327. n, err := m.MarshalTo(dAtA)
  328. if err != nil {
  329. return nil, err
  330. }
  331. return dAtA[:n], nil
  332. }
  333. func (m *FlowResponse) MarshalTo(dAtA []byte) (int, error) {
  334. var i int
  335. _ = i
  336. var l int
  337. _ = l
  338. if len(m.Oids) > 0 {
  339. dAtA4 := make([]byte, len(m.Oids)*10)
  340. var j3 int
  341. for _, num1 := range m.Oids {
  342. num := uint64(num1)
  343. for num >= 1<<7 {
  344. dAtA4[j3] = uint8(uint64(num)&0x7f | 0x80)
  345. num >>= 7
  346. j3++
  347. }
  348. dAtA4[j3] = uint8(num)
  349. j3++
  350. }
  351. dAtA[i] = 0xa
  352. i++
  353. i = encodeVarintApi(dAtA, i, uint64(j3))
  354. i += copy(dAtA[i:], dAtA4[:j3])
  355. }
  356. return i, nil
  357. }
  358. func (m *TaskRequest) Marshal() (dAtA []byte, err error) {
  359. size := m.Size()
  360. dAtA = make([]byte, size)
  361. n, err := m.MarshalTo(dAtA)
  362. if err != nil {
  363. return nil, err
  364. }
  365. return dAtA[:n], nil
  366. }
  367. func (m *TaskRequest) MarshalTo(dAtA []byte) (int, error) {
  368. var i int
  369. _ = i
  370. var l int
  371. _ = l
  372. if m.Mid != 0 {
  373. dAtA[i] = 0x8
  374. i++
  375. i = encodeVarintApi(dAtA, i, uint64(m.Mid))
  376. }
  377. if m.TaskId != 0 {
  378. dAtA[i] = 0x10
  379. i++
  380. i = encodeVarintApi(dAtA, i, uint64(m.TaskId))
  381. }
  382. return i, nil
  383. }
  384. func (m *TaskReply) Marshal() (dAtA []byte, err error) {
  385. size := m.Size()
  386. dAtA = make([]byte, size)
  387. n, err := m.MarshalTo(dAtA)
  388. if err != nil {
  389. return nil, err
  390. }
  391. return dAtA[:n], nil
  392. }
  393. func (m *TaskReply) MarshalTo(dAtA []byte) (int, error) {
  394. var i int
  395. _ = i
  396. var l int
  397. _ = l
  398. if m.FinishState {
  399. dAtA[i] = 0x8
  400. i++
  401. if m.FinishState {
  402. dAtA[i] = 1
  403. } else {
  404. dAtA[i] = 0
  405. }
  406. i++
  407. }
  408. return i, nil
  409. }
  410. func (m *Empty) Marshal() (dAtA []byte, err error) {
  411. size := m.Size()
  412. dAtA = make([]byte, size)
  413. n, err := m.MarshalTo(dAtA)
  414. if err != nil {
  415. return nil, err
  416. }
  417. return dAtA[:n], nil
  418. }
  419. func (m *Empty) MarshalTo(dAtA []byte) (int, error) {
  420. var i int
  421. _ = i
  422. var l int
  423. _ = l
  424. return i, nil
  425. }
  426. func encodeVarintApi(dAtA []byte, offset int, v uint64) int {
  427. for v >= 1<<7 {
  428. dAtA[offset] = uint8(v&0x7f | 0x80)
  429. v >>= 7
  430. offset++
  431. }
  432. dAtA[offset] = uint8(v)
  433. return offset + 1
  434. }
  435. func (m *FlowRequest) Size() (n int) {
  436. var l int
  437. _ = l
  438. if m.Gid != 0 {
  439. n += 1 + sovApi(uint64(m.Gid))
  440. }
  441. if m.Business != 0 {
  442. n += 1 + sovApi(uint64(m.Business))
  443. }
  444. if len(m.Oids) > 0 {
  445. l = 0
  446. for _, e := range m.Oids {
  447. l += sovApi(uint64(e))
  448. }
  449. n += 1 + sovApi(uint64(l)) + l
  450. }
  451. return n
  452. }
  453. func (m *FlowResponse) Size() (n int) {
  454. var l int
  455. _ = l
  456. if len(m.Oids) > 0 {
  457. l = 0
  458. for _, e := range m.Oids {
  459. l += sovApi(uint64(e))
  460. }
  461. n += 1 + sovApi(uint64(l)) + l
  462. }
  463. return n
  464. }
  465. func (m *TaskRequest) Size() (n int) {
  466. var l int
  467. _ = l
  468. if m.Mid != 0 {
  469. n += 1 + sovApi(uint64(m.Mid))
  470. }
  471. if m.TaskId != 0 {
  472. n += 1 + sovApi(uint64(m.TaskId))
  473. }
  474. return n
  475. }
  476. func (m *TaskReply) Size() (n int) {
  477. var l int
  478. _ = l
  479. if m.FinishState {
  480. n += 2
  481. }
  482. return n
  483. }
  484. func (m *Empty) Size() (n int) {
  485. var l int
  486. _ = l
  487. return n
  488. }
  489. func sovApi(x uint64) (n int) {
  490. for {
  491. n++
  492. x >>= 7
  493. if x == 0 {
  494. break
  495. }
  496. }
  497. return n
  498. }
  499. func sozApi(x uint64) (n int) {
  500. return sovApi(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  501. }
  502. func (m *FlowRequest) Unmarshal(dAtA []byte) error {
  503. l := len(dAtA)
  504. iNdEx := 0
  505. for iNdEx < l {
  506. preIndex := iNdEx
  507. var wire uint64
  508. for shift := uint(0); ; shift += 7 {
  509. if shift >= 64 {
  510. return ErrIntOverflowApi
  511. }
  512. if iNdEx >= l {
  513. return io.ErrUnexpectedEOF
  514. }
  515. b := dAtA[iNdEx]
  516. iNdEx++
  517. wire |= (uint64(b) & 0x7F) << shift
  518. if b < 0x80 {
  519. break
  520. }
  521. }
  522. fieldNum := int32(wire >> 3)
  523. wireType := int(wire & 0x7)
  524. if wireType == 4 {
  525. return fmt.Errorf("proto: FlowRequest: wiretype end group for non-group")
  526. }
  527. if fieldNum <= 0 {
  528. return fmt.Errorf("proto: FlowRequest: illegal tag %d (wire type %d)", fieldNum, wire)
  529. }
  530. switch fieldNum {
  531. case 1:
  532. if wireType != 0 {
  533. return fmt.Errorf("proto: wrong wireType = %d for field Gid", wireType)
  534. }
  535. m.Gid = 0
  536. for shift := uint(0); ; shift += 7 {
  537. if shift >= 64 {
  538. return ErrIntOverflowApi
  539. }
  540. if iNdEx >= l {
  541. return io.ErrUnexpectedEOF
  542. }
  543. b := dAtA[iNdEx]
  544. iNdEx++
  545. m.Gid |= (int64(b) & 0x7F) << shift
  546. if b < 0x80 {
  547. break
  548. }
  549. }
  550. case 2:
  551. if wireType != 0 {
  552. return fmt.Errorf("proto: wrong wireType = %d for field Business", wireType)
  553. }
  554. m.Business = 0
  555. for shift := uint(0); ; shift += 7 {
  556. if shift >= 64 {
  557. return ErrIntOverflowApi
  558. }
  559. if iNdEx >= l {
  560. return io.ErrUnexpectedEOF
  561. }
  562. b := dAtA[iNdEx]
  563. iNdEx++
  564. m.Business |= (int64(b) & 0x7F) << shift
  565. if b < 0x80 {
  566. break
  567. }
  568. }
  569. case 3:
  570. if wireType == 0 {
  571. var v int64
  572. for shift := uint(0); ; shift += 7 {
  573. if shift >= 64 {
  574. return ErrIntOverflowApi
  575. }
  576. if iNdEx >= l {
  577. return io.ErrUnexpectedEOF
  578. }
  579. b := dAtA[iNdEx]
  580. iNdEx++
  581. v |= (int64(b) & 0x7F) << shift
  582. if b < 0x80 {
  583. break
  584. }
  585. }
  586. m.Oids = append(m.Oids, v)
  587. } else if wireType == 2 {
  588. var packedLen int
  589. for shift := uint(0); ; shift += 7 {
  590. if shift >= 64 {
  591. return ErrIntOverflowApi
  592. }
  593. if iNdEx >= l {
  594. return io.ErrUnexpectedEOF
  595. }
  596. b := dAtA[iNdEx]
  597. iNdEx++
  598. packedLen |= (int(b) & 0x7F) << shift
  599. if b < 0x80 {
  600. break
  601. }
  602. }
  603. if packedLen < 0 {
  604. return ErrInvalidLengthApi
  605. }
  606. postIndex := iNdEx + packedLen
  607. if postIndex > l {
  608. return io.ErrUnexpectedEOF
  609. }
  610. for iNdEx < postIndex {
  611. var v int64
  612. for shift := uint(0); ; shift += 7 {
  613. if shift >= 64 {
  614. return ErrIntOverflowApi
  615. }
  616. if iNdEx >= l {
  617. return io.ErrUnexpectedEOF
  618. }
  619. b := dAtA[iNdEx]
  620. iNdEx++
  621. v |= (int64(b) & 0x7F) << shift
  622. if b < 0x80 {
  623. break
  624. }
  625. }
  626. m.Oids = append(m.Oids, v)
  627. }
  628. } else {
  629. return fmt.Errorf("proto: wrong wireType = %d for field Oids", wireType)
  630. }
  631. default:
  632. iNdEx = preIndex
  633. skippy, err := skipApi(dAtA[iNdEx:])
  634. if err != nil {
  635. return err
  636. }
  637. if skippy < 0 {
  638. return ErrInvalidLengthApi
  639. }
  640. if (iNdEx + skippy) > l {
  641. return io.ErrUnexpectedEOF
  642. }
  643. iNdEx += skippy
  644. }
  645. }
  646. if iNdEx > l {
  647. return io.ErrUnexpectedEOF
  648. }
  649. return nil
  650. }
  651. func (m *FlowResponse) Unmarshal(dAtA []byte) error {
  652. l := len(dAtA)
  653. iNdEx := 0
  654. for iNdEx < l {
  655. preIndex := iNdEx
  656. var wire uint64
  657. for shift := uint(0); ; shift += 7 {
  658. if shift >= 64 {
  659. return ErrIntOverflowApi
  660. }
  661. if iNdEx >= l {
  662. return io.ErrUnexpectedEOF
  663. }
  664. b := dAtA[iNdEx]
  665. iNdEx++
  666. wire |= (uint64(b) & 0x7F) << shift
  667. if b < 0x80 {
  668. break
  669. }
  670. }
  671. fieldNum := int32(wire >> 3)
  672. wireType := int(wire & 0x7)
  673. if wireType == 4 {
  674. return fmt.Errorf("proto: FlowResponse: wiretype end group for non-group")
  675. }
  676. if fieldNum <= 0 {
  677. return fmt.Errorf("proto: FlowResponse: illegal tag %d (wire type %d)", fieldNum, wire)
  678. }
  679. switch fieldNum {
  680. case 1:
  681. if wireType == 0 {
  682. var v int64
  683. for shift := uint(0); ; shift += 7 {
  684. if shift >= 64 {
  685. return ErrIntOverflowApi
  686. }
  687. if iNdEx >= l {
  688. return io.ErrUnexpectedEOF
  689. }
  690. b := dAtA[iNdEx]
  691. iNdEx++
  692. v |= (int64(b) & 0x7F) << shift
  693. if b < 0x80 {
  694. break
  695. }
  696. }
  697. m.Oids = append(m.Oids, v)
  698. } else if wireType == 2 {
  699. var packedLen int
  700. for shift := uint(0); ; shift += 7 {
  701. if shift >= 64 {
  702. return ErrIntOverflowApi
  703. }
  704. if iNdEx >= l {
  705. return io.ErrUnexpectedEOF
  706. }
  707. b := dAtA[iNdEx]
  708. iNdEx++
  709. packedLen |= (int(b) & 0x7F) << shift
  710. if b < 0x80 {
  711. break
  712. }
  713. }
  714. if packedLen < 0 {
  715. return ErrInvalidLengthApi
  716. }
  717. postIndex := iNdEx + packedLen
  718. if postIndex > l {
  719. return io.ErrUnexpectedEOF
  720. }
  721. for iNdEx < postIndex {
  722. var v int64
  723. for shift := uint(0); ; shift += 7 {
  724. if shift >= 64 {
  725. return ErrIntOverflowApi
  726. }
  727. if iNdEx >= l {
  728. return io.ErrUnexpectedEOF
  729. }
  730. b := dAtA[iNdEx]
  731. iNdEx++
  732. v |= (int64(b) & 0x7F) << shift
  733. if b < 0x80 {
  734. break
  735. }
  736. }
  737. m.Oids = append(m.Oids, v)
  738. }
  739. } else {
  740. return fmt.Errorf("proto: wrong wireType = %d for field Oids", wireType)
  741. }
  742. default:
  743. iNdEx = preIndex
  744. skippy, err := skipApi(dAtA[iNdEx:])
  745. if err != nil {
  746. return err
  747. }
  748. if skippy < 0 {
  749. return ErrInvalidLengthApi
  750. }
  751. if (iNdEx + skippy) > l {
  752. return io.ErrUnexpectedEOF
  753. }
  754. iNdEx += skippy
  755. }
  756. }
  757. if iNdEx > l {
  758. return io.ErrUnexpectedEOF
  759. }
  760. return nil
  761. }
  762. func (m *TaskRequest) Unmarshal(dAtA []byte) error {
  763. l := len(dAtA)
  764. iNdEx := 0
  765. for iNdEx < l {
  766. preIndex := iNdEx
  767. var wire uint64
  768. for shift := uint(0); ; shift += 7 {
  769. if shift >= 64 {
  770. return ErrIntOverflowApi
  771. }
  772. if iNdEx >= l {
  773. return io.ErrUnexpectedEOF
  774. }
  775. b := dAtA[iNdEx]
  776. iNdEx++
  777. wire |= (uint64(b) & 0x7F) << shift
  778. if b < 0x80 {
  779. break
  780. }
  781. }
  782. fieldNum := int32(wire >> 3)
  783. wireType := int(wire & 0x7)
  784. if wireType == 4 {
  785. return fmt.Errorf("proto: TaskRequest: wiretype end group for non-group")
  786. }
  787. if fieldNum <= 0 {
  788. return fmt.Errorf("proto: TaskRequest: illegal tag %d (wire type %d)", fieldNum, wire)
  789. }
  790. switch fieldNum {
  791. case 1:
  792. if wireType != 0 {
  793. return fmt.Errorf("proto: wrong wireType = %d for field Mid", wireType)
  794. }
  795. m.Mid = 0
  796. for shift := uint(0); ; shift += 7 {
  797. if shift >= 64 {
  798. return ErrIntOverflowApi
  799. }
  800. if iNdEx >= l {
  801. return io.ErrUnexpectedEOF
  802. }
  803. b := dAtA[iNdEx]
  804. iNdEx++
  805. m.Mid |= (int64(b) & 0x7F) << shift
  806. if b < 0x80 {
  807. break
  808. }
  809. }
  810. case 2:
  811. if wireType != 0 {
  812. return fmt.Errorf("proto: wrong wireType = %d for field TaskId", wireType)
  813. }
  814. m.TaskId = 0
  815. for shift := uint(0); ; shift += 7 {
  816. if shift >= 64 {
  817. return ErrIntOverflowApi
  818. }
  819. if iNdEx >= l {
  820. return io.ErrUnexpectedEOF
  821. }
  822. b := dAtA[iNdEx]
  823. iNdEx++
  824. m.TaskId |= (int64(b) & 0x7F) << shift
  825. if b < 0x80 {
  826. break
  827. }
  828. }
  829. default:
  830. iNdEx = preIndex
  831. skippy, err := skipApi(dAtA[iNdEx:])
  832. if err != nil {
  833. return err
  834. }
  835. if skippy < 0 {
  836. return ErrInvalidLengthApi
  837. }
  838. if (iNdEx + skippy) > l {
  839. return io.ErrUnexpectedEOF
  840. }
  841. iNdEx += skippy
  842. }
  843. }
  844. if iNdEx > l {
  845. return io.ErrUnexpectedEOF
  846. }
  847. return nil
  848. }
  849. func (m *TaskReply) Unmarshal(dAtA []byte) error {
  850. l := len(dAtA)
  851. iNdEx := 0
  852. for iNdEx < l {
  853. preIndex := iNdEx
  854. var wire uint64
  855. for shift := uint(0); ; shift += 7 {
  856. if shift >= 64 {
  857. return ErrIntOverflowApi
  858. }
  859. if iNdEx >= l {
  860. return io.ErrUnexpectedEOF
  861. }
  862. b := dAtA[iNdEx]
  863. iNdEx++
  864. wire |= (uint64(b) & 0x7F) << shift
  865. if b < 0x80 {
  866. break
  867. }
  868. }
  869. fieldNum := int32(wire >> 3)
  870. wireType := int(wire & 0x7)
  871. if wireType == 4 {
  872. return fmt.Errorf("proto: TaskReply: wiretype end group for non-group")
  873. }
  874. if fieldNum <= 0 {
  875. return fmt.Errorf("proto: TaskReply: illegal tag %d (wire type %d)", fieldNum, wire)
  876. }
  877. switch fieldNum {
  878. case 1:
  879. if wireType != 0 {
  880. return fmt.Errorf("proto: wrong wireType = %d for field FinishState", wireType)
  881. }
  882. var v int
  883. for shift := uint(0); ; shift += 7 {
  884. if shift >= 64 {
  885. return ErrIntOverflowApi
  886. }
  887. if iNdEx >= l {
  888. return io.ErrUnexpectedEOF
  889. }
  890. b := dAtA[iNdEx]
  891. iNdEx++
  892. v |= (int(b) & 0x7F) << shift
  893. if b < 0x80 {
  894. break
  895. }
  896. }
  897. m.FinishState = bool(v != 0)
  898. default:
  899. iNdEx = preIndex
  900. skippy, err := skipApi(dAtA[iNdEx:])
  901. if err != nil {
  902. return err
  903. }
  904. if skippy < 0 {
  905. return ErrInvalidLengthApi
  906. }
  907. if (iNdEx + skippy) > l {
  908. return io.ErrUnexpectedEOF
  909. }
  910. iNdEx += skippy
  911. }
  912. }
  913. if iNdEx > l {
  914. return io.ErrUnexpectedEOF
  915. }
  916. return nil
  917. }
  918. func (m *Empty) Unmarshal(dAtA []byte) error {
  919. l := len(dAtA)
  920. iNdEx := 0
  921. for iNdEx < l {
  922. preIndex := iNdEx
  923. var wire uint64
  924. for shift := uint(0); ; shift += 7 {
  925. if shift >= 64 {
  926. return ErrIntOverflowApi
  927. }
  928. if iNdEx >= l {
  929. return io.ErrUnexpectedEOF
  930. }
  931. b := dAtA[iNdEx]
  932. iNdEx++
  933. wire |= (uint64(b) & 0x7F) << shift
  934. if b < 0x80 {
  935. break
  936. }
  937. }
  938. fieldNum := int32(wire >> 3)
  939. wireType := int(wire & 0x7)
  940. if wireType == 4 {
  941. return fmt.Errorf("proto: Empty: wiretype end group for non-group")
  942. }
  943. if fieldNum <= 0 {
  944. return fmt.Errorf("proto: Empty: illegal tag %d (wire type %d)", fieldNum, wire)
  945. }
  946. switch fieldNum {
  947. default:
  948. iNdEx = preIndex
  949. skippy, err := skipApi(dAtA[iNdEx:])
  950. if err != nil {
  951. return err
  952. }
  953. if skippy < 0 {
  954. return ErrInvalidLengthApi
  955. }
  956. if (iNdEx + skippy) > l {
  957. return io.ErrUnexpectedEOF
  958. }
  959. iNdEx += skippy
  960. }
  961. }
  962. if iNdEx > l {
  963. return io.ErrUnexpectedEOF
  964. }
  965. return nil
  966. }
  967. func skipApi(dAtA []byte) (n int, err error) {
  968. l := len(dAtA)
  969. iNdEx := 0
  970. for iNdEx < l {
  971. var wire uint64
  972. for shift := uint(0); ; shift += 7 {
  973. if shift >= 64 {
  974. return 0, ErrIntOverflowApi
  975. }
  976. if iNdEx >= l {
  977. return 0, io.ErrUnexpectedEOF
  978. }
  979. b := dAtA[iNdEx]
  980. iNdEx++
  981. wire |= (uint64(b) & 0x7F) << shift
  982. if b < 0x80 {
  983. break
  984. }
  985. }
  986. wireType := int(wire & 0x7)
  987. switch wireType {
  988. case 0:
  989. for shift := uint(0); ; shift += 7 {
  990. if shift >= 64 {
  991. return 0, ErrIntOverflowApi
  992. }
  993. if iNdEx >= l {
  994. return 0, io.ErrUnexpectedEOF
  995. }
  996. iNdEx++
  997. if dAtA[iNdEx-1] < 0x80 {
  998. break
  999. }
  1000. }
  1001. return iNdEx, nil
  1002. case 1:
  1003. iNdEx += 8
  1004. return iNdEx, nil
  1005. case 2:
  1006. var length int
  1007. for shift := uint(0); ; shift += 7 {
  1008. if shift >= 64 {
  1009. return 0, ErrIntOverflowApi
  1010. }
  1011. if iNdEx >= l {
  1012. return 0, io.ErrUnexpectedEOF
  1013. }
  1014. b := dAtA[iNdEx]
  1015. iNdEx++
  1016. length |= (int(b) & 0x7F) << shift
  1017. if b < 0x80 {
  1018. break
  1019. }
  1020. }
  1021. iNdEx += length
  1022. if length < 0 {
  1023. return 0, ErrInvalidLengthApi
  1024. }
  1025. return iNdEx, nil
  1026. case 3:
  1027. for {
  1028. var innerWire uint64
  1029. var start int = iNdEx
  1030. for shift := uint(0); ; shift += 7 {
  1031. if shift >= 64 {
  1032. return 0, ErrIntOverflowApi
  1033. }
  1034. if iNdEx >= l {
  1035. return 0, io.ErrUnexpectedEOF
  1036. }
  1037. b := dAtA[iNdEx]
  1038. iNdEx++
  1039. innerWire |= (uint64(b) & 0x7F) << shift
  1040. if b < 0x80 {
  1041. break
  1042. }
  1043. }
  1044. innerWireType := int(innerWire & 0x7)
  1045. if innerWireType == 4 {
  1046. break
  1047. }
  1048. next, err := skipApi(dAtA[start:])
  1049. if err != nil {
  1050. return 0, err
  1051. }
  1052. iNdEx = start + next
  1053. }
  1054. return iNdEx, nil
  1055. case 4:
  1056. return iNdEx, nil
  1057. case 5:
  1058. iNdEx += 4
  1059. return iNdEx, nil
  1060. default:
  1061. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1062. }
  1063. }
  1064. panic("unreachable")
  1065. }
  1066. var (
  1067. ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling")
  1068. ErrIntOverflowApi = fmt.Errorf("proto: integer overflow")
  1069. )
  1070. func init() {
  1071. proto.RegisterFile("app/interface/main/creative/api/grpc/v1/api.proto", fileDescriptorApi)
  1072. }
  1073. var fileDescriptorApi = []byte{
  1074. // 377 bytes of a gzipped FileDescriptorProto
  1075. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xcf, 0x6e, 0x9b, 0x40,
  1076. 0x10, 0xc6, 0x8b, 0xf1, 0xdf, 0xb1, 0x55, 0x59, 0x2b, 0x55, 0xb5, 0x50, 0x65, 0xb9, 0xf4, 0xe2,
  1077. 0x4b, 0x59, 0xb9, 0xbd, 0xf4, 0x6c, 0xd4, 0x4a, 0xcd, 0x25, 0x11, 0xf1, 0x21, 0xca, 0xc5, 0x5a,
  1078. 0x60, 0x0d, 0x2b, 0x03, 0xbb, 0x61, 0x17, 0x22, 0x3f, 0x5f, 0x2e, 0x39, 0xe6, 0x11, 0x22, 0x3f,
  1079. 0x49, 0xc4, 0xe2, 0x38, 0x1c, 0x62, 0x5f, 0x72, 0x9b, 0x6f, 0xf8, 0xf1, 0x7d, 0x33, 0xa3, 0x85,
  1080. 0x05, 0x11, 0x02, 0xb3, 0x4c, 0xd1, 0x7c, 0x43, 0x02, 0x8a, 0x53, 0xc2, 0x32, 0x1c, 0xe4, 0x94,
  1081. 0x28, 0x56, 0x52, 0x4c, 0x04, 0xc3, 0x51, 0x2e, 0x02, 0x5c, 0x2e, 0xaa, 0xda, 0x11, 0x39, 0x57,
  1082. 0x1c, 0x7d, 0xa9, 0x20, 0x87, 0xe4, 0x41, 0xcc, 0x4a, 0xea, 0xbc, 0xc2, 0xd6, 0xcf, 0x88, 0xa9,
  1083. 0xb8, 0xf0, 0x9d, 0x80, 0xa7, 0x38, 0xe2, 0x11, 0xc7, 0x9a, 0xf6, 0x8b, 0x8d, 0x56, 0x5a, 0xe8,
  1084. 0xaa, 0x76, 0xb1, 0x2f, 0x61, 0xf8, 0x2f, 0xe1, 0xf7, 0x1e, 0xbd, 0x2b, 0xa8, 0x54, 0x68, 0x0c,
  1085. 0x66, 0xc4, 0xc2, 0x89, 0x31, 0x33, 0xe6, 0xa6, 0x57, 0x95, 0xc8, 0x82, 0xbe, 0x5f, 0x48, 0x96,
  1086. 0x51, 0x29, 0x27, 0x2d, 0xdd, 0x3e, 0x6a, 0x84, 0xa0, 0xcd, 0x59, 0x28, 0x27, 0xe6, 0xcc, 0x9c,
  1087. 0x9b, 0x9e, 0xae, 0x6d, 0x1b, 0x46, 0xb5, 0xa1, 0x14, 0x3c, 0x93, 0xf4, 0xc8, 0x18, 0x0d, 0xe6,
  1088. 0x0f, 0x0c, 0x57, 0x44, 0x6e, 0x1b, 0xa1, 0xe9, 0x5b, 0x68, 0xca, 0x42, 0xf4, 0x15, 0x7a, 0x8a,
  1089. 0xc8, 0xed, 0x9a, 0x85, 0x87, 0xcc, 0x6e, 0x25, 0xff, 0x87, 0xb6, 0x03, 0x83, 0xfa, 0x4f, 0x91,
  1090. 0xec, 0xd0, 0x77, 0x18, 0x6d, 0x58, 0xc6, 0x64, 0xbc, 0x96, 0x8a, 0x28, 0xaa, 0x0d, 0xfa, 0xde,
  1091. 0xb0, 0xee, 0x5d, 0x57, 0x2d, 0xbb, 0x07, 0x9d, 0xbf, 0xa9, 0x50, 0xbb, 0x5f, 0x0f, 0x2d, 0xe8,
  1092. 0xbb, 0x87, 0x1b, 0xa1, 0x15, 0x0c, 0xaa, 0x19, 0x2f, 0x8a, 0x30, 0xa2, 0xc8, 0x76, 0xde, 0x3d,
  1093. 0xa4, 0xd3, 0x38, 0x8b, 0xf5, 0xe3, 0x2c, 0x73, 0xd8, 0xf4, 0x06, 0x3e, 0xbb, 0x31, 0x0d, 0xb6,
  1094. 0xd5, 0x80, 0x3a, 0xfd, 0xa4, 0x75, 0x63, 0x79, 0x6b, 0x76, 0x96, 0x11, 0xc9, 0xce, 0xfe, 0x84,
  1095. 0x96, 0xd0, 0xbe, 0x62, 0x59, 0x84, 0xbe, 0x9d, 0x60, 0xf5, 0x8a, 0xd6, 0xd9, 0xaf, 0xc8, 0x85,
  1096. 0x8e, 0x9b, 0x70, 0x49, 0x3f, 0x62, 0xb2, 0x1c, 0x3f, 0xee, 0xa7, 0xc6, 0xd3, 0x7e, 0x6a, 0x3c,
  1097. 0xef, 0xa7, 0xc6, 0x6d, 0xab, 0x5c, 0xf8, 0x5d, 0xfd, 0x8c, 0x7e, 0xbf, 0x04, 0x00, 0x00, 0xff,
  1098. 0xff, 0xc5, 0x9e, 0x11, 0xf8, 0xc1, 0x02, 0x00, 0x00,
  1099. }