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

Struct GitlabProject

controllers/gitlab.go:19–22  ·  view source on GitHub ↗

GitlabProject is a project section in gitlab event

Source from the content-addressed store, hash-verified

17
18// GitlabProject is a project section in gitlab event
19type GitlabProject struct {
20 Name string `json:"name"`
21 Homepage string `json:"homepage"`
22}
23
24// GitlabRepository is a repository section in gitlab event
25type GitlabRepository struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected