no longer used

This commit is contained in:
Sam Woodard 2015-07-12 13:15:02 -07:00
parent 4216780137
commit adefc0a600
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ type ManyPayload struct {
Links *map[string]string `json:"links,omitempty"` Links *map[string]string `json:"links,omitempty"`
} }
type Models interface {
GetData() []interface{}
}
type Node struct { type Node struct {
Type string `json:"type"` Type string `json:"type"`
Id string `json:"id"` Id string `json:"id"`