Documentation ¶
Index ¶
- Constants
- func ConfigCmd() *cobra.Command
- func CreateChannelsCmd() *cobra.Command
- func CreateClientCmd() *cobra.Command
- func CreateCommand() *cobra.Command
- func CreateConnectionsCmd() *cobra.Command
- func CreateLogger(verbose bool) *zap.Logger
- func GetConfig(cmd *cobra.Command) config.Config
- func GetHomedir(cmd *cobra.Command) string
- func GetLogger(cmd *cobra.Command) *zap.Logger
- func InitConfigCmd() *cobra.Command
- func RelayerCmd() *cobra.Command
- func RootCmd() *cobra.Command
- func StartCmd() *cobra.Command
- func TransferCmd() *cobra.Command
- type SidecarContextKey
Constants ¶
View Source
const ( ContextKeyConfig = SidecarContextKey("config") ContextKeyHomedir = SidecarContextKey("homedir") ContextKeyLogger = SidecarContextKey("logger") )
Variables ¶
This section is empty.
Functions ¶
func CreateChannelsCmd ¶
func CreateClientCmd ¶
func CreateCommand ¶
func CreateConnectionsCmd ¶
func CreateLogger ¶
func GetHomedir ¶
func InitConfigCmd ¶
func RelayerCmd ¶
func TransferCmd ¶
Types ¶
type SidecarContextKey ¶
type SidecarContextKey string
Click to show internal directories.
Click to hide internal directories.