Documentation ¶ Index ¶ Constants Variables Constants ¶ View Source const LivenessMarkerPath = "/livemarker" LivenessMarkerPath is the file that we check to verify whether or not the web service has already exited Variables ¶ View Source var ( // Cmd is the exported cobra command which checks that the service is running Cmd = &cobra.Command{ Use: "live", Short: "Checks for the existence of the liveness marker file", Run: func(cmd *cobra.Command, args []string) { main() }, } ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files live.go Click to show internal directories. Click to hide internal directories.