package client import "time" type Config struct { QueryTimeout time.Duration }