Skip to content

Commit 5741334

Browse files
committed
fix: remove unsupported service binary entrypoints
1 parent d4cb4e8 commit 5741334

File tree

43 files changed

+1
-799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1
-799
lines changed

β€Žopencloud/pkg/command/services.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var serviceCommands = []register.Command{
6161
},
6262
func(cfg *config.Config) *cobra.Command {
6363
return ServiceCommand(cfg, cfg.Antivirus.Service.Name, antivirus.GetCommands(cfg.Antivirus), func(c *config.Config) {
64-
cfg.Antivirus.Commons = cfg.Commons // antivirus needs no commons atm
64+
cfg.Antivirus.Commons = cfg.Commons
6565
})
6666
},
6767
func(cfg *config.Config) *cobra.Command {

β€Žservices/activitylog/cmd/activitylog/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/antivirus/cmd/antivirus/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/app-provider/cmd/app-provider/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/app-registry/cmd/app-registry/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/audit/cmd/audit/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/auth-app/cmd/auth-app/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/auth-basic/cmd/auth-basic/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/auth-bearer/cmd/auth-bearer/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žservices/auth-machine/cmd/auth-machine/main.goβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
Β (0)