-
Notifications
You must be signed in to change notification settings - Fork 13
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
3601ebc
commit 76b4519
Showing
27 changed files
with
474 additions
and
78 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponse](./tryorama.downloadlogsresponse.md) > [conductor\_stderr](./tryorama.downloadlogsresponse.conductor_stderr.md) | ||
|
||
## DownloadLogsResponse.conductor\_stderr property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
conductor_stderr: Uint8Array; | ||
``` |
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) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponse](./tryorama.downloadlogsresponse.md) > [conductor\_stdout](./tryorama.downloadlogsresponse.conductor_stdout.md) | ||
|
||
## DownloadLogsResponse.conductor\_stdout property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
conductor_stdout: Uint8Array; | ||
``` |
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) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponse](./tryorama.downloadlogsresponse.md) > [lair\_stderr](./tryorama.downloadlogsresponse.lair_stderr.md) | ||
|
||
## DownloadLogsResponse.lair\_stderr property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
lair_stderr: Uint8Array; | ||
``` |
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,89 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponse](./tryorama.downloadlogsresponse.md) | ||
|
||
## DownloadLogsResponse interface | ||
|
||
Response for downloading logs. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface DownloadLogsResponse | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[conductor\_stderr](./tryorama.downloadlogsresponse.conductor_stderr.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Uint8Array | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[conductor\_stdout](./tryorama.downloadlogsresponse.conductor_stdout.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Uint8Array | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[lair\_stderr](./tryorama.downloadlogsresponse.lair_stderr.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
Uint8Array | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> |
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) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponseType](./tryorama.downloadlogsresponsetype.md) > [data](./tryorama.downloadlogsresponsetype.data.md) | ||
|
||
## DownloadLogsResponseType.data property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
data: DownloadLogsResponse; | ||
``` |
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,72 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponseType](./tryorama.downloadlogsresponsetype.md) | ||
|
||
## DownloadLogsResponseType interface | ||
|
||
Enumerated response for downloading logs. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface DownloadLogsResponseType | ||
``` | ||
|
||
## Properties | ||
|
||
<table><thead><tr><th> | ||
|
||
Property | ||
|
||
|
||
</th><th> | ||
|
||
Modifiers | ||
|
||
|
||
</th><th> | ||
|
||
Type | ||
|
||
|
||
</th><th> | ||
|
||
Description | ||
|
||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
[data](./tryorama.downloadlogsresponsetype.data.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
[DownloadLogsResponse](./tryorama.downloadlogsresponse.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
<tr><td> | ||
|
||
[type](./tryorama.downloadlogsresponsetype.type.md) | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td><td> | ||
|
||
"download\_logs" | ||
|
||
|
||
</td><td> | ||
|
||
|
||
</td></tr> | ||
</tbody></table> |
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) > [@holochain/tryorama](./tryorama.md) > [DownloadLogsResponseType](./tryorama.downloadlogsresponsetype.md) > [type](./tryorama.downloadlogsresponsetype.type.md) | ||
|
||
## DownloadLogsResponseType.type property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
type: "download_logs"; | ||
``` |
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
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) > [@holochain/tryorama](./tryorama.md) > [RequestDownloadLogs](./tryorama.requestdownloadlogs.md) > [id](./tryorama.requestdownloadlogs.id.md) | ||
|
||
## RequestDownloadLogs.id property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
id: ConductorId; | ||
``` |
Oops, something went wrong.