package
Version:
v1.0.0-beta.5
Opens a new window with list of versions in this module.
Published: Sep 22, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
ID string `json:"app_id"`
Name string `json:"name"`
Provider string `json:"vcs_provider"`
}
type DeepSource struct {
Host url.URL
}
type Payload struct {
RunnerID string `json:"runner_id"`
BaseURL string `json:"base_url"`
ClientID string `json:"client_id"`
ClientSecret string `json:"client_secret"`
WebhookSecret string `json:"webhook_secret"`
Apps []App `json:"apps"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.