2017-12-01 09:44:28 +00:00
|
|
|
package noauthprobe
|
2017-12-01 09:31:54 +00:00
|
|
|
|
|
|
|
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"`
|
|
|
|
}
|