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

In NewService, optionally set opts.RootDatastore to a persistent data store #92

Merged
merged 2 commits into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. chore: Simplify Opts.applyPushDefaults: No return value, don't call a…

    …pplyDefaultsGetDatastore. Return error from applyDefaultsGetDatastore.
    
    Signed-off-by: Jeff Thompson <jeff@thefirst.org>
    jefft0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2d0ab23 View commit details
    Browse the repository at this point in the history
  2. feat: In NewService, optionally create a persistent data store at opt…

    …s.DatastoreDir. Use this in NewServiceClient.
    
    Signed-off-by: Jeff Thompson <jeff@thefirst.org>
    jefft0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    73658cf View commit details
    Browse the repository at this point in the history