krowemarf

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 2 Imported by: 0

README

krowemarf

Read it backworks

This project contains generic framework-like code used by DEXPRO applications / libraries.

The goal here is to provide a project where proprietary code can be moved from a single, potentially closed-source project into a collection of reusable libraries.

Packages of this project may or may not move into their own project once they become large / complex enough to warrant it. The code here is mostly too small so that the effort of creating a separate project would not be worth it.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL