# Functions
NewEntriesProvider creates an entries provider based on environment variable scanning.
# Variables
ErrAmbiguousKey represent an error when a key starts with a valid prefix but with invalid syntax.
ErrAmbiguousKeys represent an error when multiple env keys starts with a valid prefix but with invalid syntax.
ErrInvalidPrefix represents an error when creating the provider with an invalid prefix.
# Structs
EntriesProvider is an entries' provider that extract entries from environment variables.