ioutil

package
v2.2.0-rc7 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 License: BSD-3-Clause Imports: 3 Imported by: 2

Documentation

Index

Constants

View Source
const (
	DataPathLocalstore = "localstore"
	DataPathKademlia   = "kademlia-metrics"
)

DB folders paths from bee datadir

Variables

This section is empty.

Functions

func RemoveContent added in v2.2.0

func RemoveContent(path string) error

RemoveContent removes all files in path. Copied function from cmd/db.go

Types

type WriterFunc

type WriterFunc func([]byte) (int, error)

The WriterFunc type is an adapter to allow the use of ordinary functions as io.Writer Write method. If f is a function with the appropriate signature, WriterFunc(f) is an io.Writer that calls f.

func (WriterFunc) Write

func (f WriterFunc) Write(p []byte) (n int, err error)

WriterFunc calls f(p).

Jump to

Keyboard shortcuts

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