Documentation ¶
Index ¶
Constants ¶
View Source
const EdwardVersion = "1.8.5"
Variables ¶
This section is empty.
Functions ¶
func StringToStringPointer ¶
StringToStringPointer converts a string value to a string pointer
Types ¶
type Logger ¶
type Logger interface {
Printf(format string, v ...interface{})
}
Logger provides a simple logging interface with minimal print function(s)
func MaskLogger ¶
MaskLogger takes a Logger and returns the Logger if not nil, or a NullLogger if it is nil.
type NullLogger ¶
type NullLogger struct{}
NullLogger implements the Logger interface with no-op functions
func (NullLogger) Printf ¶
func (n NullLogger) Printf(_ string, _ ...interface{})
Printf is a no-op print function
Click to show internal directories.
Click to hide internal directories.