Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewServer = c.NewWithValidate[Server, ServerOption]
Functions ¶
This section is empty.
Types ¶
type ServerOption ¶
func WithServerHandler ¶
func WithServerHandler(h http.Handler) ServerOption
func WithServerLogger ¶
func WithServerLogger(logger *zap.Logger) ServerOption
func WithServerName ¶
func WithServerName(name string) ServerOption
func WithServerPort ¶
func WithServerPort(port int) ServerOption
func WithServerShutdownTimeout ¶
func WithServerShutdownTimeout(t time.Duration) ServerOption
Click to show internal directories.
Click to hide internal directories.