snowflake/client/lib
Arlo Breault bd636a1374 Introduce an unexported newBrokerChannelFromConfig
A follow-up wants to pass in a new property from the ClientConfig but it
would be an API breaking change to NewBrokerChannel.

However, it's unclear why NewBrokerChannel is exported at all.  No other
package in the repo depends on it and the known users of the library
probably wouldn't be construct them.

While this patch was being reviewed, a new constructor was added,
NewBrokerChannelWithUTLSSettings, with effectively the same issue.
Both of those exported ones are deleted here.
2022-03-16 16:33:24 -04:00
..
interfaces.go Change package name and add a package comment 2021-10-04 10:17:37 -04:00
lib_test.go Fix client library test 2022-02-14 15:11:41 -05:00
peers.go Change package name and add a package comment 2021-10-04 10:17:37 -04:00
pt_event_logger.go Make all snowflake events LogSeverityNotice 2022-02-14 14:09:16 -05:00
rendezvous.go Introduce an unexported newBrokerChannelFromConfig 2022-03-16 16:33:24 -04:00
rendezvous_ampcache.go Bump snowflake library imports and go.mod to v2 2021-11-11 10:14:49 -05:00
rendezvous_http.go Change package name and add a package comment 2021-10-04 10:17:37 -04:00
rendezvous_test.go Parse ClientPollRequest version in DecodeClientPollRequest 2022-03-16 15:43:10 -04:00
snowflake.go Introduce an unexported newBrokerChannelFromConfig 2022-03-16 16:33:24 -04:00
turbotunnel.go Bump snowflake library imports and go.mod to v2 2021-11-11 10:14:49 -05:00
util.go Change package name and add a package comment 2021-10-04 10:17:37 -04:00
webrtc.go Add connection failure events for proxy timeouts 2022-02-14 14:00:01 -05:00