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

ParsablePayload 구현 #8

Merged
merged 3 commits into from
Nov 25, 2024
Merged

ParsablePayload 구현 #8

merged 3 commits into from
Nov 25, 2024

Conversation

byundojin
Copy link
Member

더 유연한 payload typing 가능
hint type이랑 data랑 구조 같아야함

ex)
b

  point_x : int
  point_y : int

a

point : ParsablePayload[Point]

Copy link
Member

@onee-only onee-only left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@onee-only onee-only force-pushed the feature/parserble-payload branch from a0e3a37 to 7fe5c2f Compare November 25, 2024 11:47
@onee-only onee-only merged commit 2e580e9 into develop Nov 25, 2024
1 check passed
@onee-only onee-only deleted the feature/parserble-payload branch November 25, 2024 11:47
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.

2 participants