tucana 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da284198a2eda1cfc3c19259a8d079186b056db9057dfe65bf38b54514c2c753
4
- data.tar.gz: fa1d2a592abf6eb41a075a33780ab273c2f655a60c5d50152a47e9843d2d1cdb
3
+ metadata.gz: 39231b5c8fb12755660eaa5e299f737e393e0939af61dd80fd9dcf23fa784ce9
4
+ data.tar.gz: c4b51c8c727e0a0156d27b6aa9ff5e3a29a9e60326f0a98f94e48f5925a9aa25
5
5
  SHA512:
6
- metadata.gz: 708ae85e689c52cc818bfe87d13e514128b775636650174c72f671bd6b5a6409f65b7188dc779aa3d50cc6a116299af711686bb003252ad424322a297d7ea564
7
- data.tar.gz: bf85bf71b3192ad9cf86ef4df8f1be3a098d9fbc9507963946f277e35a60514eae4993d773983bdf32813927a291e97c2ec630b3d4b9fd4dc95c9137e841996c
6
+ metadata.gz: 695e5dd19a8ec31b88f79726de788a1fcbfffb41654325cc47c2db3c7c10210dd16db818399da796b24f6f89faa5ba85739a037ef233faec331bc203d847ea9c
7
+ data.tar.gz: e18bfae89c6008ad0ea730c55ca3dc1c499d6339c7cacf31d4fc1b87c0e97cc7d99a78336209c21fbbdfab0b6bbabc4589e32a72e2afcaab467ed35eb5788e3a
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: transfer.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/definitions_pb'
8
+
9
+
10
+ descriptor_data = "\n\x0etransfer.proto\x12\x06\x61quila\x1a\x11\x64\x65\x66initions.proto\"\xaa\x01\n\x12InformationRequest\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12>\n\x13\x66unction_definition\x18\x02 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12@\n\x14parameter_definition\x18\x03 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\"&\n\x13InformationResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32^\n\x15\x41\x63tionTransferService\x12\x45\n\x08Transfer\x12\x1a.aquila.InformationRequest\x1a\x1b.aquila.InformationResponse(\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Aquila
17
+ InformationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.InformationRequest").msgclass
18
+ InformationResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.InformationResponse").msgclass
19
+ end
20
+ end
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: transfer.proto for package 'Tucana.Actions'
2
+ # Source: transfer.proto for package 'Tucana.Aquila'
3
3
 
4
4
  require 'grpc'
5
5
  require_relative 'transfer_pb'
6
6
 
7
7
  module Tucana
8
- module Actions
8
+ module Aquila
9
9
  module ActionTransferService
10
10
  class Service
11
11
 
@@ -13,9 +13,9 @@ module Tucana
13
13
 
14
14
  self.marshal_class_method = :encode
15
15
  self.unmarshal_class_method = :decode
16
- self.service_name = 'actions.ActionTransferService'
16
+ self.service_name = 'aquila.ActionTransferService'
17
17
 
18
- rpc :Transfer, stream(::Tucana::Actions::InformationRequest), ::Tucana::Actions::InformationResponse
18
+ rpc :Transfer, stream(::Tucana::Aquila::InformationRequest), ::Tucana::Aquila::InformationResponse
19
19
  end
20
20
 
21
21
  Stub = Service.rpc_stub_class
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: action.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/definitions_pb'
8
+
9
+
10
+ descriptor_data = "\n\x0c\x61\x63tion.proto\x12\x0bsagittarius\x1a\x11\x64\x65\x66initions.proto\"\xaa\x01\n\x12\x41\x63tionLogonRequest\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12>\n\x13\x66unction_definition\x18\x02 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12@\n\x14parameter_definition\x18\x03 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\"\x15\n\x13\x41\x63tionLogonResponse\")\n\x13\x41\x63tionLogoffRequest\x12\x12\n\nidentifier\x18\x01 \x01(\t\"\x16\n\x14\x41\x63tionLogoffResponse2\xaa\x01\n\rActionService\x12J\n\x05Logon\x12\x1f.sagittarius.ActionLogonRequest\x1a .sagittarius.ActionLogonResponse\x12M\n\x06Logoff\x12 .sagittarius.ActionLogoffRequest\x1a!.sagittarius.ActionLogoffResponseB\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Sagittarius
17
+ ActionLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ActionLogonRequest").msgclass
18
+ ActionLogonResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ActionLogonResponse").msgclass
19
+ ActionLogoffRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ActionLogoffRequest").msgclass
20
+ ActionLogoffResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ActionLogoffResponse").msgclass
21
+ end
22
+ end
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: action.proto for package 'Tucana.Internal'
2
+ # Source: action.proto for package 'Tucana.Sagittarius'
3
3
 
