rename object for better lang compat (#385)

This commit is contained in:
Dominic Wong
2022-02-21 14:49:29 +00:00
committed by GitHub
parent ce82de67b0
commit f680405f5e
3 changed files with 79 additions and 79 deletions

View File

@@ -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,