Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewValidator ¶
Types ¶
type Config ¶
type Logger ¶
type Logger interface {
Debugf(template string, args ...interface{})
Debugw(template string, keysAndValues ...interface{})
Infof(template string, args ...interface{})
Infow(template string, keysAndValues ...interface{})
Warnf(template string, args ...interface{})
Warnw(template string, keysAndValues ...interface{})
Errorf(template string, args ...interface{})
Errorw(template string, keysAndValues ...interface{})
}
Click to show internal directories.
Click to hide internal directories.