MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / GitlabRepository

Struct GitlabRepository

controllers/gitlab.go:25–28  ·  view source on GitHub ↗

GitlabRepository is a repository section in gitlab event

Source from the content-addressed store, hash-verified

23
24// GitlabRepository is a repository section in gitlab event
25type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected