We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38acfde commit 2ba8f10Copy full SHA for 2ba8f10
src/main/proto/license.proto
@@ -8,10 +8,6 @@ service LicenseService {
8
// Retrieves the current license details.
9
rpc GetLicense (GetLicenseRequest) returns (GetLicenseResponse);
10
11
- // Opens a server-streaming subscription that emits the current license
12
- // followed by updates whenever the license changes.
13
- rpc SubscribeLicenseUpdates (GetLicenseRequest) returns (stream GetLicenseResponse);
14
-
15
}
16
17
// Request message for license operations.
0 commit comments