Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Log ¶
type Log interface {
Info(msg string, fields ...zap.Field)
Debug(msg string, fields ...zap.Field)
Error(msg string, fields ...zap.Field)
Warn(msg string, fields ...zap.Field)
}
Log Log
type Options ¶
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.