overflow_commons_go/config/noauthprobe/NoAuthProbeConfig.go
crusader 2ffbb7f711 ing
2017-12-01 18:44:28 +09:00

9 lines
283 B
Go

package noauthprobe
import "git.loafle.net/overflow/overflow_commons_go/util"
type NoAuthProbeConfig struct {
TempKey *string `json:"tempKey,omitempty" yaml:"tempKey" toml:"tempKey"`
DenyDate *util.Timestamp `json:"denyDate,omitempty" yaml:"denyDate" toml:"denyDate"`
}