fmtproxy

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package fmtproxy is a package that provides a fmt proxy for the app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fmt

type Fmt interface {
	Fprintf(w ioproxy.WriterInstanceInterface, format string, a ...any)
	Sprintf(format string, a ...any) string
}

Fmt is an interface for fmt.

func New

func New() Fmt

New is a constructor for FmtProxy.

type FmtProxy

type FmtProxy struct{}

FmtProxy is a struct that implements Fmt.

func (*FmtProxy) Fprintf

func (*FmtProxy) Fprintf(w ioproxy.WriterInstanceInterface, format string, a ...any)

Fprintf is a proxy for fmt.Fprintf.

func (*FmtProxy) Sprintf

func (*FmtProxy) Sprintf(format string, a ...any) string

Sprintf is a proxy for fmt.Sprintf.

Jump to

Keyboard shortcuts

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