Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95217521f1 |
5
identity/dto/headers.go
Normal file
5
identity/dto/headers.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package identity
|
||||
|
||||
type AuthorizationHeaderDTO struct {
|
||||
Authorization string `reqHeader:"authorization"`
|
||||
}
|
||||
Reference in New Issue
Block a user