ListSecretsHttp
Source:
src/Fly/ListSecretsHttp.tsKind: Layer · Provides:Fly.ListSecrets
HTTP implementation of ListSecrets. Provide it on the
Service or Action Effect.
Provide the layer
Section titled “Provide the layer”Effect.gen(function* () { const list = yield* Fly.ListSecrets(Site); // ...}).pipe(Effect.provide(Fly.ListSecretsHttp))