iface

package
v0.0.0-...-a04d513 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 License: GPL-3.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model interface {
}

type Network

type Network interface {
	Object

	GetID() string
	PeersLimit() uint32
	PeersCount() uint32
}

type Object

type Object interface {
	Model

	IGetID() interface{}
}

type Peer

type Peer interface {
	Object

	GetID() string
	GetIntAlias() uint32
	SetIntAlias(uint32)
	GetPublicKey() ed25519.PublicKey
	GetHost() net.IP
}

Jump to

Keyboard shortcuts

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