This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: dohyunkim <[email protected]> pdf 또는 img 파일들의 문서를 markdown으로 관리하기 위해 변경.
- Loading branch information
1 parent
273cb87
commit ac2e85d
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
```mermaid | ||
%%{init: {'securityLevel': 'loose', 'theme':'base'}}%% | ||
sequenceDiagram | ||
autonumber | ||
par Use CLI | ||
Controller->>User: Web Socket | ||
User->>Controller: Web Socket | ||
and Login, Customizing | ||
User->>Controller: Request | ||
Note right of Controller: Perl - Mojolicious | ||
Controller->>Model: ssh, user, IP addr | ||
Note right of Model: Perl - Mojolicious | ||
Model->>Controller: Response | ||
Controller->>View: Request | ||
Note right of View: React.js | ||
View->>User: Response | ||
end | ||
``` |
Binary file not shown.