Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = kit.NewRouter()
Functions ¶
This section is empty.
Types ¶
type DbLogStoring ¶ added in v1.1.0
type DbLogStoring struct {
// contains filtered or unexported fields
}
func (*DbLogStoring) Output ¶ added in v1.1.0
func (t *DbLogStoring) Output(ctx context.Context) (interface{}, error)
func (*DbLogStoring) SetArg ¶ added in v1.1.0
func (t *DbLogStoring) SetArg(v interface{}) error
type DbLogger ¶ added in v1.1.0
type DbLogger interface {
Create(sqlx.DBExecutor) error
}
type EventLog ¶ added in v1.5.6
type EventLog struct {
*job.EventLogTask
}
type EventLogCleanup ¶ added in v1.5.6
type EventLogCleanup struct {
*job.EventLogCleanupTask
}
func (*EventLogCleanup) Output ¶ added in v1.5.6
func (t *EventLogCleanup) Output(ctx context.Context) (interface{}, error)
func (*EventLogCleanup) SetArg ¶ added in v1.5.6
func (t *EventLogCleanup) SetArg(v interface{}) error
type HandleEvent ¶
func (*HandleEvent) SetArg ¶
func (t *HandleEvent) SetArg(v interface{}) error
Click to show internal directories.
Click to hide internal directories.