Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container struct {
Service string
// Channel is required by ringpop
Channel tchannel.Channel
Logger log.Logger
Portmap membership.PortMap
}
Container is passed to peer provider plugin
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) Provider ¶
func (p *Provider) Provider() (membership.PeerProvider, error)
Click to show internal directories.
Click to hide internal directories.