You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, base golangsdk package is filled with a lot of core functionality, methods and structures. All of them should be moved to other packages depending on their responsibility scope.
NOTE: this should be done using graceful deprecation approach, not removing exported items less than two minor releases from deprecation.
Moved to packages:
params.go
...
The text was updated successfully, but these errors were encountered:
#424)
Move building opts to `internal/build` package / Add pointer converter
What this PR does / why we need it
Deprecate methods for building request bodies, query strings, headers in golangsdk package
Move them to internal/build package
Add helper package common/pointerto
Add helper internal/multierr package for handling multiple errors
Which issue this PR fixes
Part of #419Resolve#294
Special notes for your reviewer
Current SDK methods are not affected.
Reviewed-by: Aloento <None>
Reviewed-by: Anton Sidelnikov <None>
Currently, base
golangsdk
package is filled with a lot of core functionality, methods and structures. All of them should be moved to other packages depending on their responsibility scope.NOTE: this should be done using graceful deprecation approach, not removing exported items less than two minor releases from deprecation.
Moved to packages:
params.go
The text was updated successfully, but these errors were encountered: