fix: always select next gateway client

This commit is contained in:
Michael Barz
2024-09-23 12:47:36 +02:00
parent 1a23ea5a78
commit 8cd9176e49
12 changed files with 319 additions and 62 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
package config
import "github.com/owncloud/ocis/v2/ocis-pkg/shared"
// CS3Api defines the available configuration in order to access to the CS3 gateway.
type CS3Api struct {
Gateway Gateway `yaml:"gateway"`
DataGateway DataGateway `yaml:"datagateway"`
Gateway Gateway `yaml:"gateway"`
DataGateway DataGateway `yaml:"datagateway"`
GRPCClientTLS *shared.GRPCClientTLS `yaml:"grpc_client_tls"`
}
// Gateway defines the available configuration for the CS3 API gateway