GO-2022-1117: Insufficient verification of proofs in github.com/codenotary/immudb
package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Jun 9, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Auditor interface {
Run(interval time.Duration, stopc <-chan struct{}, donec chan<- struct{})
}
func DefaultAuditor(
interval time.Duration,
serverAddress string,
dialOptions *[]grpc.DialOption,
username string,
passwordBase64 string,
history cache.HistoryCache,
updateMetrics func(string, string, bool, bool, bool, *schema.Root, *schema.Root),
logoutput io.Writer) (Auditor, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.