mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-23 04:25:14 -04:00
add logger to assets
This commit is contained in:
1 file changed
+1
@@ -55,6 +55,7 @@ func New(opts ...Option) http.FileSystem {
|
||||
options := newOptions(opts...)
|
||||
|
||||
return assets{
|
||||
logger: options.Logger,
|
||||
config: options.Config,
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user