Documentation ¶ Index ¶ type Endpoint func New(ctx context.Context, wg *sync.WaitGroup, registryClient registry.Client, ...) *Endpoint func (e Endpoint) Monitor() chan interfaces.URLStream Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Endpoint ¶ type Endpoint struct { // contains filtered or unexported fields } func New ¶ func New( ctx context.Context, wg *sync.WaitGroup, registryClient registry.Client, serviceKey string, path string, interval int) *Endpoint func (Endpoint) Monitor ¶ func (e Endpoint) Monitor() chan interfaces.URLStream Source Files ¶ View all Source files endpoint.go Click to show internal directories. Click to hide internal directories.