| 47 | var _ Event = &NoteEvent{} |
| 48 | |
| 49 | type NoteEvent struct{ gitlab.Note } |
| 50 | |
| 51 | func (n NoteEvent) ID() string { return fmt.Sprintf("%d", n.Note.ID) } |
| 52 | func (n NoteEvent) UserID() int { return n.Author.ID } |
nothing calls this directly
no outgoing calls
no test coverage detected