cmd

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RootCmd = &cobra.Command{
		Use:           "aurora",
		Short:         "client-facing api server for the Diamcircle network",
		SilenceErrors: true,
		SilenceUsage:  true,
		Long:          "Client-facing API server for the Diamcircle network. It acts as the interface between Diamcircle Core and applications that want to access the Diamcircle network. It allows you to submit transactions to the network, check the status of accounts, subscribe to event streams and more.",
		RunE: func(cmd *cobra.Command, args []string) error {
			app, err := aurora.NewAppFromFlags(config, flags)
			if err != nil {
				return err
			}
			return app.Serve()
		},
	}
)

Functions

func Execute

func Execute() error

Types

type ErrExitCode

type ErrExitCode int

Indicates we want to exit with a specific error code without printing an error.

func (ErrExitCode) Error

func (e ErrExitCode) Error() string

type ErrUsage

type ErrUsage struct {
	// contains filtered or unexported fields
}

ErrUsage indicates we should print the usage string and exit with code 1

func (ErrUsage) Error

func (e ErrUsage) Error() string

Jump to

Keyboard shortcuts

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