mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
change updateTime to updated_at
This commit is contained in:
@@ -372,7 +372,7 @@ func (e *Function) Describe(ctx context.Context, req *function.DescribeRequest,
|
||||
// set describe info
|
||||
rsp.Status = m["status"].(string)
|
||||
rsp.Timeout = m["timeout"].(string)
|
||||
rsp.UpdateTime = m["updateTime"].(string)
|
||||
rsp.UpdatedAt = m["updateTime"].(string)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user