package
0.0.0-20211208200053-5230034f4374
Repository: https://github.com/unanet/eve-bot.git
Documentation: pkg.go.dev

# Functions

DefaultDatabasesArg is the default databases argument.
DefaultDryrunArg is the default dryrun argument.
DefaultForceArg is the default Force Deploy argument.
DefaultServicesArg is the default Services argument.
NewDatabasesArg creates a new databases argument.
NewServicesArg is the instantiation method that creates a new Services argument.
ResolveArgumentKV resolves the Key Values.

# Constants

DatabaseDescription describes the database argument and it's purpose.
DatabasesName argument name.
DryrunDescription is the description for the dryrun.
DryrunName is used a key/id for the dryrun option.
ForceDeployDescription is the description of the Force Deploy argument.
ForceDeployName is the key/id for the force deploy argument.
ServicesDescription us the Services argument description.
ServicesName is the Services argument name.

# Structs

Database argument structure.
Service is the Service argument type.

# Interfaces

Arg is the interface for command arguments.

# Type aliases

Args are a slice of argument interfaces.
Databases slice of database structure.
Dryrun is the dryun bool type.
Force is the Force Deploy argument bool type.
Services is a slice of Service arguments.