Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
import
"github.com/shurcooL/githubv4"
4
5
type
ImportEvent
interface
{
6
isImportEvent()
7
}
8
9
type
RateLimitingEvent
struct
{
10
msg string
Callers
nothing calls this directly
Implementers
5
RateLimitingEvent
bridge/github/import_events.go
IssueEvent
bridge/github/import_events.go
IssueEditEvent
bridge/github/import_events.go
TimelineEvent
bridge/github/import_events.go
CommentEditEvent
bridge/github/import_events.go
Calls
no outgoing calls
Tested by
no test coverage detected