-
Notifications
You must be signed in to change notification settings - Fork 42
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
Move events from internal to pkg #4812
Conversation
IMO we should move constructors and interfaces to pkg. But not the whole implementation. |
Can we defer this until after #4784 ? |
63216b8
to
c5c8b9d
Compare
Of course 👍 Do you have any idea how much time you'll need? |
I'm guessing not more than 2-3 days
…On Thu, Oct 24, 2024 at 7:03 AM Radoslav Dimitrov ***@***.***> wrote:
Can we defer this until after #4784
<#4784> ?
Of course 👍 Do you have any idea how much time you'll need?
—
Reply to this email directly, view it on GitHub
<#4812 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4XEN7QMAKGFRY3IQVBHADZ5D42XAVCNFSM6AAAAABQQVCIMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVGM4DMNZUHA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
d48e527
to
84a6698
Compare
Signed-off-by: Radoslav Dimitrov <[email protected]>
Signed-off-by: Radoslav Dimitrov <[email protected]>
84a6698
to
a949325
Compare
Signed-off-by: Radoslav Dimitrov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The newly exported interface looks minimal enough. I tried merging @evankanderson 's branch atop this one and while there were conflicts, they could be resolved quite easily (rename of events.Setup to eventer.New)
Summary
The following PR moves events from internal to pkg
Change Type
Mark the type of change your PR introduces:
Testing
Outline how the changes were tested, including steps to reproduce and any relevant configurations.
Attach screenshots if helpful.
Review Checklist: