Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrationLogger ¶
type MigrationLogger struct {
// contains filtered or unexported fields
}
MigrationLogger is meant to be used with the migration library "golang-migrate".
func NewMigrationLogger ¶
func NewMigrationLogger(slog *slog.Logger, verbose bool) *MigrationLogger
func (*MigrationLogger) Printf ¶
func (m *MigrationLogger) Printf(format string, v ...interface{})
func (*MigrationLogger) Verbose ¶
func (m *MigrationLogger) Verbose() bool
Click to show internal directories.
Click to hide internal directories.