indexer

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config *Config, log logrus.FieldLogger) (*Client, error)

func (*Client) CreateBeaconBadBlob added in v0.0.16

func (*Client) CreateBeaconBadBlock added in v0.0.16

func (*Client) CreateBeaconBlock added in v0.0.16

func (*Client) ListBeaconBadBlob added in v0.0.16

func (*Client) ListBeaconBadBlock added in v0.0.16

func (*Client) ListBeaconBlock added in v0.0.16

func (*Client) Start

func (c *Client) Start(ctx context.Context) error

func (*Client) Stop

func (c *Client) Stop(ctx context.Context) error

type Config

type Config struct {
	Address string            `yaml:"address"`
	Headers map[string]string `yaml:"headers"`
	TLS     bool              `yaml:"tls" default:"false"`
}

func (*Config) Validate

func (c *Config) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL