fmtcmd

package
v0.2.793 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: MIT Imports: 12 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(log *slog.Logger, stdin io.Reader, stdout io.Writer, args Arguments) (err error)

Types

type Arguments added in v0.2.590

type Arguments struct {
	FailIfChanged bool
	ToStdout      bool
	StdinFilepath string
	Files         []string
	WorkerCount   int
}

type Formatter added in v0.2.590

type Formatter struct {
	Log          *slog.Logger
	Dir          string
	Process      func(fileName string) (error, bool)
	WorkerCount  int
	FailIfChange bool
}

func NewFormatter added in v0.2.590

func NewFormatter(log *slog.Logger, dir string, process func(fileName string) (error, bool), workerCount int, failIfChange bool) *Formatter

func (*Formatter) Run added in v0.2.590

func (f *Formatter) Run() (err error)

Jump to

Keyboard shortcuts

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