Retracted : Retract v0.1.0 through v0.1.3: v0.1.0–v0.1.2 rewrote the journal
(async RunStep + dropped seq). v0.1.3 is the last release before
typed step input and WithStepVersion. Start from v0.1.4.
Discover Packages
github.com/agenticenv/durable-go
examples
directory
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Sep 8, 2026
License: Apache-2.0
Opens a new window with license information.
README
README
¶
Examples
Example
Style
What it shows
resume/
closure
Start here — crash recovery and step replay
func-task/
closure
durable.Func inline tasks, RegisterTask / RunTask / RunStep
struct-task/
struct
Injected dependencies, WithTaskTimeout, WithTaskMaxRetries
From the repo root:
go run ./examples/resume/
go run ./examples/func-task/
go run ./examples/struct-task/
Expand ▾
Collapse ▴
Directories
¶
Package main demonstrates the functional / closure style of durable-go.
Package main demonstrates the functional / closure style of durable-go.
Package main demonstrates durable-go's core value: crash recovery and step replay.
Package main demonstrates durable-go's core value: crash recovery and step replay.
Package main demonstrates the struct / method-receiver style of durable-go.
Package main demonstrates the struct / method-receiver style of durable-go.
Click to show internal directories.
Click to hide internal directories.