forked from Mirrors/jsonapi
no longer used
This commit is contained in:
parent
4216780137
commit
adefc0a600
4
node.go
4
node.go
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue