Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLoggingMiddleware ¶
type CommandLoggingMiddleware struct {
// contains filtered or unexported fields
}
func NewCommandLoggingMiddleware ¶
func NewCommandLoggingMiddleware(ct di.Container) *CommandLoggingMiddleware
type CommandStatsMiddleware ¶
type CommandStatsMiddleware struct{}
CommandStatsMiddleware implements ken.MiddlewareAfter to count command exeuction stats.
func NewCommandStatsMiddleware ¶
func NewCommandStatsMiddleware() *CommandStatsMiddleware
NewCommandStatsMiddleware returns a new instance of CommandStatsMiddleware.
type DisableCommandsMiddleware ¶
type DisableCommandsMiddleware struct {
// contains filtered or unexported fields
}
func NewDisableCommandsMiddleware ¶
func NewDisableCommandsMiddleware(ctn di.Container) *DisableCommandsMiddleware
Click to show internal directories.
Click to hide internal directories.