cluster

package
v0.0.0-...-3d8c618 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2020 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataNode

type DataNode interface {
	Create(data []byte) (bool, string, error)
	CreateShadow(sha512Hex string) error
	Read(sha512Hex string, readHandler func(data []byte) error) error
	Delete(sha512Hex string) error
}

func NewDataNode

func NewDataNode(address string) DataNode

Jump to

Keyboard shortcuts

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