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(go-runtime): extract FTL config/secret declarations as schema definitions #1061

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

alecthomas
Copy link
Collaborator

eg.

module echo {
  config default String

  data MySecret {
    password String
  }

  secret request MySecret
}

@alecthomas alecthomas force-pushed the aat/ftl-config-schema branch from 7d62c3c to 45d7a1f Compare March 12, 2024 00:41
@alecthomas alecthomas mentioned this pull request Mar 12, 2024
@alecthomas alecthomas force-pushed the aat/ftl-config-schema branch 3 times, most recently from 19581cc to 01d41f5 Compare March 12, 2024 02:02
eg.

```
module echo {
  config default String

  data MySecret {
    password String
  }

  secret request MySecret
}
```
@alecthomas alecthomas force-pushed the aat/ftl-config-schema branch from 01d41f5 to 6225df9 Compare March 12, 2024 02:28
@alecthomas alecthomas merged commit 0e4ea0a into main Mar 12, 2024
11 checks passed
@alecthomas alecthomas deleted the aat/ftl-config-schema branch March 12, 2024 02:32
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