chore: change constant name to camelcase

This commit is contained in:
Juan Pablo Villafáñez
2025-09-08 17:32:36 +02:00
committed by Jörn Friedrich Dreyer
parent 8b5b3fb430
commit c0b4a5daa0
21 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func Server(cfg *config.Config) *cli.Command {
)
defer cancel()
connName := generators.GenerateConnectionName(cfg.Service.Name, generators.NTYPE_BUS)
connName := generators.GenerateConnectionName(cfg.Service.Name, generators.NTypeBus)
client, err := stream.NatsFromConfig(connName, false, stream.NatsConfig(cfg.Events))
if err != nil {
return err