Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we make newUpdateRequest() function public? #58

Open
AdamGlazerMW opened this issue May 13, 2022 · 0 comments
Open

Can we make newUpdateRequest() function public? #58

AdamGlazerMW opened this issue May 13, 2022 · 0 comments

Comments

@AdamGlazerMW
Copy link

AdamGlazerMW commented May 13, 2022

It'd be awesome to use this module to be able to update the indexes on each sheet, but the privateness of the function which creates updateRequest structs prevents this.

func newUpdateRequest(spreadsheet *Spreadsheet) (r *updateRequest, err error) {

Since all other methods on updateRequest are public too, it makes little sense to keep its constructor private actually.

Can we make this happen please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant