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 {
// 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.