Discover Packages
github.com/ethernautdao/evm-runners-cli
cmd
package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type AuthResponse struct {
ID string `json:"id"`
Name string `json:"name"`
AccessToken string `json:"access_token"`
}
type Config struct {
EVMR_SERVER string `mapstructure:"EVMR_SERVER"`
EVMR_TOKEN string `mapstructure:"EVMR_TOKEN"`
EVMR_ID string `mapstructure:"EVMR_ID"`
EVMR_NAME string `mapstructure:"EVMR_NAME"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.