- Classes
- Interfaces
- Structs
No description
new(): Results
No properties
Signature | Description |
---|---|
inflight latest(checkid: str): CheckResult? |
No description |
static of(scope: IResource): Results |
No description |
inflight store(result: CheckResult): void |
No description |
No description
new(handler: inflight (): void, props: CheckProps?): Check
No properties
Signature | Description |
---|---|
inflight latest(): CheckResult? |
No description |
inflight run(): CheckResult |
No description |
No description
new(url: str, options: CheckHttpProps?): CheckHttp
No properties
Signature | Description |
---|---|
inflight latest(): CheckResult? |
No description |
inflight run(): CheckResult |
No description |
No description
No properties
Signature | Description |
---|---|
inflight latest(): CheckResult? |
No description |
inflight run(): CheckResult |
No description |
No description
Name | Type | Description |
---|---|---|
checkid |
str |
No description |
checkpath |
str |
No description |
error |
str? |
No description |
ok |
bool |
No description |
timestamp |
str |
No description |
No description
Name | Type | Description |
---|---|---|
deploy |
bool? |
No description |
rate |
duration? |
No description |
testing |
bool? |
No description |
No description
Name | Type | Description |
---|---|---|
body |
str? |
No description |
deploy |
bool? |
No description |
method |
HttpMethod? |
No description |
path |
str? |
No description |
rate |
duration? |
No description |
status |
num? |
No description |
testing |
bool? |
No description |