stateDiagram-v2
add: π©βπ» /space/content/add/blob π€
add: π§Ύ { ok {} }
allocate: π€ /service/blob/allocate π€
allocate: π§Ύ { ok { size 123 } }
wait: π€ /service/blob/receive π€
wait: π§Ύ { ok {} }
verify: π€ /service/blob/verify π€
verify: π§Ύ { ok { claim } }
claim: π€ /assert/location π©βπ»
add --> allocate: βοΈ
allocate --> wait: π¦
add --> wait: βοΈ
add --> verify: βοΈ
wait --> verify: π¦
verify --> claim: π
Created
March 20, 2024 19:45
-
-
Save Gozala/063de1e77fca5ce91fd02b373909fe6f to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Iconography