package options type DBOption struct { Path string `json:"path"` Timeout int `json:"timeout"` }