You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off thanks to all developers for making this library. It is really useful. I would request you to generate struct tags for easier json or gocql conversion/usage.
Before using cqlc I used my own structs like the following:
type user struct {
Username string `json:"username" cql:"username"`
}
This would be very helpful for using mentioned libraries.
The text was updated successfully, but these errors were encountered:
This sounds like a reasonable thing to want to do and it shouldn't make too much difference to the generated struct code. I'm not 100% on an ETA for this though.
First off thanks to all developers for making this library. It is really useful. I would request you to generate struct tags for easier json or gocql conversion/usage.
Before using cqlc I used my own structs like the following:
This would be very helpful for using mentioned libraries.
The text was updated successfully, but these errors were encountered: