MCPcopy Create free account
hub / github.com/git-bug/git-bug / BugTimelineItemEdge

Struct BugTimelineItemEdge

api/graphql/models/gen_models.go:251–254  ·  view source on GitHub ↗

Represent a TimelineItem

Source from the content-addressed store, hash-verified

249
250// Represent a TimelineItem
251type BugTimelineItemEdge struct {
252 Cursor string `json:"cursor"`
253 Node bug.TimelineItem `json:"node"`
254}
255
256type IdentityConnection struct {
257 Edges []*IdentityEdge `json:"edges"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected