A simple reusable package which does the following :
1. Check whether a project is in within the list of monitored projects
actions.CheckGroup(monitored_groups_names, group_name)
returns true / false
- monitored_groups_names : []string
- group_name : string
2. Get a project's name
actions.GetProjectName(project_ID, "<git-token>")
3. Get a group's name
actions.GetGroupName(group_ID, "<git-token>")
4. Send Curated HTTP Requests to gitlab
request.SendGetRequest(url string) (http.Header, []byte)
request.SendPostRequest(url string, requestBody io.Reader) (http.Header, []byte)