aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/edges.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/models/edges.go')
-rw-r--r--graphql/models/edges.go31
1 files changed, 0 insertions, 31 deletions
diff --git a/graphql/models/edges.go b/graphql/models/edges.go
deleted file mode 100644
index 6a331e3e..00000000
--- a/graphql/models/edges.go
+++ /dev/null
@@ -1,31 +0,0 @@
-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
-}
-
-// GetCursor return the cursor entry of an edge
-func (e LabelEdge) GetCursor() string {
- return e.Cursor
-}