Skip to content

Commit

Permalink
Add file for handling heartbeats
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 5, 2024
1 parent c710b2e commit ee95bb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/proto/common/apis/SDMS_Services.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax = "proto2";

import "SDMS.proto";

package SDMS.Service;

enum Protocol
{
ID = 3;
}

0 comments on commit ee95bb1

Please sign in to comment.