Skip to content

Struct tags for json/cql marshalling/unmarshalling #30

@bipin-nag

Description

@bipin-nag

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions