Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("bootstrap web error")
Error is bootstrap web error type
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `help:"server address of the graphql api gateway and frontend app" default:"127.0.0.1:8082"` StaticDir string `help:"path to static resources" default:""` }
Config contains configuration for bootstrap web server
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents bootstrap web server
Click to show internal directories.
Click to hide internal directories.