feat: add shutdown (#42)

This commit is contained in:
Hugome 2021-03-27 00:27:23 +01:00 committed by GitHub
parent 03e842d8dd
commit 2b96ce9678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ service Dapr {
// Sets value in extended metadata of the sidecar
rpc SetMetadata (SetMetadataRequest) returns (google.protobuf.Empty) {}
// Shutdown the sidecar
rpc Shutdown (google.protobuf.Empty) returns (google.protobuf.Empty) {}
}
// InvokeServiceRequest represents the request message for Service invocation.