This commit is contained in:
2025-11-18 14:42:39 +03:00
parent 0bf073da93
commit a267d35ddf
11 changed files with 295 additions and 91 deletions

7
samples/client/config.go Normal file
View File

@@ -0,0 +1,7 @@
package client
import "time"
type Config struct {
QueryTimeout time.Duration
}