generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
bad8ea7
commit 6a1057f
Showing
90 changed files
with
9,472 additions
and
6 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Binary file not shown.
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
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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: b46fa637138fb600b9e344a8377fd2af | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,37 @@ | ||
Cloud Platform | ||
============== | ||
CLI commands for interacting with the Silverback Platform. | ||
|
||
.. click:: silverback._cli:login | ||
:prog: silverback login | ||
:nested: none | ||
|
||
.. click:: silverback._cli:cluster | ||
:prog: silverback cluster | ||
:nested: full | ||
:commands: new, update, list, info, health | ||
|
||
.. click:: silverback._cli:workspaces | ||
:prog: silverback cluster workspaces | ||
:nested: full | ||
:commands: new, list, info, update, delete | ||
|
||
.. click:: silverback._cli:vars | ||
:prog: silverback cluster vars | ||
:nested: full | ||
:commands: new, list, info, update, remove | ||
|
||
.. click:: silverback._cli:registry_auth | ||
:prog: silverback cluster registry auth | ||
:nested: full | ||
:commands: new, list, info, update, remove | ||
|
||
.. click:: silverback._cli:bots | ||
:prog: silverback cluster bots | ||
:nested: full | ||
:commands: new, list, info, update, remove, health, start, stop, logs, errors | ||
|
||
.. click:: silverback._cli:pay | ||
:prog: silverback cluster pay | ||
:nested: full | ||
:commands: create, add-time, cancel |
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 @@ | ||
Local Development | ||
================= | ||
CLI commands for local development of running Silverback bots and task workers. | ||
|
||
.. click:: silverback._cli:run | ||
:prog: silverback run | ||
:nested: none | ||
|
||
.. click:: silverback._cli:worker | ||
:prog: silverback worker | ||
:nested: none |
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,9 @@ | ||
.. dynamic-toc-tree:: | ||
:userguides: | ||
- quickstart | ||
- development | ||
- managing | ||
- deploying | ||
:commands: | ||
- run | ||
- cluster |
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,7 @@ | ||
# silverback.exceptions | ||
|
||
```{eval-rst} | ||
.. automodule:: silverback.exceptions | ||
:members: | ||
:show-inheritance: | ||
``` |
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,10 @@ | ||
# silverback.main | ||
|
||
The `silverback.main` module contains the high-level implementation of the the user's | ||
Silverback application, meant to be used to expose method handlers and other functionality. | ||
|
||
```{eval-rst} | ||
.. automodule:: silverback.main | ||
:members: | ||
:show-inheritance: | ||
``` |
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,10 @@ | ||
# silverback.middlewares | ||
|
||
The `silverback.middlewares` module contains middleware intended to improve the usability of | ||
silverback as a whole, and add integrations for the silverback platform as well. | ||
|
||
```{eval-rst} | ||
.. automodule:: silverback.middlewares | ||
:members: | ||
:show-inheritance: | ||
``` |
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,10 @@ | ||
# silverback.runner | ||
|
||
The `silverback.runner` module contains implementations for running Silverback apps in a variety | ||
of different scenarios and trigger methods. | ||
|
||
```{eval-rst} | ||
.. automodule:: silverback.runner | ||
:members: | ||
:show-inheritance: | ||
``` |
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,10 @@ | ||
# silverback.subscriptions | ||
|
||
The `silverback.subscriptions` module contains an implementation of a Websocket subscription queue, | ||
used for connected to an RPC node via websockets that implements the `eth_subscribe` RPC method. | ||
|
||
```{eval-rst} | ||
.. automodule:: silverback.subscriptions | ||
:members: | ||
:show-inheritance: | ||
``` |
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,7 @@ | ||
# silverback.utils | ||
|
||
```{eval-rst} | ||
.. automodule:: silverback.utils | ||
:members: | ||
:show-inheritance: | ||
``` |
Oops, something went wrong.