peerstorage

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PeerStorage

type PeerStorage interface {
	Add(domain.Peer) error
	GetAll() ([]domain.Peer, error)
	// GetPage(start, stop int) ([]domain.PeerInfo, error)
	GetByID(uuid.UUID) (domain.Peer, error)
	RemoveByID(uuid.UUID) error
	RemoveByName(string) error
	Close()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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