configuration

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = kit.NewRouter(httptransport.Group("/configuration"))

Functions

This section is empty.

Types

type ChainConfig added in v1.5.3

type ChainConfig struct {
	httpx.MethodGet
}

func (*ChainConfig) Output added in v1.5.3

func (r *ChainConfig) Output(ctx context.Context) (interface{}, error)

func (*ChainConfig) Path added in v1.5.3

func (r *ChainConfig) Path() string

type ChainConfigResp added in v1.5.3

type ChainConfigResp struct {
	Chains string `json:"chains"`
}

type EthClient

type EthClient struct {
	httpx.MethodGet
}

func (*EthClient) Output

func (r *EthClient) Output(ctx context.Context) (interface{}, error)

func (*EthClient) Path

func (r *EthClient) Path() string

type EthClientRsp

type EthClientRsp struct {
	Clients string `json:"clients"`
}

Jump to

Keyboard shortcuts

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