Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶
type HTTP struct {
// contains filtered or unexported fields
}
func New ¶
func New( ctx context.Context, config config.Config, controllers []controller.HttpController, middlewares []middleware.HttpMiddleware, ) (*HTTP, error)
func (*HTTP) ListenAndServe ¶
func (s *HTTP) ListenAndServe()
Click to show internal directories.
Click to hide internal directories.