preprocess

package
v0.8.11-beta4 Latest Latest
Warning

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

Go to latest
Published: May 28, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package preprocess provides functionality to preprocess a Lockfile before rewriting.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPreprocessor

type IPreprocessor interface {
	Kind() kind.Kind
	PreprocessLockfile(
		lockfile map[kind.Kind]map[string][]interface{},
	) (map[kind.Kind]map[string][]interface{}, error)
}

IPreprocessor provides an interface for Preprocessors, which can modify a Lockfile before rewriting.

func NewComposefilePreprocessor

func NewComposefilePreprocessor() IPreprocessor

NewComposefilePreprocessor returns an IPreprocessor for Composefiles.

Jump to

Keyboard shortcuts

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