Documentation ¶ Index ¶ func Run(c *config.Config) type Response Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(c *config.Config) Types ¶ type Response ¶ type Response string Response is a string response the server returns const ( // Server health is healthy Healthy Response = `{"status":"ok"}` // Server health is unhealthy UnHealthy Response = `{"status":"not ok"}` // Server welcome message WelcomeMsg Response = "welcome to the demo go app" ) Source Files ¶ View all Source files response.go server.go Click to show internal directories. Click to hide internal directories.