Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanUpHandler ¶
type CleanUpHandler func()
type Provider ¶
type Provider interface { Run() error RegServe(f RegServeHandler) error }
func NewProvider ¶
type RegServeHandler ¶
type RegServeHandler func(config.Config) (App, CleanUpHandler, error)
Click to show internal directories.
Click to hide internal directories.