Skip to content

Commit

Permalink
Add note about params used when parsing configs (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso authored Jul 30, 2024
1 parent e1572c9 commit 6dddb17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ var Util = struct {
// convenient function. It is intended to be used in the Configure method of a
// connector to parse the configuration map.
//
// The configuration parameters should be provided through NewSource().Parameters()
// or NewDestination().Parameters() so that parameters from SDK middlewares are
// included too.
//
// The function does the following:
// - Removes leading and trailing spaces from all keys and values in the
// configuration.
Expand Down

0 comments on commit 6dddb17

Please sign in to comment.