package
0.8.0
Repository: https://github.com/michaelmure/git-bug.git
Documentation: pkg.go.dev

# Functions

CommentCon will paginate a source according to the input of a relay connection.
CursorToOffset re-derives the offset from the cursor string.
IdentityCon will paginate a source according to the input of a relay connection.
LabelCon will paginate a source according to the input of a relay connection.
LazyBugCon will paginate a source according to the input of a relay connection.
LazyIdentityCon will paginate a source according to the input of a relay connection.
NameCon will paginate a source according to the input of a relay connection.
OffsetToCursor create the cursor string from an offset.
OperationCon will paginate a source according to the input of a relay connection.
TimelineItemCon will paginate a source according to the input of a relay connection.

# Structs

LazyBugEdge is a special relay edge used to implement a lazy loading connection.
LazyIdentityEdge is a special relay edge used to implement a lazy loading connection.

# Interfaces

Edge define the contract for an edge in a relay connection.

# Type aliases

CommentConMaker define a function that create a models.CommentConnection.
BugCommentEdgeMaker define a function that take a bug.Comment and an offset and create an Edge.
ConnectionType define the connection type handled by this relay connection.
EdgeType define the edge type handled by this relay connection.
IdentityConMaker define a function that create a models.IdentityConnection.
ModelsIdentityWrapperEdgeMaker define a function that take a models.IdentityWrapper and an offset and create an Edge.
LabelConMaker define a function that create a models.LabelConnection.
BugLabelEdgeMaker define a function that take a bug.Label and an offset and create an Edge.
LazyBugConMaker define a function that create a models.BugConnection.
EntityIdEdgeMaker define a function that take a entity.Id and an offset and create an Edge.
LazyIdentityConMaker define a function that create a models.IdentityConnection.
EntityIdEdgeMaker define a function that take a entity.Id and an offset and create an Edge.
Name define the name of the connection.
NameConMaker define a function that create a ConnectionType.
NodeTypeEdgeMaker define a function that take a NodeType and an offset and create an Edge.
NodeType define the node type handled by this relay connection.
OperationConMaker define a function that create a models.OperationConnection.
DagOperationEdgeMaker define a function that take a dag.Operation and an offset and create an Edge.
TimelineItemConMaker define a function that create a models.TimelineItemConnection.
BugTimelineItemEdgeMaker define a function that take a bug.TimelineItem and an offset and create an Edge.