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