Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3c578a343 | |||
| cc2ba15c37 |
9
identity/dto/access.go
Normal file
9
identity/dto/access.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
package identity
|
||||||
|
|
||||||
|
type CheckAccessRequestDTO struct {
|
||||||
|
URL string `json:"url"`
|
||||||
|
Service string `josn:"srv"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CheckAccessResponseDTO struct {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user