Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ConsulDiscover ¶
type ConsulDiscover struct {
// contains filtered or unexported fields
}
func (*ConsulDiscover) Endpoint ¶
func (d *ConsulDiscover) Endpoint() (string, error)
func (*ConsulDiscover) GetService ¶
func (d *ConsulDiscover) GetService() error
type DirectDiscover ¶
type DirectDiscover struct {
// contains filtered or unexported fields
}
func (*DirectDiscover) Endpoint ¶
func (d *DirectDiscover) Endpoint() (string, error)
type Discover ¶
func MustNewDiscover ¶
func NewConsulDiscover ¶
func NewDirectDiscover ¶
func NewDiscover ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
func NewPublisher ¶
type PublisherOption ¶
type PublisherOption func(client *Publisher)
Click to show internal directories.
Click to hide internal directories.