Skip to content

Commit

Permalink
Rename fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Apr 29, 2024
1 parent a6adf1f commit fe5a276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dispatch/sdk/v1/function.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ message RunRequest {
// Time at which the function call was created.
//
// Note that if the function tail-calls, the timestamp is not reset.
google.protobuf.Timestamp created_at = 7;
google.protobuf.Timestamp creation_time = 7;

// Time at which the function call expires.
google.protobuf.Timestamp expires_at = 8;
google.protobuf.Timestamp expiration_time = 8;
}

// RunResponse is returned by calls to the Run method of FunctionService.
Expand Down

0 comments on commit fe5a276

Please sign in to comment.