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.
Click to show internal directories.
Click to hide internal directories.