v12.9.0
This commit is contained in:
7
samples/client/config.go
Normal file
7
samples/client/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package client
|
||||
|
||||
import "time"
|
||||
|
||||
type Config struct {
|
||||
QueryTimeout time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user