router

package
v0.0.0-...-912e4e1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouter

func NewRouter(
	ctx context.Context,
	ic *interchaintest.Interchain,
	rc *RouterConfig,
) *mux.Router

Types

type Route

type Route struct {
	Path    string   `json:"path" yaml:"path"`
	Methods []string `json:"methods" yaml:"methods"`
}

type RouterConfig

type RouterConfig struct {
	ibc.RelayerExecReporter

	Config       *ictypes.Config
	CosmosChains map[string]*cosmos.CosmosChain
	Vals         map[string][]*cosmos.ChainNode
	Relayer      ibc.Relayer
	AuthKey      string
	InstallDir   string
	LogFile      string
	TestName     string
	Logger       *zap.Logger
	DockerClient *client.Client
}

Jump to

Keyboard shortcuts

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