feat: get impersonation token implementation
This commit is contained in:
parent
066c44d08a
commit
e67f0d7e5a
7 changed files with 209 additions and 95 deletions
|
|
@ -193,8 +193,9 @@ type ExternalID struct {
|
|||
}
|
||||
|
||||
type ExternalService struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
AuthToken *string `json:"auth_token"`
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue