Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogMiddleware ¶
type LogMiddleware struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger Logger, options ...Option) *LogMiddleware
func (*LogMiddleware) Middleware ¶
func (mw *LogMiddleware) Middleware(handler gokugen.ScheduleHandlerFn) gokugen.ScheduleHandlerFn
type Option ¶ added in v0.0.2
type Option = func(mw *LogMiddleware) *LogMiddleware
func LogAdditionalValues ¶ added in v0.0.2
func SetTimeFormat ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.