4
4
  require 'grpc'
5
5
  require_relative 'action_pb'
6
6
 
7
7
  module Tucana
8
- module Internal
8
+ module Sagittarius
9
9
  module ActionService
10
10
  class Service
11
11
 
@@ -13,10 +13,10 @@ module Tucana
13
13
 
14
14
  self.marshal_class_method = :encode
15
15
  self.unmarshal_class_method = :decode
16
- self.service_name = 'internal.ActionService'
16
+ self.service_name = 'sagittarius.ActionService'
17
17
 
18
- rpc :Logon, ::Tucana::Internal::ActionLogonRequest, ::Tucana::Internal::ActionLogonResponse
19
- rpc :Logoff, ::Tucana::Internal::ActionLogoffRequest, ::Tucana::Internal::ActionLogoffResponse
18
+ rpc :Logon, ::Tucana::Sagittarius::ActionLogonRequest, ::Tucana::Sagittarius::ActionLogonResponse
19
+ rpc :Logoff, ::Tucana::Sagittarius::ActionLogoffRequest, ::Tucana::Sagittarius::ActionLogoffResponse
20
20
  end
21
21
 
22
22
  Stub = Service.rpc_stub_class
@@ -5,13 +5,13 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n\x15\x66low_definition.proto\x12\x08internal\"\x10\n\x0e\x46lowDefinitionB\x13\xea\x02\x10Tucana::Internalb\x06proto3"
8
+ descriptor_data = "\n\x15\x66low_definition.proto\x12\x0bsagittarius\"\x10\n\x0e\x46lowDefinitionB\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
12
12
 
13
13
  module Tucana
14
- module Internal
15
- FlowDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.FlowDefinition").msgclass
14
+ module Sagittarius
15
+ FlowDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowDefinition").msgclass
16
16
  end
17
17
  end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: flow.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative 'node_pb'
8
+ require_relative 'flow_definition_pb'
9
+
10
+
11
+ descriptor_data = "\n\nflow.proto\x12\x0bsagittarius\x1a\nnode.proto\x1a\x15\x66low_definition.proto\"o\n\x04\x46low\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12%\n\nstart_node\x18\x02 \x01(\x0b\x32\x11.sagittarius.Node\x12/\n\ndefinition\x18\x03 \x01(\x0b\x32\x1b.sagittarius.FlowDefinition\"\x12\n\x10\x46lowLogonRequest\"\xab\x01\n\x0c\x46lowResponse\x12,\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x11.sagittarius.FlowH\x00\x88\x01\x01\x12\x1c\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x01\x88\x01\x01\x12*\n\x04type\x18\x03 \x01(\x0e\x32\x1c.sagittarius.FlowCommandTypeB\x0f\n\r_updated_flowB\x12\n\x10_deleted_flow_id\"\"\n\x0e\x46lowGetRequest\x12\x10\n\x08\x66low_ids\x18\x01 \x03(\x03\"U\n\x0f\x46lowGetResponse\x12(\n\rupdated_flows\x18\x01 \x03(\x0b\x32\x11.sagittarius.Flow\x12\x18\n\x10\x64\x65leted_flow_ids\x18\x02 \x03(\x03*)\n\x0f\x46lowCommandType\x12\n\n\x06INSERT\x10\x00\x12\n\n\x06\x44\x45LETE\x10\x01\x32\x99\x01\n\x0b\x46lowService\x12\x42\n\x03Get\x12\x1b.sagittarius.FlowGetRequest\x1a\x1c.sagittarius.FlowGetResponse\"\x00\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
12
+
13
+ pool = Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Tucana
17
+ module Sagittarius
18
+ Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flow").msgclass
19
+ FlowLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowLogonRequest").msgclass
20
+ FlowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowResponse").msgclass
21
+ FlowGetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowGetRequest").msgclass
22
+ FlowGetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowGetResponse").msgclass
23
+ FlowCommandType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowCommandType").enummodule
24
+ end
25
+ end
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: flow.proto for package 'Tucana.Internal'
2
+ # Source: flow.proto for package 'Tucana.Sagittarius'
3
3
 
