-
Notifications
You must be signed in to change notification settings - Fork 0
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
Event driven refactor #80
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…aces in AnounceVote events. (#65) * hotfix(seralization): Interfaces don't serialize properly * fix(empty-room): Fixed error on empty result. * updated golden files
* Tag: visible, order * Update golden
all 2gis functionality has been removed
* Fix tags save (#71) * Updated SQL requests, TODO: fix error in `RecommendPlaces` * fixes * fix db recommend request --------- Co-authored-by: Vaniog <[email protected]> Co-authored-by: Vaniog <[email protected]>
Connected to Huly®: DD-218 |
Можем в дев сначала мерджать? |
AlexDyakonov
approved these changes
Jan 21, 2025
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.
добро.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Что я тут сделал:
state.Context[State]
*usecase.Room
).type state.HanderFunc[State WithID] func(c *Context[State], arg interface{}) error
Пакет
event
usecase
зависит отevent
, эти же сущности используются бизнес логикой.event
самодостаточный, (зависит только отdomain
). Я его воспринимаю как (к сожалению грустненькое) подобие протоспеки.event
Задача сервера предоставляющего двустороннее соединение:
.On
приниматьstate.HandlerFunc[State]
state.Context[State]
(User
,Room
,Log
, ...)P.s: Очень много вдохновлено
gin
, хотел добавить middleware, но пока хочется испытать концепцию, а миддлвары ещё одна очень нетривиальная задача