add BulkGetResponse comments (#845)

Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
This commit is contained in:
Jony4 2021-05-14 14:10:09 +08:00 committed by GitHub
parent 334728a51f
commit 2892d6abfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ type GetResponse struct {
Metadata map[string]string `json:"metadata"`
}
// BulkGetResponse is the response object for bulk get response.
type BulkGetResponse struct {
Key string `json:"key"`
Data []byte `json:"data"`