Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 390 Bytes

lookout-sdk-seq-diagram.md

File metadata and controls

16 lines (13 loc) · 390 Bytes
sequenceDiagram
    participant sdk as lookout-sdk
    participant Analyzer
    participant Babelfish
    sdk->>Analyzer: NotifyReviewEvent
    Analyzer->>sdk: GetChanges/GetFiles
    sdk->>Babelfish: parseFile (if WantUAST)
    Babelfish-->>sdk: UAST
    sdk-->>Analyzer: Change/File
    Analyzer-->>sdk: Comments

Use https://mermaidjs.github.io/mermaid-live-editor/ to render.