Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf specifies the configuration file path. Conf *string // Port specifies the listen port. Port *string // MemProfile enables memory profiling. MemProfile *bool // CPUProfile enables CPU profiling. CPUProfile *bool // BlockProfile enables block profiling. BlockProfile *bool // MutexProfile enables block profiling. MutexProfile *bool // HTTPProfile exposes a HTTP endpoint for accessing profiling data. HTTPProfile *bool // DebugMode sets the log level to debug mode. DebugMode *bool // LogInstrumentation outputs instrumentation data to stdout. LogInstrumentation *bool // DefaultMode is set when default command is used. DefaultMode bool )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.