Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer( addr string, sockmap *types.SockMap, jwtService *types.JwtService, repos *repo.Repos, ) (*HttpServer, error)
func (*HttpServer) Engine ¶
func (srv *HttpServer) Engine() *gin.Engine
func (*HttpServer) Listen ¶
func (srv *HttpServer) Listen() error
func (*HttpServer) Stop ¶
func (srv *HttpServer) Stop() error
Click to show internal directories.
Click to hide internal directories.