Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 645597b54e | |||
| c49fde3d15 | |||
| cc2ba15c37 |
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module git.ego.freeddns.org/egommerce/api-entities
|
module git.pbiernat.space/egommerce/api-entities
|
||||||
|
|
||||||
go 1.24
|
go 1.24
|
||||||
|
|
||||||
|
|||||||
10
identity/dto/access.go
Normal file
10
identity/dto/access.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package identity
|
||||||
|
|
||||||
|
type CheckAccessRequestDTO struct {
|
||||||
|
URL string `json:"url"`
|
||||||
|
Service string `json:"srv"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CheckAccessResponseDTO struct {
|
||||||
|
Status string `json:"status"`
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user