EnvVariablesProvider

io.github.positionpal.location.commons.EnvVariablesProvider
class EnvVariablesProvider[F[_]] extends ConfigurationProvider[F, Map[String, String]]

A provider of environment variables.

Attributes

Graph
Supertypes
trait ConfigurationProvider[F, Map[String, String]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def configuration: F[Map[String, String]]

Attributes

Returns

an effectful computation providing the configuration C.