Documentation
¶
Overview ¶
Package uninitialized implements uninitialized topology bootstrapping.
Index ¶
Constants ¶
View Source
const (
// UninitializedTopologyBootstrapperName is the name of the uninitialized bootstrapper.
UninitializedTopologyBootstrapperName = "uninitialized_topology"
)
Variables ¶
This section is empty.
Functions ¶
func NewUninitializedTopologyBootstrapperProvider ¶ added in v0.9.2
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.
Click to show internal directories.
Click to hide internal directories.