Skip to content

Commit bc05171

Browse files
authored
feat(serverless): add build message (#1641)
1 parent 1eb7a2f commit bc05171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/function/v1beta1/function_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,8 @@ type Function struct {
815815
Handler string `json:"handler"`
816816
// ErrorMessage: error message if the function is in "error" state.
817817
ErrorMessage *string `json:"error_message"`
818+
// BuildMessage: description of the current build step.
819+
BuildMessage *string `json:"build_message"`
818820
// Privacy: privacy setting of the function.
819821
// Default value: unknown_privacy
820822
Privacy FunctionPrivacy `json:"privacy"`

0 commit comments

Comments
 (0)