Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct {
// contains filtered or unexported fields
}
Aggregator includes the components and servers
func NewAggregator ¶
func NewAggregator() *Aggregator
func (*Aggregator) Run ¶
func (a *Aggregator) Run()
func (*Aggregator) WithComponent ¶
func (a *Aggregator) WithComponent(components ...component.Component) *Aggregator
func (*Aggregator) WithServer ¶
func (a *Aggregator) WithServer(servers ...server.Server) *Aggregator
type NamedAggregator ¶
type NamedAggregator struct {
*Aggregator
// contains filtered or unexported fields
}
func NewNamedAggregator ¶
func NewNamedAggregator(name string) *NamedAggregator
func (*NamedAggregator) Run ¶
func (a *NamedAggregator) Run()
Click to show internal directories.
Click to hide internal directories.