# Functions
BuildServerFlags attaches a set of flags to the command for a server instance.
CommandClient returns a pilosa.InternalHTTPClient for the command.
NewBackupCommand returns a new instance of BackupCommand.
NewBenchCommand returns a new instance of BenchCommand.
NewCheckCommand returns a new instance of CheckCommand.
NewConfigCommand returns a new instance of ConfigCommand.
NewExportCommand returns a new instance of ExportCommand.
NewGenerateConfigCommand returns a new instance of GenerateConfigCommand.
NewImportCommand returns a new instance of ImportCommand.
NewInspectCommand returns a new instance of InspectCommand.
NewRestoreCommand returns a new instance of RestoreCommand.
SetTLSConfig creates common TLS flags.
# Structs
BackupCommand represents a command for backing up a view.
BenchCommand represents a command for benchmarking index operations.
CheckCommand represents a command for performing consistency checks on data files.
ConfigCommand represents a command for printing a default config.
ExportCommand represents a command for bulk exporting data from a server.
GenerateConfigCommand represents a command for printing a default config.
ImportCommand represents a command for bulk importing data.
InspectCommand represents a command for inspecting fragment data files.
RestoreCommand represents a command for restoring a frame from a backup.
# Interfaces
CommandWithTLSSupport is the interface for commands which has TLS settings.