This commit introduces a new feature system to the Core struct. A new `Features` struct is defined in `pkg/core/interfaces.go` with an `IsEnabled` method to check if a feature is enabled. The `Core` struct is updated to include this new `Features` struct, which is initialized in the `New` function. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| config | ||
| core | ||
| crypt | ||
| display | ||
| help | ||
| i18n | ||
| io | ||
| runtime | ||
| workspace | ||