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

Feature/api delete #14

Merged
merged 8 commits into from
Aug 14, 2023
Merged

Feature/api delete #14

merged 8 commits into from
Aug 14, 2023

Conversation

os-rss
Copy link
Collaborator

@os-rss os-rss commented Aug 13, 2023

  • refactoring of a storage module activating
  • added new 'delete' api endpoint
  • refactored and added api logic unit tests

@os-rss os-rss requested a review from os-esh August 13, 2023 00:11
src/datastore/datastore.jl Outdated Show resolved Hide resolved
global DATASTORE_MODULE = let
const DATASTORE_MODULE = Ref{Module}()

begin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there a begin block, is it necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary but logically combines the code

@os-rss os-rss merged commit 99d5fcf into main Aug 14, 2023
4 checks passed
@os-rss os-rss deleted the feature/api_delete branch August 14, 2023 14:10
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.

2 participants