Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
8
pkg/common/json_blob_read_result.go
Normal file
8
pkg/common/json_blob_read_result.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package common
|
||||
|
||||
type JSONBlobReadResult struct {
|
||||
Data interface{} `json:"data"`
|
||||
RealOffset int64 `json:realOffset`
|
||||
BytesRead int64 `json:"bytesRead"`
|
||||
BlobSize int64 `json:"blobSize"`
|
||||
}
|
||||
Reference in New Issue
Block a user