file

package
v1.6.5 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resolver

type Resolver struct {
	ResolvedFiles map[string]model.ResolvedFile
	Extension     []string
	// contains filtered or unexported fields
}

Resolver - replace or modifies in-memory content before parsing

func NewResolver

func NewResolver(
	unmarshler func(fileContent []byte, v any) error,
	marshler func(v any) ([]byte, error),
	ext []string) *Resolver

NewResolver returns a new Resolver

func (*Resolver) Resolve

func (r *Resolver) Resolve(fileContent []byte, path string, resolveCount int) []byte

Resolve - replace or modifies in-memory content before parsing

Jump to

Keyboard shortcuts

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