types

package
v0.0.0-...-640b46e Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: BSD-3-Clause Imports: 1 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 {
	Server      string   `json:"server"`
	Master      Server   `json:"master"`
	Backup      string   `json:"backup"`
	RecursiveNS []string `json:"recursive-ns"`
}

type RPC

type RPC struct {
	Client *ethclient.Client
	Retry  int
	Alive  bool `json:"alive"`
}

type Server

type Server struct {
	RPC string `json:"rpc"`
	IP  string `json:"ip"`
}

Jump to

Keyboard shortcuts

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