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 is a list of environment variables to retain before running fdbcli (such as TLS). Binding this to a flag is often useful. FDBCLIEnvList []string // FDBCLIEnvFile is a file with newline-separated environment variables to set before running fdbcli (such as TLS). Binding this to a flag is often useful. FDBCLIEnvFile string )
View Source
var ( // fdb_move_orchestrator binary location // Will be checked into: // https://github.com/apple/foundationdb/tree/snowflake/release-71.3/bindings/python/fdb/fdb_move_orchestrator.py FDBMoveOrchestrator 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.