Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove options structs in go sdk (#5907)
* test: add tests to verify passing slice and pointer types Signed-off-by: Justin Chadwell <[email protected]> * fix: fix variadic args for go sdk functions Signed-off-by: Justin Chadwell <[email protected]> * feat: remove opt structs in go sdk See the full PR for more info - but essentially, determining "opt"iness is difficult: doing by pointer is weird, doing with names feels too magic, etc. So we just remove the feature and now support two different ways of passing opts: - As individual args directly - As inline structs Signed-off-by: Justin Chadwell <[email protected]> * docs: update zenith docs to not use Opts structs Signed-off-by: Justin Chadwell <[email protected]> * fix: resolve code review comments Signed-off-by: Justin Chadwell <[email protected]> --------- Signed-off-by: Justin Chadwell <[email protected]>
- Loading branch information