Added DTO for Access action
This commit is contained in:
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 `query:"url"`
|
||||
Service string `query:"srv"`
|
||||
}
|
||||
|
||||
type CheckAccessResponseDTO struct {
|
||||
}
|
||||
Reference in New Issue
Block a user