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:
		
							parent
							
								
									334728a51f
								
							
						
					
					
						commit
						2892d6abfa
					
				|  | @ -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"` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue