blob: 1dc42583a24e3d37e4d5af5b5c513f08fa70760e (
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
}
|