log

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger added in v0.0.2

type Logger interface {
	Error(format string, args ...any) (int, error)
	Info(format string, args ...any) (int, error)
	Success(format string, args ...any) (int, error)
	Print(format string, args ...any) (int, error)
}

func NewRepoLogger

func NewRepoLogger(output io.Writer, repoName string) Logger

type TagStreamWriter

type TagStreamWriter struct {
	// contains filtered or unexported fields
}

func NewTagStreamWriter

func NewTagStreamWriter(tag string, out io.Writer) *TagStreamWriter

func (*TagStreamWriter) Write

func (w *TagStreamWriter) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

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