Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ServeCmd = &cobra.Command{
Use: "serve",
Short: "Start the dKV server",
Long: `Start the dKV server with the specified configuration. The configuration can be set via command line flags or environment variables. The format of the environment variables is DKV_<flag> (e.g. DKV_TIMEOUT_SECOND=15)`,
PreRunE: processConfig,
RunE: run,
}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.