Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// IO to be used by the app
iox.IO
// Web app to be used by the app
web.App
// Server to be used by the app
// If nil, a default server will be created.
Server *http.Server
// Port to listen on. Defaults to 3000.
Port int
// Env to be used by the app
// If nil, os.Getenv will be used.
*Env
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.