docs: improve proxy CLI param descriptions

Since the proxy component is the most dedicated for public use,
more comprehensive docs are good.
This commit is contained in:
WofWca 2024-09-25 19:40:05 +04:00 committed by Shelikhoo
parent 15b3f64a3a
commit 9b04728809
No known key found for this signature in database
GPG key ID: 4C9764E9FE80A3DC
4 changed files with 54 additions and 44 deletions

View file

@ -116,6 +116,7 @@ var (
// SnowflakeProxy is used to configure an embedded
// Snowflake in another Go application.
// For some more info also see CLI parameter descriptions in README.
type SnowflakeProxy struct {
// How often to ask the broker for a new client
PollInterval time.Duration