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

Struct ErrorEvent

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

Source from the content-addressed store, hash-verified

159var _ Event = &ErrorEvent{}
160
161type ErrorEvent struct {
162 Err error
163 Time time.Time
164}
165
166func (e ErrorEvent) ID() string { return "" }
167func (e ErrorEvent) UserID() int { return -1 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected