SetFs sets the filesystem to use to read configuration.
(fs afero.Fs)
| 1992 | |
| 1993 | // SetFs sets the filesystem to use to read configuration. |
| 1994 | func SetFs(fs afero.Fs) { v.SetFs(fs) } |
| 1995 | |
| 1996 | func (v *Viper) SetFs(fs afero.Fs) { |
| 1997 | v.fs = fs |
nothing calls this directly
no test coverage detected
searching dependent graphs…