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(storage): add StorageClientInterface #25

Merged
merged 3 commits into from
Nov 12, 2021

Conversation

wsalles
Copy link
Contributor

@wsalles wsalles commented Nov 12, 2021

Defining a StorageClient interface.

closes #24

@wsalles wsalles added the feature A new feature label Nov 12, 2021
@wsalles wsalles self-assigned this Nov 12, 2021
@renatoaguimaraes renatoaguimaraes changed the title feat: add StorageClientInterface feat(storage): add StorageClientInterface Nov 12, 2021
@renatoaguimaraes
Copy link
Contributor

I think we can move the implementation of StorageClientInterface to go-core as well. In the future we can handle other kinds of storage like S3, Blob Storage, GCS, NFS and so on...

@wsalles wsalles merged commit 09ca79c into master Nov 12, 2021
@wsalles wsalles deleted the feat/storage-client-interface branch November 12, 2021 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(storage): Create a StorageClientInterface
2 participants