Documentation ¶
Index ¶
- func ElasticLoadBalancer(projectName string)
- func GitHubWebhook()
- func GitRepository(projectName string)
- func HaProxy(projectName string)
- func Jenkins(projectName string)
- func LocalDynamoDb()
- func Route53HostedZone(projectName string, hostedZone string)
- func S3Buckets(projectName string)
- func Selenium(projectName string)
- func SonarQube(projectName string)
- func Templates(projectName string, description string, gitAuth string)
- func ValidateInputs(projectName string, frontEnd string, backEnd string, database string)
- type CreateRepoRequest
- type CreateWebhookRequest
- type CreateWebhookRequestConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ElasticLoadBalancer ¶
func ElasticLoadBalancer(projectName string)
func GitHubWebhook ¶
func GitHubWebhook()
func GitRepository ¶
func GitRepository(projectName string)
func LocalDynamoDb ¶
func LocalDynamoDb()
func Route53HostedZone ¶
Types ¶
type CreateRepoRequest ¶
type CreateWebhookRequest ¶
type CreateWebhookRequest struct { Name string `json:"name"` Active bool `json:"active"` Events []string `json:"events"` Config CreateWebhookRequestConfig `json:"config"` }
Click to show internal directories.
Click to hide internal directories.