ioutil

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Closer

type Closer[T any] struct {
	Value     T
	CloseFunc CloserFunc
}

func NewCloser

func NewCloser[T any](value T, closeFunc CloserFunc) *Closer[T]

func (*Closer[T]) Close

func (c *Closer[T]) Close() error

type CloserFunc

type CloserFunc func() error

Jump to

Keyboard shortcuts

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