.env Loader
Loading...
Searching...
No Matches
EnvEntry Struct Reference

Internal key/value pair for parsed .env entries. More...

Public Attributes

char * key
 Variable name.
 
char * value
 Variable value.
 

Detailed Description

Internal key/value pair for parsed .env entries.

Used inside env.c to hold variables before injection into the process environment. Not exposed as part of the public API.

Member Data Documentation

◆ key

char* EnvEntry::key

Variable name.

◆ value

char* EnvEntry::value

Variable value.


The documentation for this struct was generated from the following file: