Skip to content

Add parse package for drivers parameters and implement Bool

Jaime Martinez requested to merge 26-storage-driver-parsing into master

Adds a simple parse package that can be used to implement parameter parsing logic and DRY some code while reading parameters map for each driver.

It focuses on parsing booleans for now and it is used among the drivers that use boolean values.

Other types will be added in follow-up MRs.

Related to #26

Edited by Jaime Martinez

Merge request reports