Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandConfig ¶
type CommandConfig struct { // Name is used to distinguish between locally running commands. // For example, it's appended to DataDir so that each cmd has a // separate data directory for its holder. Name string ComputerConfig fbserver.Config Listener net.Listener RootDataDir string Stderr io.Writer Logger logger.Logger }
Click to show internal directories.
Click to hide internal directories.