Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer struct { Config *http_server_config.Config *gin.Engine }
func NewHttpServer ¶
func NewHttpServer(c *http_server_config.Config) (*HttpServer, error)
func NewHttpServerViper ¶
func NewHttpServerViper(key string, cfg *viper.Viper) (*HttpServer, error)
func (*HttpServer) Start ¶
func (s *HttpServer) Start() error
Click to show internal directories.
Click to hide internal directories.