Affected by GO-2024-2528
and 2 other vulnerabilities
GO-2024-2528 : Etcd Gateway TLS endpoint validation only confirms TCP reachability in go.etcd.io/etcd
GO-2024-2529 : Etcd embed auto compaction retention negative value causing a compaction loop or a crash in go.etcd.io/etcd
GO-2024-2530 : Etcd auth Inaccurate logging of authentication attempts for users with CN-based auth only in go.etcd.io/etcd
The highest tagged major version is
v3 .
Discover Packages
go.etcd.io/etcd
Godeps
_workspace
src
google.golang.org
grpc
grpclog
package
Version:
v2.3.0-alpha.0+incompa...
Opens a new window with list of versions in this module.
Published: Nov 6, 2015
License: BSD-3-Clause, Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package log defines logging for grpc.
func Fatal(args ...interface{})
Fatal is equivalent to Print() followed by a call to os.Exit() with a non-zero exit code.
func Fatalf(format string , args ...interface{})
Fatal is equivalent to Printf() followed by a call to os.Exit() with a non-zero exit code.
func Fatalln(args ...interface{})
Fatal is equivalent to Println() followed by a call to os.Exit()) with a non-zero exit code.
func Print(args ...interface{})
Print prints to the logger. Arguments are handled in the manner of fmt.Print.
func Printf(format string , args ...interface{})
Printf prints to the logger. Arguments are handled in the manner of fmt.Printf.
func Println(args ...interface{})
Println prints to the logger. Arguments are handled in the manner of fmt.Println.
SetLogger sets the logger that is used in grpc.
type Logger interface {
Fatal(args ...interface{})
Fatalf(format string , args ...interface{})
Fatalln(args ...interface{})
Print(args ...interface{})
Printf(format string , args ...interface{})
Println(args ...interface{})
}
Logger mimics golang's standard Logger as an interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.