-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nats): WithConfigFile - pass a configuration file to nats server (…
…#2905) * feat: WithConfigFile - pass a configuration file to nats server * add a testcase with a incorrect token * use testcontainers.ContainerCustomizer as suggested during CR Add ConfigGile struct, which implements the interface. * drop a custom struct, return and implement an interface directly * docs: document nats.WithConfigFile * Update modules/nats/options.go Co-authored-by: Manuel de la Peña <[email protected]> * Update docs/modules/nats.md Co-authored-by: Manuel de la Peña <[email protected]> * Update docs/modules/nats.md Co-authored-by: Manuel de la Peña <[email protected]> * remove document markers from a unit test * address CR comments * fix a comment --------- Co-authored-by: Manuel de la Peña <[email protected]>
- Loading branch information
1 parent
512e503
commit 0bbab5e
Showing
3 changed files
with
78 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters