update client

This commit is contained in:
2025-12-26 14:23:54 +03:00
parent f4962e54a3
commit a5659c5d02
75 changed files with 2436 additions and 288 deletions

View File

@@ -34,6 +34,7 @@ func configure(tree *toml.Tree, opts ...Option) *Provider {
key: func(s []string) string {
return strings.Join(s, Separator)
},
name: Name,
}
for _, opt := range opts {