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

feat: simplify config/secret API #1241

Merged
merged 1 commit into from
Apr 12, 2024
Merged

feat: simplify config/secret API #1241

merged 1 commit into from
Apr 12, 2024

Conversation

alecthomas
Copy link
Collaborator

@alecthomas alecthomas commented Apr 12, 2024

Rather than ftl.Config[string]("foo").Get(ctx) it is now ftl.Config[string]("foo").Get().

Rather than `ftl.Config[string]("foo").Get(ctx)` it is now
`ftl.Config[string]("foo")`.
@alecthomas alecthomas force-pushed the aat/simplify-config branch from 579f7e4 to 6f68fb4 Compare April 12, 2024 08:23
@alecthomas alecthomas merged commit 2f3fc07 into main Apr 12, 2024
12 checks passed
@alecthomas alecthomas deleted the aat/simplify-config branch April 12, 2024 09:46
alecthomas added a commit that referenced this pull request Apr 12, 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