This commit is contained in:
2025-11-18 15:27:53 +03:00
parent e3a65c0f33
commit c1770c724e
10 changed files with 291 additions and 10 deletions

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

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