Documentation ¶
Index ¶
- func BitbucketHandler(w http.ResponseWriter, r *http.Request)
- func ConfigHandler(w http.ResponseWriter, r *http.Request)
- func ContainersHandler(w http.ResponseWriter, r *http.Request)
- func DatabaseHandler(w http.ResponseWriter, r *http.Request)
- func GithubHandler(w http.ResponseWriter, r *http.Request)
- func GitlabHandler(w http.ResponseWriter, r *http.Request)
- func JiraHandler(w http.ResponseWriter, r *http.Request)
- func TestHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitbucketHandler ¶
func BitbucketHandler(w http.ResponseWriter, r *http.Request)
BitbucketHandler will handle the payload from Bitbucket and remove containers based on a domain if they exists where the issue key is the prefix in the domain.
func ConfigHandler ¶
func ConfigHandler(w http.ResponseWriter, r *http.Request)
ConfigHandler will handle the config api route.
func ContainersHandler ¶
func ContainersHandler(w http.ResponseWriter, r *http.Request)
ContainersHandler will handle the containers api route.
func DatabaseHandler ¶
func DatabaseHandler(w http.ResponseWriter, r *http.Request)
DatabaseHandler will handle the database api route.
func GithubHandler ¶
func GithubHandler(w http.ResponseWriter, r *http.Request)
GithubHandler will handle the payload from GitHub and remove containers based on a domain if they exists where the issue key is the prefix in the domain.
func GitlabHandler ¶
func GitlabHandler(w http.ResponseWriter, r *http.Request)
GitlabHandler will handle the payload from GitLab and remove containers based on a domain if they exists where the issue key is the prefix in the domain.
func JiraHandler ¶
func JiraHandler(w http.ResponseWriter, r *http.Request)
JiraHandler will handle the payload from JIRA and remove containers based on a domain if they exists where the issue key is the prefix in the domain.
func TestHandler ¶
func TestHandler(w http.ResponseWriter, r *http.Request)
TestHandler will handle the payload from any services and log the payload.
Types ¶
This section is empty.