Documentation ¶ Index ¶ func New(s app.Store) func() (*http.Server, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(s app.Store) func() (*http.Server, error) New returns a function that creates a new http.Server. This functions composes the application and binds it to the server. Here you can configure custom middlewares, routes, etc. Types ¶ This section is empty. Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.