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

Make the sdk compatible with a custom keystore. #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olawolu
Copy link

@olawolu olawolu commented Sep 26, 2023

The method sdk.New takes in only the keyname, while the sdk already supports a custom store by implementing the store.Store interface, it is currently not possible to use this custom store.

This PR makes this possible by passing in a store.Store type into sdk.New.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant