Skip to content

Commit

Permalink
Merge pull request #2 from badhrinathpa/main
Browse files Browse the repository at this point in the history
stream api change
  • Loading branch information
thakurajayL authored Aug 4, 2021
2 parents b9cb5ae + 9ec28ae commit 3cb25c0
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 190 deletions.
4 changes: 2 additions & 2 deletions proto/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package sdcoreConfig;
option go_package = "./sdcoreConfig";

service ConfigService {
rpc GetNetworkSlice(NetworkSliceRequest) returns (NetworkSliceResponse) {
}
rpc GetNetworkSlice(NetworkSliceRequest) returns (NetworkSliceResponse) {}
rpc NetworkSliceSubscribe(NetworkSliceRequest) returns (stream NetworkSliceResponse) {}
}

enum Status {
Expand Down
Loading

0 comments on commit 3cb25c0

Please sign in to comment.