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

Create a struct to manage runtime metadata files #66

Closed
3 tasks done
Tracked by #63
Angelmmiguel opened this issue Jan 20, 2023 · 0 comments · Fixed by #74
Closed
3 tasks done
Tracked by #63

Create a struct to manage runtime metadata files #66

Angelmmiguel opened this issue Jan 20, 2023 · 0 comments · Fixed by #74
Assignees
Labels
🚀 enhancement New feature or request
Milestone

Comments

@Angelmmiguel
Copy link
Contributor

Angelmmiguel commented Jan 20, 2023

The purpose of this struct is to act as a "Runtime Metadata Manager". The main tasks of this struct will be:

  • Load metadata files for new runtimes from the local filesystem or a remote one
  • Download related resources and store them using the runtime::Data struct. We will need to add new methods to this one
  • Validate the different files using the associated checksums

This can be split in multiple structs / modules if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant