Skip to main content

Module handler

Module handler 

Source
Expand description

Feed handler type for producing feed skeletons.

A FeedHandler is a function that takes a FeedRequest and the application state, returning a FeedSkeleton or an XRPC error.

Structs§

FeedRequest
Parameters passed to a feed handler when a skeleton is requested.

Type Aliases§

FeedHandler
A feed handler function.