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

chore: add mapstructure tag to all bridge config #39

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

DNK90
Copy link
Contributor

@DNK90 DNK90 commented Oct 19, 2023

mapstructure tag is used to map environment variable to struct. Therefore adding it will help us loading env or config file to Config struct on bridge-v2 more easily rather than checking every field in main.go file.

@DNK90 DNK90 merged commit 13047bb into master Oct 19, 2023
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