package models
// GetCursor return the cursor entry of an edgefunc(e OperationEdge)GetCursor()string{return e.Cursor
}// GetCursor return the cursor entry of an edgefunc(e BugEdge)GetCursor()string{return e.Cursor
}// GetCursor return the cursor entry of an edgefunc(e CommentEdge)GetCursor()string{return e.Cursor
}