YamlConfigManager
io.github.srs.config.YamlConfigManager
final case class YamlConfigManager[F[_]](path: Path)(using evidence$1: Files[F], evidence$2: Sync[F]) extends ConfigManager[F]
A configuration manager that reads a YAML file from the specified path and provides methods to save a yaml configuration.
Type parameters
- F
-
the effect type
Value parameters
- path
-
the path to the YAML configuration file
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConfigManager[F]class Objecttrait Matchableclass Any
Members list
In this article