daria-malkova commented on a change in pull request #16338:
URL: https://github.com/apache/beam/pull/16338#discussion_r774466056



##########
File path: playground/backend/internal/utils/system_utils.go
##########
@@ -27,3 +28,10 @@ func GetFuncName(i interface{}) string {
        splitName := strings.Split(fullName, ".")
        return splitName[len(splitName)-1]
 }
+
+// GetLivenessFunction returns the function that checks the liveness of the 
server

Review comment:
       ```suggestion
   // GetLivenessFunction returns the function for the liveness check of the 
server
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to