configurator

package
v2.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configs

type Configs map[string]Configurator

type Configurator

type Configurator interface {
	Unmarshal(data []byte) (any, error)
	Check(newData, lastData []byte) ([]byte, error)
	AfterUpdate(data []byte) error
	Init() ([]byte, error)
	Transform(data []byte) ([]byte, error)
	Action() string
}

Jump to

Keyboard shortcuts

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