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§
- Feed
Request - Parameters passed to a feed handler when a skeleton is requested.
Type Aliases§
- Feed
Handler - A feed handler function.