-
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.
- Loading branch information
linyyyang
committed
Nov 16, 2022
1 parent
d50110b
commit d4af2f2
Showing
16 changed files
with
115 additions
and
113 deletions.
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,20 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [koatty\_serve](./koatty_serve.md) > [TerminusOptions](./koatty_serve.terminusoptions.md) | ||
|
||
## TerminusOptions interface | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface TerminusOptions | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [onSignal?](./koatty_serve.terminusoptions.onsignal.md) | (event: string, server: KoattyServer, forceTimeout: number) => Promise<any> | <i>(Optional)</i> | | ||
| [signals?](./koatty_serve.terminusoptions.signals.md) | string\[\] | <i>(Optional)</i> | | ||
| [timeout](./koatty_serve.terminusoptions.timeout.md) | number | | | ||
|
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [koatty\_serve](./koatty_serve.md) > [TerminusOptions](./koatty_serve.terminusoptions.md) > [onSignal](./koatty_serve.terminusoptions.onsignal.md) | ||
|
||
## TerminusOptions.onSignal property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
onSignal?: (event: string, server: KoattyServer, forceTimeout: number) => Promise<any>; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [koatty\_serve](./koatty_serve.md) > [TerminusOptions](./koatty_serve.terminusoptions.md) > [signals](./koatty_serve.terminusoptions.signals.md) | ||
|
||
## TerminusOptions.signals property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
signals?: string[]; | ||
``` |
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,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [koatty\_serve](./koatty_serve.md) > [TerminusOptions](./koatty_serve.terminusoptions.md) > [timeout](./koatty_serve.terminusoptions.timeout.md) | ||
|
||
## TerminusOptions.timeout property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
timeout: number; | ||
``` |
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
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
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
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
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
Oops, something went wrong.