Documentation
¶
Index ¶
Constants ¶
View Source
const ( InternalServerError string = "Internal Server Error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶ added in v1.1.52
type Server struct {
// contains filtered or unexported fields
}
type ServerOption ¶ added in v1.1.52
type ServerOption func(*Server)
func WithLogger ¶ added in v1.1.52
func WithLogger(logger logger.Logger) ServerOption
func WithTimeout ¶ added in v1.1.52
func WithTimeout(timeout time.Duration) ServerOption
Click to show internal directories.
Click to hide internal directories.