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

feat: Allow struct field tags for influxdb with a marshaller #389

Closed
wants to merge 9 commits into from

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    66f10b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Suggested MarshalStructToWritePoint func

    - Adds marshal_struct_to_write_point.go
    - Adds marshal_struct_to_write_point_test.go
    zob456 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d6a531a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de226b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:influxdata/influxdb-client-go int…

    …o tag-marshal
    
    feat: adds MarshalStructToWritePoint function allowing users to pass a typed argument & get a *write.Point back
    - Adds MarshalStructToWritePoint function in marshal_struct_to_write_point.go
    - Adds marshal_struct_to_write_point_test.go
    zob456 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ecfa15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a322109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf6cb72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b78fbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ff9f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    fcf097a View commit details
    Browse the repository at this point in the history