Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2026 Changes in this version + func WriteReport(rep *Report, path string) error + type Options struct + RepoName string + type Report struct + Book string + Error string + OK bool + Output string + Source string + TCVersion int + USFM string + Warnings []string + func Convert(ctx context.Context, inDir, outDir string, opts Options) *Report + func (r *Report) Warnf(format string, args ...any) + type Result struct + Book string + InDir string + OutDir string + TCVersion int + Warnings []string + func ResultFromReport(rep *Report) Result