Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 645597b54e | |||
| c49fde3d15 |
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
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ type CheckAccessRequestDTO struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CheckAccessResponseDTO struct {
|
type CheckAccessResponseDTO struct {
|
||||||
|
Status string `json:"status"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user