Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
MustServe()
RegisterOnShutdown(f func() error)
}
Server -
func MustNewServer ¶
func MustNewServer(config *nconf.Config, servers ...graceful.ShutdownServer) Server
MustNewServer -
Click to show internal directories.
Click to hide internal directories.