Versions in this module Expand all Collapse all v1 v1.17.1 Jan 19, 2023 Changes in this version + var NewGormLogger = NewLogger + type GormLogger Logger + type GzText string + func (j *GzText) Scan(value interface{}) error + func (j GzText) Value() (driver.Value, error) + type JSON []byte + func (j *JSON) Scan(value interface{}) error + func (j *JSON) Unmarshal(data []byte) error + func (j JSON) Equals(j1 JSON) bool + func (j JSON) IsNull() bool + func (j JSON) Marshal() ([]byte, error) + func (j JSON) Value() (driver.Value, error) + type Logger struct + func NewLogger(formatter func(...interface{}) []interface{}, logger loggerItf) *Logger + func (l *Logger) Print(vs ...interface{}) Other modules containing this package github.com/Laisky/go-utils/v2 github.com/Laisky/go-utils/v3 github.com/Laisky/go-utils/v4 github.com/Laisky/go-utils/v5