We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://nacelle.dev/docs/core/config
Would it be possible to update these docs to explain how to inject configuration using the v2 initializer?
When using the (p *Process) Init(cfg nacelle.Config) err initializer, it doesn't look like nacelle is running it, due to the contract mismatch.
(p *Process) Init(cfg nacelle.Config) err
It'd be super helpful to get an example of initializing/loading the config, and pulling a value from it, using the nacelle.Context!
nacelle.Context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://nacelle.dev/docs/core/config
Would it be possible to update these docs to explain how to inject configuration using the v2 initializer?
When using the
(p *Process) Init(cfg nacelle.Config) err
initializer, it doesn't look like nacelle is running it, due to the contract mismatch.It'd be super helpful to get an example of initializing/loading the config, and pulling a value from it, using the
nacelle.Context
!The text was updated successfully, but these errors were encountered: