-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7351f6
commit 2e7c55d
Showing
94 changed files
with
185 additions
and
121 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
docs/assets/client_api.md.0cc27de9.js → docs/assets/client_api.md.97fe29c4.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/server_deployment_config.md.09a7bb86.js → ...s/server_deployment_config.md.082bb81b.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
34 changes: 25 additions & 9 deletions
34
.../server_development_plugin.md.4ad29477.js → .../server_development_plugin.md.0ab61579.js
Large diffs are not rendered by default.
Oops, something went wrong.
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,17 @@ | ||
import{_ as n,C as a,o as t,c as l,H as o,Q as s}from"./chunks/framework.0882ee08.js";const f=JSON.parse('{"title":"Custom Plugins","description":"","frontmatter":{},"headers":[],"relativePath":"server/development/plugin.md","filePath":"server/development/plugin.md"}'),p={name:"server/development/plugin.md"},r=s("",8),i=s("",45);function c(d,y,u,E,h,g){const e=a("mermaid");return t(),l("div",null,[r,o(e,{dsl:`stateDiagram-v2 | ||
[*] --> Loaded: Load | ||
state start_if_succeed <<choice>> | ||
state resume_if_succeed <<choice>> | ||
Loaded --> start_if_succeed: Start | ||
start_if_succeed --> Started: If succeed | ||
start_if_succeed --> Loaded: If fail<br>(Throw or Time out) | ||
Loaded --> Stopped: Stop | ||
Started --> Paused: Pause | ||
Paused --> resume_if_succeed: Resume | ||
resume_if_succeed --> Started: If succeed | ||
resume_if_succeed --> Paused: If fail<br>(Throw or Time out) | ||
Started --> Stopped: Stop | ||
Paused --> Stopped: Stop | ||
Stopped --> [*]`}),i])}const v=n(p,[["render",c]]);export{f as __pageData,v as default}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.