Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51ebbdf9d5 | |||
| cc2ba15c37 | |||
| 86341c21e1 |
@@ -1,6 +1,6 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
type Config struct {
|
type Setting struct {
|
||||||
ID string `db:"id" json:"id"`
|
ID string `db:"id" json:"id"`
|
||||||
Name string `db:"name" json:"name"`
|
Name string `db:"name" json:"name"`
|
||||||
Value string `db:"value" json:"value"`
|
Value string `db:"value" json:"value"`
|
||||||
|
|||||||
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 `json:"srv"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CheckAccessResponseDTO struct {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user