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
RemoveContent removes all files in path. Copied function from cmd/db.go
Types ¶
type WriterFunc ¶
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.
Click to show internal directories.
Click to hide internal directories.