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