package keepalive type Config struct { Enable bool PollInterval int `validate:"min=1,max=60"` CheckInInterval int `validate:"min=1,max=30"` }