Skip to content

Commit

Permalink
Assign number
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Mar 20, 2024
1 parent f157686 commit 1e405eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Proposal Name: `range_based_read`
- Start Date: 2024-03-20
- RFC PR: [apache/opendal#0000](https://github.com/apache/opendal/pull/0000)
- Tracking Issue: [apache/opendal#0000](https://github.com/apache/opendal/issues/0000)
- RFC PR: [apache/opendal#4382](https://github.com/apache/opendal/pull/4382)
- Tracking Issue: [apache/opendal#4383](https://github.com/apache/opendal/issues/4383)

# Summary

Expand Down
4 changes: 4 additions & 0 deletions core/src/docs/rfcs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,7 @@ pub mod rfc_3898_concurrent_writer {}
/// Deleter API
#[doc = include_str!("3911_deleter_api.md")]
pub mod rfc_3911_deleter_api {}

/// Range Based Read API
#[doc = include_str!("4382_range_based_read.md")]
pub mod rfc_4382_range_based_read {}

0 comments on commit 1e405eb

Please sign in to comment.