Skip to content

Commit

Permalink
stream api change
Browse files Browse the repository at this point in the history
  • Loading branch information
badhri85 committed Aug 4, 2021
1 parent b9cb5ae commit 9ec28ae
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 9ec28ae

Please sign in to comment.