mutate

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mutate contains logic for parsing strings

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessStream

func ProcessStream(cfg *structs.Config) error

ProcessStream reads from stdin, processes lines concurrently without preserving order, and writes results to stdout as soon as they are available.

Args: cfg: *structs.Config - Application configuration.

Returns: error - Any error encountered during processing.

func TransformLine

func TransformLine(cfg *structs.Config, line []byte) []byte

TransformLine applies the core brainstorm transformation to a single input line.

Args: cfg: *structs.Config - Application configuration. line: []byte - Raw input line (without trailing newline).

Returns: []byte - Transformed line (without trailing newline).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL