Files

6 lines
74 B
Go

package rhttp
type Config struct {
IpHeader string `yaml:"ip_header"`
}