Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // FDBCLI is the location of the fdbcli binary. Binding this to a flag is often useful. FDBCLI string // FDBCLIUser is the user to become before running fdbcli (if non blank). Binding this to a flag is often useful. FDBCLIUser string // FDBCLIGroup is the group to become before running fdbcli (if non blank). Binding this to a flag is often useful. FDBCLIGroup string // FDBCLIEnvList ia a list of environment variables to retain before running fdbcli (such as TLS). Binding this to a flag is often useful. FDBCLIEnvList []string )
View Source
var ( // fdbserver binary location FDBServer string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.