Protocol-Spec/diagram.md

33 lines
556 B
Markdown
Raw Permalink Normal View History

2020-03-25 13:56:03 +00:00
Edit this diagram at https://mermaid-js.github.io/mermaid-live-editor/#/edit
```mermaid
classDiagram
None <|-- Example1: None
2020-06-16 12:39:49 +00:00
Example1 <|-- Example2: TEXT.6CF2...A982
2020-03-25 13:56:03 +00:00
class None{
empty
}
class Example1{
author USER.R68...ZJ0
2020-03-25 13:56:03 +00:00
depth 0
kind my_blog
2020-06-16 12:39:49 +00:00
prev NONE
2020-03-25 13:56:03 +00:00
current_status:"Another great day. Nice weather, too!"
2020-04-27 13:00:56 +00:00
signature 2VMAG...TAC2R
2020-03-25 13:56:03 +00:00
}
class Example2{
author USER.R68...ZJ0
2020-04-06 12:26:42 +00:00
depth 1
kind like_a_post
prev TEXT.6CB...ZC0
2020-04-27 13:00:56 +00:00
liked_post_multihash:TEXT.6CB...ZC0
2020-03-25 13:56:03 +00:00
signature Y34Q47...6EM10
2020-03-25 13:56:03 +00:00
}
2020-11-08 21:07:17 +00:00
```