mirror of
https://github.com/valitydev/bender-proto.git
synced 2024-11-06 17:05:22 +00:00
Update proto/bender.thrift
Co-Authored-By: Sergei Shuvatov <Yozhig@users.noreply.github.com>
This commit is contained in:
parent
7ea30c6fb3
commit
311091a6f5
@ -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)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user