Documentation
¶
Overview ¶
Package batwing provides a development dashboard for BAT applications. It serves an HTTP interface with DI container visualization, pprof endpoints, build info, and other introspection tools.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Listen address for batwing dev page
HTTP httpsrv.Config
DisablePprof bool
// contains filtered or unexported fields
}
func (Config) Register ¶
func (cfg Config) Register() bat.Registrant
Click to show internal directories.
Click to hide internal directories.