use crate::prelude::*; pub async fn view(req: Request, ctx: RequestCtx) -> HandlerResult { todo!() } pub async fn view_one(req: Request, ctx: RequestCtx) -> HandlerResult { todo!() } pub async fn view_create( req: Request, ctx: RequestCtx, ) -> HandlerResult { todo!() } pub async fn post_create( req: Request, ctx: RequestCtx, ) -> HandlerResult { todo!() }