Handling shared options #207
michaeldcanady
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I was working on the batch API I "discovered" an idea about shared options.
batch_header.go
base_model.go
The ideal would be the options compatible with both are applied to the
BaseModeland the remainder are applied only toBatchHeader... but I am unsure how to achieve thisAll reactions