diff --git a/node.go b/node.go index 1bd751c..367c5c0 100644 --- a/node.go +++ b/node.go @@ -12,10 +12,6 @@ type ManyPayload struct { Links *map[string]string `json:"links,omitempty"` } -type Models interface { - GetData() []interface{} -} - type Node struct { Type string `json:"type"` Id string `json:"id"`