Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct { Server // contains filtered or unexported fields }
func (*HTTPServer) Address ¶
func (s *HTTPServer) Address() string
func (*HTTPServer) ListenAndServe ¶
func (s *HTTPServer) ListenAndServe(mux *http.ServeMux) error
type LambdaServer ¶
type LambdaServer struct { Server // contains filtered or unexported fields }
func (*LambdaServer) Address ¶
func (s *LambdaServer) Address() string
func (*LambdaServer) ListenAndServe ¶
func (s *LambdaServer) ListenAndServe(mux *http.ServeMux) error
Click to show internal directories.
Click to hide internal directories.