Versions in this module Expand all Collapse all v0 v0.3.0 May 30, 2026 Changes in this version + func RegisterRoutes(router gin.IRouter, handlers *core.Handlers) + type Option func(*Server) + func WithEngine(engine *gin.Engine) Option + func WithHandlers(handlers *core.Handlers) Option + func WithSocketPath(path string) Option + type Server struct + func New(opts ...Option) (*Server, error) + func (s *Server) Path() string + func (s *Server) Shutdown(ctx context.Context) error + func (s *Server) Start(ctx context.Context) error