env

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package env provides abstractions for environment variable access to enable dependency injection and testing isolation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OSReader

type OSReader struct{}

OSReader implements Reader using the standard os package

func (*OSReader) Getenv

func (*OSReader) Getenv(key string) string

Getenv returns the value of the environment variable named by the key

type Reader

type Reader interface {
	Getenv(key string) string
}

Reader defines an interface for environment variable access

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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