Documentation ¶
Index ¶
- func AuthBasicWithConfig(cfg *config.Config) []cli.Flag
- func AuthBearerWithConfig(cfg *config.Config) []cli.Flag
- func DebugWithConfig(cfg *config.Config) []cli.Flag
- func DriverEOSWithConfig(cfg *config.Config) []cli.Flag
- func DriverLocalWithConfig(cfg *config.Config) []cli.Flag
- func DriverOCISWithConfig(cfg *config.Config) []cli.Flag
- func DriverOwnCloudSQLWithConfig(cfg *config.Config) []cli.Flag
- func DriverOwnCloudWithConfig(cfg *config.Config) []cli.Flag
- func DriverS3NGWithConfig(cfg *config.Config) []cli.Flag
- func FrontendWithConfig(cfg *config.Config) []cli.Flag
- func GatewayWithConfig(cfg *config.Config) []cli.Flag
- func GroupsWithConfig(cfg *config.Config) []cli.Flag
- func HealthWithConfig(cfg *config.Config) []cli.Flag
- func LDAPWithConfig(cfg *config.Config) []cli.Flag
- func RestWithConfig(cfg *config.Config) []cli.Flag
- func RootWithConfig(cfg *config.Config) []cli.Flag
- func SecretWithConfig(cfg *config.Config) []cli.Flag
- func SharingSQLWithConfig(cfg *config.Config) []cli.Flag
- func SharingWithConfig(cfg *config.Config) []cli.Flag
- func StorageHomeWithConfig(cfg *config.Config) []cli.Flag
- func StorageMetadata(cfg *config.Config) []cli.Flag
- func StoragePublicLink(cfg *config.Config) []cli.Flag
- func StorageUsersWithConfig(cfg *config.Config) []cli.Flag
- func TracingWithConfig(cfg *config.Config) []cli.Flag
- func UsersWithConfig(cfg *config.Config) []cli.Flag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthBasicWithConfig ¶
AuthBasicWithConfig applies cfg to the root flagset
func AuthBearerWithConfig ¶
AuthBearerWithConfig applies cfg to the root flagset
func DebugWithConfig ¶
DebugWithConfig applies common debug config cfg to the flagset
func DriverEOSWithConfig ¶
DriverEOSWithConfig applies cfg to the root flagset
func DriverLocalWithConfig ¶
DriverLocalWithConfig applies cfg to the root flagset
func DriverOCISWithConfig ¶
DriverOCISWithConfig applies cfg to the root flagset
func DriverOwnCloudSQLWithConfig ¶
DriverOwnCloudSQLWithConfig applies cfg to the root flagset
func DriverOwnCloudWithConfig ¶
DriverOwnCloudWithConfig applies cfg to the root flagset
func DriverS3NGWithConfig ¶
DriverS3NGWithConfig applies cfg to the root flagset
func FrontendWithConfig ¶
FrontendWithConfig applies cfg to the root flagset
func GatewayWithConfig ¶
GatewayWithConfig applies cfg to the root flagset
func GroupsWithConfig ¶
GroupsWithConfig applies cfg to the root flagset
func HealthWithConfig ¶
HealthWithConfig applies cfg to the health flagset
func LDAPWithConfig ¶
LDAPWithConfig applies LDAP cfg to the flagset
func RestWithConfig ¶
RestWithConfig applies REST user/group provider cfg to the flagset
func RootWithConfig ¶
RootWithConfig applies cfg to the root flagset
func SecretWithConfig ¶
SecretWithConfig applies cfg to the root flagset
func SharingSQLWithConfig ¶
SharingSQLWithConfig applies the Shring SQL driver cfg to the flagset
func SharingWithConfig ¶
SharingWithConfig applies cfg to the root flagset
func StorageHomeWithConfig ¶
StorageHomeWithConfig applies cfg to the root flagset
func StorageMetadata ¶
StorageMetadata applies cfg to the root flagset
func StoragePublicLink ¶
StoragePublicLink applies cfg to the root flagset
func StorageUsersWithConfig ¶
StorageUsersWithConfig applies cfg to the root flagset
func TracingWithConfig ¶
TracingWithConfig applies cfg to the root flagset
func UsersWithConfig ¶
UsersWithConfig applies cfg to the root flagset
Types ¶
This section is empty.
Source Files ¶
- authbasic.go
- authbearer.go
- debug.go
- drivereos.go
- driverlocal.go
- driverocis.go
- driverowncloud.go
- driverowncloudsql.go
- drivers3ng.go
- frontend.go
- gateway.go
- groups.go
- health.go
- ldap.go
- rest.go
- root.go
- secret.go
- sharing.go
- sharingsql.go
- storagehome.go
- storagemetadata.go
- storagepubliclink.go
- storageusers.go
- tracing.go
- users.go