4
4
  require 'grpc'
5
5
  require_relative 'flow_pb'
6
6
 
7
7
  module Tucana
8
- module Internal
8
+ module Sagittarius
9
9
  module FlowService
10
10
  class Service
11
11
 
@@ -13,10 +13,10 @@ module Tucana
13
13
 
14
14
  self.marshal_class_method = :encode
15
15
  self.unmarshal_class_method = :decode
16
- self.service_name = 'internal.FlowService'
16
+ self.service_name = 'sagittarius.FlowService'
17
17
 
18
- rpc :Get, ::Tucana::Internal::FlowGetRequest, ::Tucana::Internal::FlowGetResponse
19
- rpc :Update, ::Tucana::Internal::FlowLogonRequest, stream(::Tucana::Internal::FlowResponse)
18
+ rpc :Get, ::Tucana::Sagittarius::FlowGetRequest, ::Tucana::Sagittarius::FlowGetResponse
19
+ rpc :Update, ::Tucana::Sagittarius::FlowLogonRequest, stream(::Tucana::Sagittarius::FlowResponse)
20
20
  end
21
21
 
22
22
  Stub = Service.rpc_stub_class
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: node.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/definitions_pb'
8
+
9
+
10
+ descriptor_data = "\n\nnode.proto\x12\x0bsagittarius\x1a\x11\x64\x65\x66initions.proto\"\xa2\x01\n\x04Node\x12\x35\n\ndefinition\x18\x01 \x01(\x0b\x32!.shared.RuntimeFunctionDefinition\x12)\n\tnext_node\x18\x02 \x01(\x0b\x32\x11.sagittarius.NodeH\x00\x88\x01\x01\x12*\n\nparameters\x18\x03 \x03(\x0b\x32\x16.sagittarius.ParameterB\x0c\n\n_next_node\"\x98\x01\n\tParameter\x12\x36\n\ndefinition\x18\x01 \x01(\x0b\x32\".shared.RuntimeParameterDefinition\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x12(\n\x08sub_node\x18\x03 \x01(\x0b\x32\x11.sagittarius.NodeH\x01\x88\x01\x01\x42\x08\n\x06_valueB\x0b\n\t_sub_nodeB\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Sagittarius
17
+ Node = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Node").msgclass
18
+ Parameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Parameter").msgclass
19
+ end
20
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: ping.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\n\nping.proto\x12\x0bsagittarius\"\x1e\n\x0bPingMessage\x12\x0f\n\x07ping_id\x18\x01 \x01(\x03\x32K\n\x0bPingService\x12<\n\x04Ping\x12\x18.sagittarius.PingMessage\x1a\x18.sagittarius.PingMessage\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
9
+
10
+ pool = Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Tucana
14
+ module Sagittarius
15
+ PingMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.PingMessage").msgclass
16
+ end
17
+ end
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: ping.proto for package 'Tucana.Internal'
2
+ # Source: ping.proto for package 'Tucana.Sagittarius'
3
3
 
4
4
  require 'grpc'
5
5
  require_relative 'ping_pb'
6
6
 
7
7
  module Tucana
8
- module Internal
8
+ module Sagittarius
9
9
  module PingService
10
10
  class Service
11
11
 
@@ -13,9 +13,9 @@ module Tucana
13
13
 
14
14
  self.marshal_class_method = :encode
15
15
  self.unmarshal_class_method = :decode
16
- self.service_name = 'internal.PingService'
16
+ self.service_name = 'sagittarius.PingService'
17
17
 
18
- rpc :Ping, ::Tucana::Internal::PingMessage, ::Tucana::Internal::PingMessage
18
+ rpc :Ping, ::Tucana::Sagittarius::PingMessage, ::Tucana::Sagittarius::PingMessage
19
19
  end
20
20
 
21
21
  Stub = Service.rpc_stub_class
@@ -4,5 +4,5 @@
4
4
  # to update the version, run "bundle exec rake release:version[NEW_VERSION]".
5
5
 
