mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
rename object for better lang compat (#385)
This commit is contained in:
@@ -377,7 +377,7 @@ func (s *Space) Read(ctx context.Context, req *pb.ReadRequest, rsp *pb.ReadRespo
|
||||
return errors.InternalServerError(method, "Failed to read data")
|
||||
}
|
||||
|
||||
rsp.Object = &pb.Object{
|
||||
rsp.Object = &pb.SpaceObject{
|
||||
Name: req.Name,
|
||||
Modified: goo.LastModified.Format(time.RFC3339Nano),
|
||||
Created: md.CreateTime,
|
||||
|
||||
Reference in New Issue
Block a user