copier

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecAdd

func ExecAdd(repoURL string) error

func ExecUpdate

func ExecUpdate(yamlFile string) error

Types

type Answers

type Answers struct {
	FileName string
	Repo     string `yaml:"_src_path"`
}

func AnswersFromPath

func AnswersFromPath(path string) ([]Answers, error)

type Component added in v0.2.3

type Component struct {
	FileName string
	SrcPath  string `yaml:"_src_path"`
}

TODO: Add more properties to account for what we need to determine as canonical values expected for components

func ComponentsFromAnswers added in v0.2.3

func ComponentsFromAnswers(answers []Answers) ([]Component, error)

Jump to

Keyboard shortcuts

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