Skip to content

Commit f54cf42

Browse files
authored
Merge pull request #21 from code0-tech/20-add-new-way-of-registering-functions
Add class registering way of registering stuff
2 parents de4842e + 6f8c074 commit f54cf42

100 files changed

Lines changed: 6037 additions & 3525 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@ sequenceDiagram
1616
1717
Hercules->>Aquila: Register datatypes<br>because maybe they are needed in the config definitions
1818
Aquila-->>Hercules: Validation result
19-
2019
21-
Hercules->>Stream: Open bi-directional stream
22-
Hercules->>Stream: ActionLogon request
23-
24-
2520
Hercules->>Aquila: Register function definitions
2621
Aquila-->>Hercules: Validation result
2722
2823
Hercules->>Aquila: Register flow types
2924
Aquila-->>Hercules: Validation result
3025
26+
Hercules->>Stream: Open bi-directional stream
27+
Hercules->>Stream: ActionLogon request
28+
3129
Stream-->>Hercules: Receive action configurations
3230
```
3331

@@ -62,3 +60,4 @@ To use a simple test server use the following command:
6260
./bin/test_server.rb
6361
```
6462
This will start a test server on `localhost:50051` that you can connect to with the action sdk.
63+
Watch out this test server isnt really working its just an way to test the connection.

bin/.rubocop.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

bin/Gemfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

bin/Gemfile.lock

Lines changed: 0 additions & 35 deletions
This file was deleted.

bin/test_server.rb

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)