common

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainMac

type ChainMac []byte

ChainMac defines the identity representation of a chain

func (ChainMac) String

func (mac ChainMac) String() string

type FileSyncInfo

type FileSyncInfo struct {
	Path     string
	Mode     string
	Metadata []byte
}

FileSyncInfo defines a file sync mode

type InvalidationResult

type InvalidationResult int

InvalidationResult determines how a message offects another message

const (
	// MessageNoAction means messages have no relation
	MessageNoAction InvalidationResult = iota

	// MessageInvalidates means message invalidates the other message
	MessageInvalidates

	// MessageInvalidated means message is invalidated by the other message
	MessageInvalidated
)

type MessageAcceptor

type MessageAcceptor func(interface{}) bool

MessageAcceptor is a predicate that is used to determine in which messages the subscriber that created the instance of the MessageAcceptor is interested in.

type MessageReplcaingPolicy

type MessageReplcaingPolicy func(this interface{}, that interface{}) InvalidationResult

MessageReplcaingPolicy returns: - MessageInvalidates if this message invalidates that - MessageInvalidated if this message is invalidated by that - MessageNoAction otherwise

type NetworkMember

type NetworkMember struct {
	Endpoint string
	PKIID    PKIidType
}

NetworkMember defines a peer's endpoint and its PKIid

func (*NetworkMember) String

func (p *NetworkMember) String() string

String converts a NetworkMember to a string

type PKIidType

type PKIidType []byte

PKIidType defines the type that holds the PKI-id which is the security identifier of a peer

func (PKIidType) IsNotSameFilter

func (p PKIidType) IsNotSameFilter(that PKIidType) bool

IsNotSameFilter generate filter function which provides a predicate to identify whenever current id not equals to another one.

func (PKIidType) String

func (p PKIidType) String() string

type PeerIdentityType

type PeerIdentityType []byte

PeerIdentityType is the peer's certificate

type PeerSuspector

type PeerSuspector func(identity PeerIdentityType) bool

PeerSuspector returns whether a peer with a given identity is suspected as being revoked, or its CA is revoked

Jump to

Keyboard shortcuts

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