GitlabProject is a project section in gitlab event
| 17 | |
| 18 | // GitlabProject is a project section in gitlab event |
| 19 | type GitlabProject struct { |
| 20 | Name string `json:"name"` |
| 21 | Homepage string `json:"homepage"` |
| 22 | } |
| 23 | |
| 24 | // GitlabRepository is a repository section in gitlab event |
| 25 | type GitlabRepository struct { |
nothing calls this directly
no outgoing calls
no test coverage detected