logs

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainsSecrets

func ContainsSecrets(text string) bool

ContainsSecrets reports whether text still has known secret values (not redacted).

Types

type Window

type Window struct {
	Service string   `json:"service"`
	Note    string   `json:"note,omitempty"`
	Lines   []string `json:"lines"`
	Count   int      `json:"repeat_count,omitempty"`
}

Window is a reduced log excerpt for one service.

func Reduce

func Reduce(run *model.Run) ([]Window, []string)

Reduce collapses repeated log signatures and returns windows + redaction notes.

Jump to

Keyboard shortcuts

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