Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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).
15
type
Event
interface
{
16
ID() string
17
UserID() int
18
Kind() EventKind
19
CreatedAt() time.Time
Callers
11
cacheAllClient
Method · 0.65
getLabelsIDs
Method · 0.65
cacheAllClient
Method · 0.65
ImportAll
Method · 0.65
ensureIssueEvent
Method · 0.65
cacheAllClient
Method · 0.65
BridgeAuth
Function · 0.65
runBridgeAuthRm
Function · 0.65
runBridgeAuth
Function · 0.65
runBridgeAuthShow
Function · 0.65
PromptCredential
Function · 0.65
Implementers
4
NoteEvent
bridge/gitlab/event.go
LabelEvent
bridge/gitlab/event.go
StateEvent
bridge/gitlab/event.go
ErrorEvent
bridge/gitlab/event.go
Calls
no outgoing calls
Tested by
no test coverage detected