tucana 0.0.12 → 0.0.13
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7664746e34788917857e61d8a5cfdc4fd57c03980b84fb64c5e66a10275afac5
|
4
|
+
data.tar.gz: d6c5e7afa0534da9436efb96077d7bf1a84a4b6fb4a781d7f3f1024570201ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d47f52040aa1aaf17dd8b78601fff1f16d5310d71601a016b8339e59748ed3f3c216770a311f0083ec1b9b4975735dae343543d473ebcae331ac56a117abfa9
|
7
|
+
data.tar.gz: 3f1c9fec1dc060a2c3c86dfb830505468afb0b653a5618a81467f3c24c05e1a64aee80f9d7bf405c58a9c659f383a5910625fa4c3cd7042d20afccc14f23c581
|
@@ -8,7 +8,7 @@ require_relative 'node_pb'
|
|
8
8
|
require_relative 'flow_definition_pb'
|
9
9
|
|
10
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\"\
|
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\")\n\x05\x46lows\x12 \n\x05\x66lows\x18\x01 \x03(\x0b\x32\x11.sagittarius.Flow\"\x12\n\x10\x46lowLogonRequest\"\x81\x01\n\x0c\x46lowResponse\x12)\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x11.sagittarius.FlowH\x00\x12\x19\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x00\x12#\n\x05\x66lows\x18\x03 \x01(\x0b\x32\x12.sagittarius.FlowsH\x00\x42\x06\n\x04\x64\x61ta2U\n\x0b\x46lowService\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
|
12
12
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
14
|
pool.add_serialized_file(descriptor_data)
|
@@ -16,10 +16,8 @@ pool.add_serialized_file(descriptor_data)
|
|
16
16
|
module Tucana
|
17
17
|
module Sagittarius
|
18
18
|
Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flow").msgclass
|
19
|
+
Flows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flows").msgclass
|
19
20
|
FlowLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowLogonRequest").msgclass
|
20
21
|
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
22
|
end
|
25
23
|
end
|
@@ -15,7 +15,6 @@ module Tucana
|
|
15
15
|
self.unmarshal_class_method = :decode
|
16
16
|
self.service_name = 'sagittarius.FlowService'
|
17
17
|
|
18
|
-
rpc :Get, ::Tucana::Sagittarius::FlowGetRequest, ::Tucana::Sagittarius::FlowGetResponse
|
19
18
|
rpc :Update, ::Tucana::Sagittarius::FlowLogonRequest, stream(::Tucana::Sagittarius::FlowResponse)
|
20
19
|
end
|
21
20
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
|
-
require 'google/protobuf/
|
7
|
+
require 'google/protobuf/struct_pb'
|
8
8
|
require_relative '../shared/translations_pb'
|
9
9
|
|
10
10
|
|
11
|
-
descriptor_data = "\n\x19\x64\x61tatype_definition.proto\x12\x06shared\x1a\
|
11
|
+
descriptor_data = "\n\x19\x64\x61tatype_definition.proto\x12\x06shared\x1a\x1cgoogle/protobuf/struct.proto\x1a\x12translations.proto\"\xa1\x03\n\x08\x44\x61taType\x12)\n\x07variant\x18\x01 \x01(\x0e\x32\x18.shared.DataType.Variant\x12\x12\n\nidentifier\x18\x02 \x01(\t\x12!\n\x04name\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12#\n\x05rules\x18\x04 \x03(\x0b\x32\x14.shared.DataTypeRule\x12%\n\x0binput_types\x18\x05 \x03(\x0b\x32\x10.shared.DataType\x12*\n\x0breturn_type\x18\x06 \x01(\x0b\x32\x10.shared.DataTypeH\x00\x88\x01\x01\x12*\n\x0bparent_type\x18\x07 \x01(\x0b\x32\x10.shared.DataTypeH\x01\x88\x01\x01\"o\n\x07Variant\x12\x0b\n\x07UNKNOWN\x10\x00\x12\r\n\tPRIMITIVE\x10\x01\x12\x08\n\x04TYPE\x10\x02\x12\n\n\x06OBJECT\x10\x03\x12\x0c\n\x08\x44\x41TATYPE\x10\x04\x12\t\n\x05\x41RRAY\x10\x05\x12\x0b\n\x07GENERIC\x10\x06\x12\x0c\n\x08\x46UNCTION\x10\x07\x42\x0e\n\x0c_return_typeB\x0e\n\x0c_parent_type\"\xd8\x01\n\x0c\x44\x61taTypeRule\x12-\n\x07variant\x18\x01 \x01(\x0e\x32\x1c.shared.DataTypeRule.Variant\x12\'\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"p\n\x07Variant\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05REGEX\x10\x01\x12\x10\n\x0cNUMBER_RANGE\x10\x02\x12\x16\n\x12ITEM_OF_COLLECTION\x10\x03\x12\x11\n\rCONTAINS_TYPE\x10\x04\x12\x10\n\x0c\x43ONTAINS_KEY\x10\x05\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
|
12
12
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
14
|
pool.add_serialized_file(descriptor_data)
|
@@ -5,7 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n\x12translations.proto\x12\x06shared\"
|
8
|
+
descriptor_data = "\n\x12translations.proto\x12\x06shared\",\n\x0bTranslation\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x02 \x01(\tB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
pool.add_serialized_file(descriptor_data)
|
data/lib/tucana/version.rb
CHANGED
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.
|
4
|
+
version: 0.0.13
|
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-12-
|
11
|
+
date: 2024-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|