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

增强 ValueMapper 类型 #357

Open
1 task done
tint opened this issue Oct 5, 2024 · 0 comments
Open
1 task done

增强 ValueMapper 类型 #357

tint opened this issue Oct 5, 2024 · 0 comments
Labels
feature Categorizes as related to a new feature

Comments

@tint
Copy link

tint commented Oct 5, 2024

Describe the feature

我希望通过 ValueMapper 来增强配置值,比如:

  • 环境变量,${variable}、${variable||default}、${variable??default};
  • 值引用:%{key}、%{section.key}、%{key||default}、%{key??default};
  • 其它

Describe the solution you'd like

我需要再 ValueMapper 中获取 ini.Key、ini.Section 和 ini.File 实例

Describe alternatives you've considered

增强 ValueMapper 的能力

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tint tint added the feature Categorizes as related to a new feature label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Categorizes as related to a new feature
Projects
None yet
Development

No branches or pull requests

3 participants
@tint and others