added schema for uri
This commit is contained in:
parent
9ddf4ee12e
commit
502158401c
|
@ -20,6 +20,7 @@ type Uri struct {
|
||||||
Laddr string
|
Laddr string
|
||||||
Raddr string
|
Raddr string
|
||||||
Timeout time.Duration
|
Timeout time.Duration
|
||||||
|
Schema string
|
||||||
}
|
}
|
||||||
|
|
||||||
// a dialect is a driver's wrapper
|
// a dialect is a driver's wrapper
|
||||||
|
|
Loading…
Reference in New Issue