Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Port int `env:"DEBUG_PORT,default=9999"`
}
Config describes the configurable parameters for debugging.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps a gops server for easy use with oklog/group.
func New ¶
func New(l logrus.FieldLogger, port int) *Server
New inializes a debug server listening on the provided port.
Connect to the debug server with gops:
gops stack localhost:PORT
Click to show internal directories.
Click to hide internal directories.