package
6.0.0-beta1+incompatible
Repository: https://github.com/jshi-git/beats.git
Documentation: pkg.go.dev
# Functions
GenModulesCmd initializes a command to manage a modules.d folder, it offers list, enable and siable actions.
GenRootCmd returns the root command to use for your beat.
GenRootCmdWithRunFlags returns the root command to use for your beat.
# Structs
BeatsRootCmd handles all application command line interface, parses user flags and runs subcommands.
# Interfaces
ModulesManager interface provides all actions needed to implement modules command (to list, enable & disable modules).
# Type aliases
ModulesManagerFactory builds and return a ModulesManager for the given Beat.