fix: make LoadConfig public

main
Jef Roosens 2022-06-15 13:09:57 +02:00
parent e692e10a24
commit 74892d1caf
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ fn get_env_var(prefix string, field_name string, file_suffix string) ?string {
}
[params]
struct LoadConfig {
pub struct LoadConfig {
prefix string
file_suffix string = '_FILE'
default_path string