Function headless_lms_models::code_giveaways::insert

source ยท
pub async fn insert(
    conn: &mut PgConnection,
    input: &NewCodeGiveaway,
) -> ModelResult<CodeGiveaway>