withdraw

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

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)
			logger.Info("NodeDAO oracle-go oracle server.", zap.String("version", config.Config.Server.Version))
		},
		Run: func(cmd *cobra.Command, args []string) {
			for {
				run()
			}
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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