first draft for configuring user agent multiplex on ocis

This commit is contained in:
A.Unger
2020-12-02 12:04:09 +01:00
parent 28e8f75ebd
commit 752cd4f626
6 changed files with 34 additions and 6 deletions
+4
View File
@@ -21,6 +21,10 @@ func StorageFrontendCommand(cfg *config.Config) *cli.Command {
Action: func(c *cli.Context) error {
scfg := configureStorageFrontend(cfg)
if err := command.Frontend(scfg).Before(c); err != nil {
return err
}
return cli.HandleAction(
command.Frontend(scfg).Action,
c,