MCPcopy Index your code
hub / github.com/git-bug/git-bug / LabelEvent

Struct LabelEvent

bridge/gitlab/event.go:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123var _ Event = &LabelEvent{}
124
125type LabelEvent struct{ gitlab.LabelEvent }
126
127func (l LabelEvent) ID() string { return fmt.Sprintf("%d", l.LabelEvent.ID) }
128func (l LabelEvent) UserID() int { return l.User.ID }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected