Documentation ¶ Index ¶ func Finally[T any, U any](prev Stage[T], next mapNext[T, U]) (U, error) type Stage func Iterate[T any, U any](prev Stage[[]T], next mapNext[T, U]) Stage[[]U] func Start[T any](f func() (T, error)) Stage[T] func Then[T any, U any](prev Stage[T], next mapNext[T, U]) Stage[U] Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Finally ¶ func Finally[T any, U any](prev Stage[T], next mapNext[T, U]) (U, error) Types ¶ type Stage ¶ type Stage[T any] struct { Value T Err error } func Iterate ¶ func Iterate[T any, U any](prev Stage[[]T], next mapNext[T, U]) Stage[[]U] func Start ¶ func Start[T any](f func() (T, error)) Stage[T] func Then ¶ func Then[T any, U any](prev Stage[T], next mapNext[T, U]) Stage[U] Source Files ¶ View all Source files stage.go Click to show internal directories. Click to hide internal directories.