Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
App *fiber.App
ListenPort int
ListenHost string
Logger *zap.Logger
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( lf fx.Lifecycle, shutdown fx.Shutdowner, cfg *config.Config, logging logging.IServerLogger, stallerFactory *stall.HttpStallerFactory, ) *Server
Click to show internal directories.
Click to hide internal directories.