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

Struct NoteEvent

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

Source from the content-addressed store, hash-verified

47var _ Event = &NoteEvent{}
48
49type NoteEvent struct{ gitlab.Note }
50
51func (n NoteEvent) ID() string { return fmt.Sprintf("%d", n.Note.ID) }
52func (n NoteEvent) UserID() int { return n.Author.ID }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected