-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add cloud grpc method for server notifications
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
- Loading branch information
Showing
9 changed files
with
319 additions
and
74 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 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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
package config | ||
|
||
type ProContext struct { | ||
APIKey string | ||
URL string | ||
TLSInsecure bool | ||
WorkerCount int | ||
LogStreamWorkerCount int | ||
WorkflowNotificationsWorkerCount int | ||
SkipVerify bool | ||
EnvID string | ||
OrgID string | ||
Migrate string | ||
ConnectionTimeout int | ||
DashboardURI string | ||
APIKey string | ||
URL string | ||
TLSInsecure bool | ||
WorkerCount int | ||
LogStreamWorkerCount int | ||
WorkflowNotificationsWorkerCount int | ||
WorkflowServiceNotificationsWorkerCount int | ||
SkipVerify bool | ||
EnvID string | ||
OrgID string | ||
Migrate string | ||
ConnectionTimeout int | ||
DashboardURI 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
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.