uninitialized

package
v0.0.0-...-9649366 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// UninitializedTopologyBootstrapperName is the name of the uninitialized bootstrapper.
	UninitializedTopologyBootstrapperName = "uninitialized_topology"
)

Variables

This section is empty.

Functions

func NewUninitializedTopologyBootstrapperProvider

func NewUninitializedTopologyBootstrapperProvider(
	opts Options,
	next bootstrap.BootstrapperProvider,
) bootstrap.BootstrapperProvider

NewUninitializedTopologyBootstrapperProvider creates a new uninitialized bootstrapper provider.

Types

type Options

type Options interface {
	// Validate the values of the options.
	Validate() error

	// SetResultOptions sets the result options
	SetResultOptions(value result.Options) Options

	// ResultOptions returns the result options
	ResultOptions() result.Options

	// Set the instrument options.
	SetInstrumentOptions(value instrument.Options) Options

	// Return the instrument options.
	InstrumentOptions() instrument.Options
}

Options is the options interface for the uninitialized source.

func NewOptions

func NewOptions() Options

NewOptions creates a new Options.

Jump to

Keyboard shortcuts

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