Versions in this module Expand all Collapse all v7 v7.0.1 Mar 28, 2021 v7.0.0 Aug 30, 2020 Changes in this version + type Config struct + DBType string + DSN string + MaxIdleConns int + MaxLifetime int + MaxOpenConns int + TableName string + type Hook struct + func New(c *Config) *Hook + func (h *Hook) Close() error + func (h *Hook) Exec(entry *logrus.Entry) error + type LogItem struct + CreatedAt time.Time + Data string + ErrorStack string + ID uint + Level string + Message string + Tag string + TraceID string + UserID string + Version string + func (LogItem) TableName() string Other modules containing this package github.com/LyricTian/gin-admin/v6 github.com/LyricTian/gin-admin/v8