Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( WithdrawOracleCmd = &cobra.Command{ Use: "withdraw", Short: "Run Withdraw Oracle Server", Long: `Run Withdraw Oracle Server`, PreRun: func(*cobra.Command, []string) { ctx := context.Background() app.InitServer(ctx) }, Run: func(cmd *cobra.Command, args []string) { for { run() } }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.