host
This commit is contained in:
parent
abf7b6837e
commit
477c04dbbe
|
@ -16,8 +16,8 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
type AdminHeader struct {
|
type AdminHeader struct {
|
||||||
|
Host string `header:"host" json:"-"`
|
||||||
Token string `header:"x-token" json:"-"`
|
Token string `header:"x-token" json:"-"`
|
||||||
Host string `header:"x-host" json:"-"`
|
|
||||||
RemoteIp string `header:"x-remote-ip" json:"public_ip"`
|
RemoteIp string `header:"x-remote-ip" json:"public_ip"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue