strip_stage

package
v0.0.0-...-4d8527f Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunStripStage

func RunStripStage(configName string) string

Types

type StripStage

type StripStage struct {
	OutDir         string              `yaml:"outDir"`
	InputDirPrefix string              `yaml:"inputDirPrefix"`
	Mappings       []StripStageMapping `yaml:"mappings"`
}

type StripStageMapping

type StripStageMapping struct {
	Dir     string   `yaml:"dir"`
	OutFile string   `yaml:"outFile"`
	Headers []string `yaml:"headers"`
}

Jump to

Keyboard shortcuts

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