Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3c578a343 |
@@ -2,9 +2,8 @@ package identity
|
|||||||
|
|
||||||
type CheckAccessRequestDTO struct {
|
type CheckAccessRequestDTO struct {
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Service string `json:"srv"`
|
Service string `josn:"srv"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CheckAccessResponseDTO struct {
|
type CheckAccessResponseDTO struct {
|
||||||
Status string `json:"status"`
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user