Work on following relations api and small docs
This commit is contained in:
parent
526b5c2fef
commit
f656757710
3 changed files with 217 additions and 22 deletions
|
@ -96,6 +96,7 @@ type linstromRelation struct {
|
|||
UpdatedAt time.Time `jsonapi:"attr,updated-at"`
|
||||
FromId string `jsonapi:"attr,from-id"`
|
||||
ToId string `jsonapi:"attr,to-id"`
|
||||
Requested bool `jsonapi:"attr,requested"`
|
||||
Accepted bool `jsonapi:"attr,accepted"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue