GitlabRepository is a repository section in gitlab event
| 23 | |
| 24 | // GitlabRepository is a repository section in gitlab event |
| 25 | type GitlabRepository struct { |
| 26 | Name string `json:"name"` |
| 27 | Homepage string `json:"homepage"` |
| 28 | } |
| 29 | |
| 30 | // GitlabUser is a user section in gitlab event |
| 31 | // event: Issue, Note, Merge Request, Wiki, Job, Deployment, Feature Flag |
nothing calls this directly
no outgoing calls
no test coverage detected