Documentation ¶
Index ¶
Constants ¶
View Source
const ( IntegrationTypeLower = "github" // example: aws, azure IntegrationName = integration.Type("github_account") // example: AWS_ACCOUNT, AZURE_SUBSCRIPTION OGPluginRepoURL = "github.com/opengovern/og-describer-github" // example: github.com/opengovern/og-describer-aws )
View Source
const ( StreamName = "og_describer_github" JobQueueTopic = "og_describer_github_job_queue" ConsumerGroup = "describer-github" JobQueueTopicManuals = "og_describer_github_manuals_job_queue" ConsumerGroupManuals = "describer-github-manuals" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationCredentials ¶
type IntegrationCredentials struct {
configs.IntegrationCredentials
}
Click to show internal directories.
Click to hide internal directories.