addressbook

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2020 License: BSD-3-Clause Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("addressbook: not found")

Functions

This section is empty.

Types

type GetPutter

type GetPutter interface {
	Getter
	Putter
}

type Getter

type Getter interface {
	Get(overlay swarm.Address) (addr *bzz.Address, err error)
}

type Interface

type Interface interface {
	GetPutter
	Remover
	Overlays() ([]swarm.Address, error)
	Addresses() ([]bzz.Address, error)
}

func New

func New(storer storage.StateStorer) Interface

type Putter

type Putter interface {
	Put(overlay swarm.Address, addr bzz.Address) (err error)
}

type Remover

type Remover interface {
	Remove(overlay swarm.Address) error
}

Jump to

Keyboard shortcuts

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