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(store): replace all 4 objects maps with gokv.Store abstraction #177

Merged
merged 7 commits into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. feat(store): use proto marshal instead of json

    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8e7221d View commit details
    Browse the repository at this point in the history
  2. feat(store): replace VRFs map with gokv.Store abstraction

    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    170d28b View commit details
    Browse the repository at this point in the history
  3. feat(store): replace SVIs map with gokv.Store abstraction

    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    97a17d1 View commit details
    Browse the repository at this point in the history
  4. feat(store): replace Bridges map with gokv.Store abstraction

    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    464b0b0 View commit details
    Browse the repository at this point in the history
  5. feat(store): replace Ports map with gokv.Store abstraction

    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4cd7b06 View commit details
    Browse the repository at this point in the history
  6. feat(store): replace List methods with gokv.Store abstraction

    until gokv implements GetAll() interface
    added volatile helper for listing of keys
    
    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9eb2859 View commit details
    Browse the repository at this point in the history
  7. test(store): fix linter errcheck failure

    Signed-off-by: Boris Glimcher <[email protected]>
    glimchb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1769edf View commit details
    Browse the repository at this point in the history