🏷️ Created Header domain

This commit is contained in:
Maxim Lebedev 2023-12-09 12:01:37 +06:00
parent 8a8372bdf0
commit 83f1aa8880
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package domain
type Header struct {
Headers map[string]string
Path string
}