Add delete_object fn to client#7
Conversation
|
Unrelatedly, note there are unused import of |
jkczyz
left a comment
There was a problem hiding this comment.
LGTM aside from some comments on doc consistency.
src/types.rs
Outdated
| /// read-after-update consistency guarantees. | ||
| #[prost(message, repeated, tag = "3")] | ||
| pub transaction_items: ::prost::alloc::vec::Vec<KeyValue>, | ||
| /// Items to be deleted as a result of this PutObjectRequest. |
There was a problem hiding this comment.
All ticks will be auto-fixed after lightningdevkit/vss-server#16 :)
There was a problem hiding this comment.
Generated/updated docs after merging above.
They are not unused, currently being used for doc-links. |
Ah, no need to actually import them for this, you can just add markdown references to the end of the doc comment, just like this: |
directly used path in docs |
No description provided.