Documentation
¶
Index ¶
- type Server
- func (s *Server) App() *fiber.App
- func (s *Server) BuildStreamedPageData(routePattern string, data any) (any, error)
- func (s *Server) ResolveRouteData(routePattern string, params map[string]string) (any, error)
- func (s *Server) ResolveSubscriptionInitial(ctx context.Context, routePattern string, params map[string]string) (any, error)
- func (s *Server) SendServerDataResponse(c fiber.Ctx, data any) error
- func (s *Server) ShutdownWithContext(ctx context.Context) error
- func (s *Server) StreamRouteDataEvents(c fiber.Ctx, route string, routePattern string, params map[string]string) error
- func (s *Server) StreamStreamedData(c fiber.Ctx, route string, routePattern string, params map[string]string) error
- func (s *Server) StreamSubscriptionEvents(c fiber.Ctx, route string, routePattern string, params map[string]string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) BuildStreamedPageData ¶
func (*Server) ResolveRouteData ¶
func (*Server) ResolveSubscriptionInitial ¶
func (*Server) SendServerDataResponse ¶
func (*Server) ShutdownWithContext ¶
func (*Server) StreamRouteDataEvents ¶
func (*Server) StreamStreamedData ¶
Click to show internal directories.
Click to hide internal directories.