Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPostgresConn ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenAndServe ¶
type ServerOpt ¶
type ServerOpt func(*Server)
func WithLogger ¶
func WithMiddleware ¶
func WithMiddleware(mw Middleware) ServerOpt
func WithRouter ¶
func WithRouter(r router) ServerOpt
Click to show internal directories.
Click to hide internal directories.