6
6
  module Tucana
7
- VERSION = "0.0.7"
7
+ VERSION = "0.0.9"
8
8
  end
data/lib/tucana.rb CHANGED
@@ -5,6 +5,8 @@ require_relative "tucana/version"
5
5
  module Tucana
6
6
  class Error < StandardError; end
7
7
 
8
+ AVAILABLE_PROTOCOLS = %i[aquila sagittarius]
9
+
8
10
  def self.load_protocol(protocol)
9
11
  this_dir = File.expand_path(File.dirname(__FILE__))
10
12
  protocol_dir = File.join(this_dir, "tucana/#{protocol}")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tucana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-31 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -74,16 +74,16 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - lib/tucana.rb
77
- - lib/tucana/actions/transfer_pb.rb
78
- - lib/tucana/actions/transfer_services_pb.rb
79
- - lib/tucana/internal/action_pb.rb
80
- - lib/tucana/internal/action_services_pb.rb
81
- - lib/tucana/internal/flow_definition_pb.rb
82
- - lib/tucana/internal/flow_pb.rb
83
- - lib/tucana/internal/flow_services_pb.rb
84
- - lib/tucana/internal/node_pb.rb
85
- - lib/tucana/internal/ping_pb.rb
86
- - lib/tucana/internal/ping_services_pb.rb
77
+ - lib/tucana/aquila/transfer_pb.rb
78
+ - lib/tucana/aquila/transfer_services_pb.rb
79
+ - lib/tucana/sagittarius/action_pb.rb
80
+ - lib/tucana/sagittarius/action_services_pb.rb
81
+ - lib/tucana/sagittarius/flow_definition_pb.rb
82
+ - lib/tucana/sagittarius/flow_pb.rb
83
+ - lib/tucana/sagittarius/flow_services_pb.rb
84
+ - lib/tucana/sagittarius/node_pb.rb
85
+ - lib/tucana/sagittarius/ping_pb.rb
86
+ - lib/tucana/sagittarius/ping_services_pb.rb
87
87
  - lib/tucana/shared/definitions_pb.rb
88
88
  - lib/tucana/version.rb
