Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildProviderRegistry ¶ added in v0.11.0
func BuildProviderRegistry(env func(string) (string, bool), httpClient *http.Client) (*translate.ProviderRegistry, error)
BuildProviderRegistry builds the startup provider registry from secure local configuration.
Types ¶
type App ¶
type App struct {
Options Options
Logger *slog.Logger
ProjectRoot string
Guard *fsutil.Guard
Config *config.Service
Project *project.Service
Locales *locale.Service
State *state.Service
Validator *validate.Service
Diff *diff.Service
Translation *translate.Service
Providers *translate.ProviderRegistry
Sampling *translate.SamplingService
Scanner *scanner.Service
DeadKeys *deadkey.Service
Reports *report.Service
KeyOps *keyops.Service
Subscriptions *mcpadapter.SubscriptionRegistry
}
App wires together the application services used by the CLI and MCP server.
Click to show internal directories.
Click to hide internal directories.