package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 20, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
WithdrawOracleCmd = &cobra.Command{
Use: "withdraw",
Short: "Run Withdraw Oracle Server",
Long: `Run Withdraw Oracle Server`,
Run: func(cmd *cobra.Command, args []string) {
for {
run()
}
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.