GO-2026-4444: OpenCloud Reva has a Public Link Exploit in github.com/opencloud-eu/reva
package
Version:
v2.40.2
Opens a new window with list of versions in this module.
Published: Feb 5, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
New creates a new logger.
type LogConf struct {
Output string `mapstructure:"output"`
Mode string `mapstructure:"mode"`
Level string `mapstructure:"level"`
}
Mode changes the logging format.
const (
JSONMode Mode = "json"
ConsoleMode Mode = "console"
)
Option is the option to use to configure the logger.
WithLevel is an option to configure the logging level.
WithWriter is an option to configure the logging output.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.