-
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
[WIP] worker wrangler #52
Conversation
Cleanup worker & create more todos
for k := 0; k < structValue.NumField(); k++ { | ||
currentValue := structValue.Field(k) | ||
|
||
switch currentValue.Interface().(type) { |
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.
might implement a float64
type later
nanti pagi atau besok malem bakal bikin PR soal ini + dummy data |
btw member id diganti jadi uuid, jadi coba pake github.com/google/uuid, jangan pake uuid.MustParse, pake yang uuid.Parse aja, terus type si Member.ID ini jadiin uuid.UUID |
kenapa jadi uuid.UUID ? |
jawaban di telegram ya |
Set up gRPC and other stuffs for Worker
PR ini udah kebanyakan commit, fix yang itu aja abis itu merge to master. kita move implement bits and pieces nya along the way ya. @artileda |
Closes #50