node

package
v0.0.0-...-cd85d4b Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node interface {
	cert.CertificateInstance
}

type SelfNode

type SelfNode interface {
	Node

	SerializeSelf() ([]byte, error)
	AddPeers(nodes []Node) []Node
	GetPeers() []Node
	RemovePeers(nodes []Node)
	Revoke(node Node)

	SerializeNodes(w io.Writer) error
	SerializeRevokedNodes(w io.Writer) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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