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]
type CloserFunc ¶
type CloserFunc func() error
Click to show internal directories.
Click to hide internal directories.