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

Method ID

bridge/gitlab/event.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14// Event represents a unified GitLab event (note, label or state event).
15type Event interface {
16 ID() string
17 UserID() int
18 Kind() EventKind
19 CreatedAt() time.Time

Callers 11

cacheAllClientMethod · 0.65
getLabelsIDsMethod · 0.65
cacheAllClientMethod · 0.65
ImportAllMethod · 0.65
ensureIssueEventMethod · 0.65
cacheAllClientMethod · 0.65
BridgeAuthFunction · 0.65
runBridgeAuthRmFunction · 0.65
runBridgeAuthFunction · 0.65
runBridgeAuthShowFunction · 0.65
PromptCredentialFunction · 0.65

Implementers 4

NoteEventbridge/gitlab/event.go
LabelEventbridge/gitlab/event.go
StateEventbridge/gitlab/event.go
ErrorEventbridge/gitlab/event.go

Calls

no outgoing calls

Tested by

no test coverage detected