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
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 EthClientRsp ¶
type EthClientRsp struct {
Clients string `json:"clients"`
}
Click to show internal directories.
Click to hide internal directories.