package
Version:
v0.0.0-...-29c0a4e
Opens a new window with list of versions in this module.
Published: Aug 9, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func LogWarning(message string)
func WriteLogs(logFormat string)
func WriteStdOut(output string)
type LogEntry struct {
Entry string `json:"Entry" yaml:"Entry"`
}
type VerifierLog struct {
Name string `json:"name" yaml:"name"`
Time string `json:"time" yaml:"time"`
Entries []*LogEntry `json:"log" yaml:"log"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.