added schema for uri

This commit is contained in:
Lunny Xiao 2016-03-03 11:01:50 +08:00
parent 9ddf4ee12e
commit 502158401c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ type Uri struct {
Laddr string
Raddr string
Timeout time.Duration
Schema string
}
// a dialect is a driver's wrapper