introspection

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OutboundStatusNotSupported = OutboundStatus{}

OutboundStatusNotSupported is returned when not valid OutboundStatus can be produced.

Functions

This section is empty.

Types

type ChooserStatus

type ChooserStatus struct {
	Name  string
	State string
	Peers []PeerStatus
}

ChooserStatus is a collection of basic chooser info.

type InboundStatus

type InboundStatus struct {
	Transport string
	Endpoint  string
	State     string
}

InboundStatus is a collection of basics info about an Inbound.

type IntrospectableChooser

type IntrospectableChooser interface {
	Introspect() ChooserStatus
}

IntrospectableChooser extends the Chooser interfaces.

type IntrospectableInbound

type IntrospectableInbound interface {
	Introspect() InboundStatus
}

IntrospectableInbound extends the Inbound interface.

type IntrospectableOutbound

type IntrospectableOutbound interface {
	Introspect() OutboundStatus
}

IntrospectableOutbound extends the Outbound interface.

type OutboundStatus

type OutboundStatus struct {
	Transport   string
	RPCType     string
	Endpoint    string
	State       string
	Chooser     ChooserStatus
	Service     string
	OutboundKey string
}

OutboundStatus is a collection of basics info about an Outbound.

type PeerStatus

type PeerStatus struct {
	Identifier string
	State      string
}

PeerStatus is a collection of basic peers info.

Jump to

Keyboard shortcuts

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