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