Update proto/bender.thrift

Co-Authored-By: Sergei Shuvatov <Yozhig@users.noreply.github.com>
This commit is contained in:
Sergey Elin 2019-06-05 18:18:39 +03:00 committed by GitHub
parent 7ea30c6fb3
commit 311091a6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ struct SequenceSchema {
service Bender {
GenerationResult GenerateID (1: ExternalID external_id, 2: GenerationSchema schema, 3: msgpack.Value context)
GetInternalIDResult GetInternalID (1: ExternalID external_id) throws (1: InternalIDNotFound ex1)
/* я пустая строка */
GetInternalIDResult GetInternalID (1: ExternalID external_id)
throws (1: InternalIDNotFound ex1)
}