Добавил обновление компаний и контактов
This commit is contained in:
parent
4a5b36626e
commit
1c9da2073b
1 changed files with 7 additions and 2 deletions
|
@ -26,6 +26,11 @@ type Links struct {
|
||||||
Self Self `json:"self"`
|
Self Self `json:"self"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Embedded struct {
|
type Contacts struct {
|
||||||
Tags []interface{} `json:"tags"`
|
ID int `json:"id"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Embedded struct {
|
||||||
|
Tags []interface{} `json:"tags"`
|
||||||
|
Contacts []*Contacts `json:"contacts"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue