envprovider

package
v3.0.0-rc15 Latest Latest
Warning

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

Go to latest
Published: May 22, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package envprovider implement function to construct env vars from sec or cfg env items

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func From

func From(items []string, namespace, kind string, ignore ...IgnoreOption) ([]string, error)

Types

type ErrKeyNotExist

type ErrKeyNotExist struct {
	Path naming.Path
	Key  string
}

func (ErrKeyNotExist) Error

func (t ErrKeyNotExist) Error() string

type ErrObjectNotDecoder

type ErrObjectNotDecoder struct {
	Path naming.Path
}

func (ErrObjectNotDecoder) Error

func (t ErrObjectNotDecoder) Error() string

type ErrObjectNotExist

type ErrObjectNotExist struct {
	Path naming.Path
}

func (ErrObjectNotExist) Error

func (t ErrObjectNotExist) Error() string

type IgnoreOption

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

func IgnoreExpected

func IgnoreExpected(onIgnore func(error)) IgnoreOption

func IgnoreKeyNotExist

func IgnoreKeyNotExist(onIgnore func(error)) IgnoreOption

func IgnoreNotDecoder

func IgnoreNotDecoder(onIgnore func(error)) IgnoreOption

func IgnoreNotExist

func IgnoreNotExist(onIgnore func(error)) IgnoreOption

Jump to

Keyboard shortcuts

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