app

package
v0.0.0-...-0b0c4c8 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Before = func(c *cli.Context) error {
		if !c.Bool("uesConfigFile") {
			return nil
		}

		var err error
		flags.BankerOpts, err = options.LoadConfigFromDisk()
		if err != nil {
			return err
		}

		return nil
	}

	Start = func(c *cli.Context) error {
		if errs := flags.BankerOpts.Validate(); len(errs) > 0 {

			return utilerrors.NewAggregate(errs)
		}

		run(flags.BankerOpts)

		return nil
	}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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