Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControlJobEndpointPProf string = "/debug/pprof" ControlJobEndpointVersion string = "/version" ControlJobEndpointStatus string = "/status" ControlJobEndpointSignal string = "/signal" )
Variables ¶
View Source
var DaemonCmd = &cli.Subcommand{ Use: "daemon", Short: "run the zrepl daemon", Run: func(subcommand *cli.Subcommand, args []string) error { return Run(subcommand.Config()) }, }
Functions ¶
func IsInternalJobName ¶
func NewPProfServer ¶
Types ¶
type PprofServerControlMsg ¶
Click to show internal directories.
Click to hide internal directories.