| 123 | var _ Event = &LabelEvent{} |
| 124 | |
| 125 | type LabelEvent struct{ gitlab.LabelEvent } |
| 126 | |
| 127 | func (l LabelEvent) ID() string { return fmt.Sprintf("%d", l.LabelEvent.ID) } |
| 128 | func (l LabelEvent) UserID() int { return l.User.ID } |
nothing calls this directly
no outgoing calls
no test coverage detected