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

[doc-processor] feature/load-assets-with-json-deserialiser #492

Open
wants to merge 1 commit into
base: doc-processor
Choose a base branch
from

Conversation

zjom
Copy link

@zjom zjom commented Oct 30, 2024

Description
Update json-deserialiser to load assets into memory if the template contains a "Resources" key.
loadResources spins up N go routines to load each resource in to memory and waits until their done.

Related Issue

Checklist

check with "x", ONLY IF APPLIED to your change

  • All methods associated with structs has func (<first letter of struct> *struct) method() {} name style.
  • Wrote unit tests for new/changed features.
  • Followed the unit test when,should naming pattern.
  • All mocks created with m := mocks.NewConstructor(t).
  • All mocks using m.EXPECT().MethodName() method to mock methods.
  • Updated docs/doc.go and docs/*
  • Updated example_test.go.
  • Updated README.md
  • New public methods/structs/interfaces has comments upside them explaining they responsibilities
  • Executed make dod with none issues pointed out by golangci-lint

@johnfercher johnfercher changed the title feature/load-assets-with-json-deserialiser [doc-processor] feature/load-assets-with-json-deserialiser Dec 10, 2024
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