Documentation ¶
Index ¶
Constants ¶
View Source
const ( JsonFormatName = "json" TextFormatName = "text" )
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "list-transformers", Short: "list of the allowed transformers with documentation", Run: func(cmd *cobra.Command, args []string) { if err := logger.SetLogLevel(Config.Log.Level, Config.Log.Format); err != nil { log.Err(err).Msg("") } if err := run(); err != nil { log.Fatal().Err(err).Msg("") } }, } Config = domains.NewConfig() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.