Uh oh!
There was an error while loading. Please reload this page.
Add delete_object fn to client - #7
Conversation
tnull
commented
Aug 17, 2023
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.
| /// 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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
G8XSU
commented
Aug 17, 2023
They are not unused, currently being used for doc-links. |
tnull
commented
Aug 17, 2023
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: |
G8XSU
commented
Aug 17, 2023
directly used path in docs |
No description provided.