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

Interface ImportEvent

bridge/github/import_events.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/shurcooL/githubv4"
4
5type ImportEvent interface {
6 isImportEvent()
7}
8
9type RateLimitingEvent struct {
10 msg string

Callers

nothing calls this directly

Implementers 5

RateLimitingEventbridge/github/import_events.go
IssueEventbridge/github/import_events.go
IssueEditEventbridge/github/import_events.go
TimelineEventbridge/github/import_events.go
CommentEditEventbridge/github/import_events.go

Calls

no outgoing calls

Tested by

no test coverage detected