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: add custom field clean method #62

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 6, 2020

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

Commits on Apr 7, 2020

  1. impr: change custom fields value struct

    To unmarshal json correctly change
    the custom fields struct.
    
    See TestRemoveIDCustomField for marshalling
    details.
    mehanizm committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ae88d81 View commit details
    Browse the repository at this point in the history
  2. impr: refactor CustomFields method

    Rewrite CustomFields method to use more
    idiomatic go style code.
    Use new version of the CustomFieldValue struct.
    
    Test actualization.
    mehanizm committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    79be5c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

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