Protocol-Spec/diagram.md

34 lines
536 B
Markdown
Raw 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{
2020-06-16 12:39:49 +00:00
author USER.R68Q2...9AZJ0
2020-03-25 13:56:03 +00:00
depth 0
2020-06-16 12:39:49 +00:00
kind my_example
lipmaa NONE
prev NONE
2020-03-25 13:56:03 +00:00
2020-06-16 12:39:49 +00:00
foo:"bar"
2020-04-27 13:00:56 +00:00
2020-06-16 12:39:49 +00:00
signature 2VMAG4...TAC2R
2020-03-25 13:56:03 +00:00
}
class Example2{
2020-06-16 12:39:49 +00:00
author USER.R68Q2...F9AZJ0
2020-04-06 12:26:42 +00:00
depth 1
2020-06-16 12:39:49 +00:00
kind another_example
lipmaa NONE
prev TEXT.6CBA4...NVZC0
2020-04-27 13:00:56 +00:00
2020-06-16 12:39:49 +00:00
bar:"baz"
2020-03-25 13:56:03 +00:00
2020-06-16 12:39:49 +00:00
signature Y34Q4...6EM10
2020-03-25 13:56:03 +00:00
}
```