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

add aliases to support specifying EventOptions #1696

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

0xmohit
Copy link
Contributor

@0xmohit 0xmohit commented Jul 29, 2024

This is done to enable specifying EventOptions when using NewServerWithOptions.

https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage#NewServerWithOptions

Fixes #1695

fakestorage/server.go Outdated Show resolved Hide resolved
@fsouza fsouza merged commit 8f0994f into fsouza:main Sep 22, 2024
38 checks passed
jonmseaman pushed a commit to jonmseaman/fake-gcs-server that referenced this pull request Sep 22, 2024
* add aliases to support specifying EventOptions

This is done to enable specifying EventOptions when using
NewServerWithOptions.

https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage#NewServerWithOptions

Fixes fsouza#1695

* fakestorage: remove unused type

---------

Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

Unable to specify event notifications when starting using NewServerWithOptions
2 participants