Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App represents application service
func (*App) AddAdapters ¶
AddAdapters adds adapters to application service
func (*App) WithShutdownTimeout ¶
WithShutdownTimeout overrides default shutdown timout
type DebugAdapter ¶
DebugAdapter ./...
func NewDebugAdapter ¶
func NewDebugAdapter(address string) *DebugAdapter
NewDebugAdapter provides new debug adapter /debug/pprof - Added to the default mux by importing the net/http/pprof package. /debug/vars - Added to the default mux by importing the expvar package.
Click to show internal directories.
Click to hide internal directories.