fix: make LoadConfig public
This commit is contained in:
parent
e692e10a24
commit
74892d1caf
1 changed files with 1 additions and 1 deletions
2
vconf.v
2
vconf.v
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue