header

package
v1.9.2-0...-23923d4 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2026 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Add

type Add struct {
	// contains filtered or unexported fields
}

func NewAdd

func NewAdd(recorder *statistics.Recorder, header string, value string, contine bool, direction common.Direction) *Add

func (*Add) Direction

func (a *Add) Direction() common.Direction

func (*Add) Execute

func (a *Add) Execute(metadata *common.Metadata) (bool, error)

func (*Add) LogValue

func (a *Add) LogValue() slog.Value

func (*Add) MarshalJSON

func (a *Add) MarshalJSON() ([]byte, error)

func (*Add) Type

func (a *Add) Type() common.ActionType

type Delete

type Delete struct {
	// contains filtered or unexported fields
}

func NewDelete

func NewDelete(recorder *statistics.Recorder, header string, contine bool, direction common.Direction) *Delete

func (*Delete) Direction

func (d *Delete) Direction() common.Direction

func (*Delete) Execute

func (d *Delete) Execute(metadata *common.Metadata) (bool, error)

func (*Delete) LogValue

func (d *Delete) LogValue() slog.Value

func (*Delete) MarshalJSON

func (d *Delete) MarshalJSON() ([]byte, error)

func (*Delete) Type

func (d *Delete) Type() common.ActionType

type Replace

type Replace struct {
	// contains filtered or unexported fields
}

func NewReplace

func NewReplace(recorder *statistics.Recorder, header, value string, contine bool, direction common.Direction) *Replace

func (*Replace) Direction

func (r *Replace) Direction() common.Direction

func (*Replace) Execute

func (r *Replace) Execute(metadata *common.Metadata) (bool, error)

func (*Replace) LogValue

func (r *Replace) LogValue() slog.Value

func (*Replace) MarshalJSON

func (r *Replace) MarshalJSON() ([]byte, error)

func (*Replace) Type

func (r *Replace) Type() common.ActionType

type ReplaceRegex

type ReplaceRegex struct {
	// contains filtered or unexported fields
}

func NewReplaceRegex

func NewReplaceRegex(recorder *statistics.Recorder, replaceHeader, replaceRegex string, replaceValue string, contine bool, direction common.Direction) *ReplaceRegex

func (*ReplaceRegex) Direction

func (r *ReplaceRegex) Direction() common.Direction

func (*ReplaceRegex) Execute

func (r *ReplaceRegex) Execute(metadata *common.Metadata) (bool, error)

func (*ReplaceRegex) LogValue

func (r *ReplaceRegex) LogValue() slog.Value

func (*ReplaceRegex) MarshalJSON

func (r *ReplaceRegex) MarshalJSON() ([]byte, error)

func (*ReplaceRegex) Type

func (r *ReplaceRegex) Type() common.ActionType

Jump to

Keyboard shortcuts

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