secrets

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessResult added in v0.8.0

type ProcessResult struct {
	SecretPaths    map[string]string // Maps secret names to their file paths
	ProcessedCount int
}

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

func NewProcessor

func NewProcessor(client SecretClient, outputDir string) *Processor

func NewProcessorWithConfig added in v0.7.0

func NewProcessorWithConfig(client SecretClient, outputDir, pathTemplate string, defaults map[string]string) *Processor

func (*Processor) Process

func (p *Processor) Process(cfg *config.Config) (*ProcessResult, error)

type SecretClient

type SecretClient interface {
	ResolveSecret(reference string) (string, error)
}

Jump to

Keyboard shortcuts

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