blob: 4bf10fd31b0671b89f84d28fc7cc6e1bf09c3c1c (
plain) (
tree)
|
|
package models
// GetCursor return the cursor entry of an edge
func (e OperationEdge) GetCursor() string {
return e.Cursor
}
// GetCursor return the cursor entry of an edge
func (e BugEdge) GetCursor() string {
return e.Cursor
}
// GetCursor return the cursor entry of an edge
func (e CommentEdge) GetCursor() string {
return e.Cursor
}
// GetCursor return the cursor entry of an edge
func (e TimelineItemEdge) GetCursor() string {
return e.Cursor
}
// GetCursor return the cursor entry of an edge
func (e IdentityEdge) GetCursor() string {
return e.Cursor
}
|