Documentation ¶ Index ¶ func Init() func Run(h http.Handler) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init() Init configures the current pkg using env vars (via initialize). While using init would be nice, Init allows us to be more explicit in different environments and helps to enforce one-time initialization. func Run ¶ func Run(h http.Handler) Run runs this pkg's configured server. Types ¶ This section is empty. Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.