Documentation ¶ Index ¶ func Cell(enable bool, defaultPort uint16) cell.Cell type GopsConfig func (def GopsConfig) Flags(flags *pflag.FlagSet) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cell ¶ func Cell(enable bool, defaultPort uint16) cell.Cell Cell creates the cell for the gops agent, a tool to list and diagnose Go processes. See https://github.com/google/gops. Types ¶ type GopsConfig ¶ type GopsConfig struct { EnableGops bool GopsPort uint16 // Port for gops server to listen on } func (GopsConfig) Flags ¶ func (def GopsConfig) Flags(flags *pflag.FlagSet) Source Files ¶ View all Source files cell.go Click to show internal directories. Click to hide internal directories.