89
89
  homepage: https://github.com/code0-tech/tucana
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: transfer.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/definitions_pb'
8
-
9
-
10
- descriptor_data = "\n\x0etransfer.proto\x12\x07\x61\x63tions\x1a\x11\x64\x65\x66initions.proto\"\xaa\x01\n\x12InformationRequest\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12>\n\x13\x66unction_definition\x18\x02 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12@\n\x14parameter_definition\x18\x03 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\"&\n\x13InformationResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32`\n\x15\x41\x63tionTransferService\x12G\n\x08Transfer\x12\x1b.actions.InformationRequest\x1a\x1c.actions.InformationResponse(\x01\x42\x12\xea\x02\x0fTucana::Actionsb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Actions
17
- InformationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("actions.InformationRequest").msgclass
18
- InformationResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("actions.InformationResponse").msgclass
19
- end
20
- end
@@ -1,22 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: action.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/definitions_pb'
8
-
9
-
10
- descriptor_data = "\n\x0c\x61\x63tion.proto\x12\x08internal\x1a\x11\x64\x65\x66initions.proto\"\xaa\x01\n\x12\x41\x63tionLogonRequest\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12>\n\x13\x66unction_definition\x18\x02 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12@\n\x14parameter_definition\x18\x03 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\"\x15\n\x13\x41\x63tionLogonResponse\")\n\x13\x41\x63tionLogoffRequest\x12\x12\n\nidentifier\x18\x01 \x01(\t\"\x16\n\x14\x41\x63tionLogoffResponse2\x9e\x01\n\rActionService\x12\x44\n\x05Logon\x12\x1c.internal.ActionLogonRequest\x1a\x1d.internal.ActionLogonResponse\x12G\n\x06Logoff\x12\x1d.internal.ActionLogoffRequest\x1a\x1e.internal.ActionLogoffResponseB\x13\xea\x02\x10Tucana::Internalb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Internal
17
- ActionLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.ActionLogonRequest").msgclass
18
- ActionLogonResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.ActionLogonResponse").msgclass
19
- ActionLogoffRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.ActionLogoffRequest").msgclass
20
- ActionLogoffResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.ActionLogoffResponse").msgclass
21
- end
22
- end
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: flow.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative 'node_pb'
8
- require_relative 'flow_definition_pb'
9
-
10
-
11
- descriptor_data = "\n\nflow.proto\x12\x08internal\x1a\nnode.proto\x1a\x15\x66low_definition.proto\"X\n\x04\x46low\x12\"\n\nstart_node\x18\x02 \x01(\x0b\x32\x0e.internal.Node\x12,\n\ndefinition\x18\x03 \x01(\x0b\x32\x18.internal.FlowDefinition\"\x12\n\x10\x46lowLogonRequest\"]\n\x0c\x46lowResponse\x12$\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x0e.internal.Flow\x12\'\n\x04type\x18\x02 \x01(\x0e\x32\x19.internal.FlowCommandType\"\"\n\x0e\x46lowGetRequest\x12\x10\n\x08\x66low_ids\x18\x01 \x03(\x03\"R\n\x0f\x46lowGetResponse\x12%\n\rupdated_flows\x18\x01 \x03(\x0b\x32\x0e.internal.Flow\x12\x18\n\x10\x64\x65leted_flow_ids\x18\x02 \x03(\x03*)\n\x0f\x46lowCommandType\x12\n\n\x06INSERT\x10\x00\x12\n\n\x06\x44\x45LETE\x10\x01\x32\x8d\x01\n\x0b\x46lowService\x12<\n\x03Get\x12\x18.internal.FlowGetRequest\x1a\x19.internal.FlowGetResponse\"\x00\x12@\n\x06Update\x12\x1a.internal.FlowLogonRequest\x1a\x16.internal.FlowResponse\"\x00\x30\x01\x42\x13\xea\x02\x10Tucana::Internalb\x06proto3"
12
-
13
- pool = Google::Protobuf::DescriptorPool.generated_pool
14
- pool.add_serialized_file(descriptor_data)
15
-
16
- module Tucana
17
- module Internal
18
- Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.Flow").msgclass
19
- FlowLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.FlowLogonRequest").msgclass
20
- FlowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.FlowResponse").msgclass
21
- FlowGetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.FlowGetRequest").msgclass
22
- FlowGetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.FlowGetResponse").msgclass
23
- FlowCommandType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.FlowCommandType").enummodule
24
- end
25
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: node.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/definitions_pb'
8
-
9
-
10
- descriptor_data = "\n\nnode.proto\x12\x08internal\x1a\x11\x64\x65\x66initions.proto\"\x9c\x01\n\x04Node\x12\x35\n\ndefinition\x18\x01 \x01(\x0b\x32!.shared.RuntimeFunctionDefinition\x12&\n\tnext_node\x18\x02 \x01(\x0b\x32\x0e.internal.NodeH\x00\x88\x01\x01\x12\'\n\nparameters\x18\x03 \x03(\x0b\x32\x13.internal.ParameterB\x0c\n\n_next_node\"\x95\x01\n\tParameter\x12\x36\n\ndefinition\x18\x01 \x01(\x0b\x32\".shared.RuntimeParameterDefinition\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x12%\n\x08sub_node\x18\x03 \x01(\x0b\x32\x0e.internal.NodeH\x01\x88\x01\x01\x42\x08\n\x06_valueB\x0b\n\t_sub_nodeB\x13\xea\x02\x10Tucana::Internalb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Internal
17
- Node = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.Node").msgclass
18
- Parameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.Parameter").msgclass
19
- end
20
- end
@@ -1,17 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: ping.proto
4
-
5
- require 'google/protobuf'
6
-
7
-
8
- descriptor_data = "\n\nping.proto\x12\x08internal\"\x1e\n\x0bPingMessage\x12\x0f\n\x07ping_id\x18\x01 \x01(\x03\x32\x45\n\x0bPingService\x12\x36\n\x04Ping\x12\x15.internal.PingMessage\x1a\x15.internal.PingMessage\"\x00\x42\x13\xea\x02\x10Tucana::Internalb\x06proto3"
9
-
10
- pool = Google::Protobuf::DescriptorPool.generated_pool
11
- pool.add_serialized_file(descriptor_data)
12
-
13
- module Tucana
14
- module Internal
15
- PingMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("internal.PingMessage").msgclass
16
- end
17
- end