internal

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteTasks

func ExecuteTasks(operation Operation, muteF bool)

func MatchTmpl

func MatchTmpl(license string, useSPDXIDs bool) (string, error)

func PrepareTasks

func PrepareTasks(paths []string, tmpl []byte, operation Operation, skips []string, raw, fuzzy bool)

PrepareTasks walk through the dir and add tasks into task chan

Types

type Operation

type Operation string
const (
	Add    Operation = "add"
	Update Operation = "update"
	Remove Operation = "remove"
	Check  Operation = "check"
)

type TmplData

type TmplData struct {
	Holder  string
	Year    string
	SPDXIDs string
}

func (*TmplData) RenderTmpl

func (t *TmplData) RenderTmpl(tmpl string) ([]byte, error)

Jump to

Keyboard shortcuts

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