🏷️ Created Redirect domain

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

View File

@ -0,0 +1,8 @@
package domain
type Redirect struct {
From string
To string
Status int
Force bool
}