Versions in this module Expand all Collapse all v0 v0.1.0 Jun 1, 2026 Changes in this version + type Func func(ctx context.Context) ([]ir.Operation, error) + func (f Func) Operations(ctx context.Context) ([]ir.Operation, error) + type Source interface + Operations func(ctx context.Context) ([]ir.Operation, error) + func Static(ops ...ir.Operation) Source