client

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	GRPCClientConfig grpcclient.Config `yaml:"grpc_client_config"`
}

Config controls how scraping service clients are created.

func (*Config) RegisterFlags

func (c *Config) RegisterFlags(f *flag.FlagSet)

RegisterFlags registers flags to the provided flag set.

type ScrapingServiceClient

type ScrapingServiceClient interface {
	agentproto.ScrapingServiceClient
	io.Closer
}

ScrapingServiceClient wraps agentproto.ScrapingServiceClient with a Close method.

func New

func New(cfg Config, addr string) (ScrapingServiceClient, error)

New returns a new scraping service client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