| 141 | var _ Event = &StateEvent{} |
| 142 | |
| 143 | type StateEvent struct{ gitlab.StateEvent } |
| 144 | |
| 145 | func (s StateEvent) ID() string { return fmt.Sprintf("%d", s.StateEvent.ID) } |
| 146 | func (s StateEvent) UserID() int { return s.User.ID } |
nothing calls this directly
no outgoing calls
no test coverage detected