Categorygithub.com/Scalingo/go-utils/io
modulepackage
1.1.1
Repository: https://github.com/scalingo/go-utils.git
Documentation: pkg.go.dev

# README

Package io v1.1.1

This package aims at proposing a customizable io.Copy method. It introduces the Copier struct.

Usage

Constructor:

NewCopier(...CopierOpt)

List of Options:

  • WithBufferSize(int64)
  • WithNoDiskCacheRead
  • WithNoDiskCacheWrite
  • WithNoDiskCache (helper wrapping the two above)

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author