Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Aug 30, 2024
1 parent 0c2d5a4 commit ca45a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atom_space_node.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";
import "common.proto";
package das;
package dasproto;

message MessageData {
string command = 1;
Expand Down
2 changes: 1 addition & 1 deletion attention_broker.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";
import "common.proto";
package das;
package dasproto;

service AttentionBroker {
rpc ping (Empty) returns (Ack) {}
Expand Down
2 changes: 1 addition & 1 deletion common.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package das;
package dasproto;

message Empty {}

Expand Down

0 comments on commit ca45a52

Please sign in to comment.