Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultHost = "0.0.0.0" DefaultPort = 80 DefaultHeaders = "Authorization,Accept" DefaultMethods = "" DefaultOrigins = "" DefaultMode = "test" // e.g. test, prod )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func (*HTTPServer) GetRouter ¶
func (hs *HTTPServer) GetRouter() *gin.Engine
Click to show internal directories.
Click to hide internal directories.