Documentation ¶
Index ¶
- Constants
- func AddFlags(flags *flag.FlagSet)
- func DebugAddress(flags *flag.FlagSet) string
- func Handler(sink *lager.ReconfigurableSink) http.Handler
- func Run(address string, sink *lager.ReconfigurableSink) (ifrit.Process, error)
- func Runner(address string, sink *lager.ReconfigurableSink) ifrit.Runner
- type DebugServerConfig
Constants ¶
View Source
const (
DebugFlag = "debugAddr"
)
Variables ¶
This section is empty.
Functions ¶
func DebugAddress ¶
Types ¶
type DebugServerConfig ¶
type DebugServerConfig struct {
DebugAddress string `json:"debug_address"`
}
Click to show internal directories.
Click to hide internal directories.