CheckpointHttp
Source:
src/Fly/CheckpointHttp.tsKind: Layer · Provides:Fly.Checkpoint
HTTP implementation of Checkpoint. Provide it on the
Sprite, Service, or Action Effect.
Provide the layer
Section titled “Provide the layer”Effect.gen(function* () { const checkpoint = yield* Fly.Checkpoint(Box); // ...}).pipe(Effect.provide(Fly.CheckpointHttp))