(ctx: Context<'_, '_, '_, 'info, CreateFeed<'info>>)
| 13 | use super::*; |
| 14 | |
| 15 | pub fn create_feed<'info>(ctx: Context<'_, '_, '_, 'info, CreateFeed<'info>>) -> Result<()> { |
| 16 | create_feed::handler(ctx) |
| 17 | } |
| 18 | |
| 19 | pub fn process_feed(ctx: Context<ProcessFeed>) -> Result<()> { |
| 20 | process_feed::handler(ctx) |