strconvproxy

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package strconvproxy is a package that provides a strconv proxy for the app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Strconv

type Strconv interface {
	Atoi(s string) (int, error)
	Itoa(i int) string
}

Strconv is an interface for strconv.

func New

func New() Strconv

New is a constructor for StrconvProxy.

type StrconvProxy

type StrconvProxy struct{}

StrconvProxy is a struct that implements Strconv.

func (*StrconvProxy) Atoi

func (*StrconvProxy) Atoi(s string) (int, error)

Atoi is a proxy for strconv.Atoi.

func (*StrconvProxy) Itoa

func (*StrconvProxy) Itoa(i int) string

Itoa is a proxy for strconv.Itoa.

Jump to

Keyboard shortcuts

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