Documentation ¶
Index ¶
- func AccountsCommand(cfg *config.Config) *cli.Command
- func Execute() error
- func GLAuthCommand(cfg *config.Config) *cli.Command
- func Health(cfg *config.Config) *cli.Command
- func IDPCommand(cfg *config.Config) *cli.Command
- func KillCommand(cfg *config.Config) *cli.Command
- func ListCommand(cfg *config.Config) *cli.Command
- func NewLogger(cfg *config.Config) log.Logger
- func OCSCommand(cfg *config.Config) *cli.Command
- func ParseConfig(c *cli.Context, cfg *config.Config) error
- func ProxyCommand(cfg *config.Config) *cli.Command
- func RunCommand(cfg *config.Config) *cli.Command
- func Server(cfg *config.Config) *cli.Command
- func SettingsCommand(cfg *config.Config) *cli.Command
- func StorageAppProviderCommand(cfg *config.Config) *cli.Command
- func StorageAuthBasicCommand(cfg *config.Config) *cli.Command
- func StorageAuthBearerCommand(cfg *config.Config) *cli.Command
- func StorageFrontendCommand(cfg *config.Config) *cli.Command
- func StorageGatewayCommand(cfg *config.Config) *cli.Command
- func StorageGroupProviderCommand(cfg *config.Config) *cli.Command
- func StorageHomeCommand(cfg *config.Config) *cli.Command
- func StorageMetadataCommand(cfg *config.Config) *cli.Command
- func StoragePublicLinkCommand(cfg *config.Config) *cli.Command
- func StorageSharingCommand(cfg *config.Config) *cli.Command
- func StorageUserProviderCommand(cfg *config.Config) *cli.Command
- func StorageUsersCommand(cfg *config.Config) *cli.Command
- func StoreCommand(cfg *config.Config) *cli.Command
- func ThumbnailsCommand(cfg *config.Config) *cli.Command
- func VersionCommand(cfg *config.Config) *cli.Command
- func WebCommand(cfg *config.Config) *cli.Command
- func WebDAVCommand(cfg *config.Config) *cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountsCommand ¶
AccountsCommand is the entrypoint for the accounts command.
func GLAuthCommand ¶
GLAuthCommand is the entrypoint for the glauth command.
func IDPCommand ¶
IDPCommand is the entrypoint for the idp command.
func KillCommand ¶
KillCommand is the entrypoint for the kill command.
func ListCommand ¶
ListCommand is the entrypoint for the list command.
func OCSCommand ¶
OCSCommand is the entrypoint for the ocs command.
func ParseConfig ¶
ParseConfig load configuration for every extension
func ProxyCommand ¶
ProxyCommand is the entry point for the proxy command.
func RunCommand ¶
RunCommand is the entrypoint for the run command.
func SettingsCommand ¶
SettingsCommand is the entry point for the settings command.
func StorageAppProviderCommand ¶ added in v1.12.0
StorageAppProviderCommand is the entrypoint for the reva-app-provider command.
func StorageAuthBasicCommand ¶
StorageAuthBasicCommand is the entrypoint for the reva-auth-basic command.
func StorageAuthBearerCommand ¶
StorageAuthBearerCommand is the entrypoint for the reva-auth-bearer command.
func StorageFrontendCommand ¶
StorageFrontendCommand is the entrypoint for the reva-frontend command.
func StorageGatewayCommand ¶
StorageGatewayCommand is the entrypoint for the reva-gateway command.
func StorageGroupProviderCommand ¶
StorageGroupProviderCommand is the entrypoint for the storage-groupprovider command.
func StorageHomeCommand ¶
StorageHomeCommand is the entrypoint for the storage-home command.
func StorageMetadataCommand ¶
StorageMetadataCommand is the entrypoint for the storage-metadata command.
func StoragePublicLinkCommand ¶
StoragePublicLinkCommand is the entrypoint for the reva-storage-oc command.
func StorageSharingCommand ¶
StorageSharingCommand is the entrypoint for the reva-sharing command.
func StorageUserProviderCommand ¶
StorageUserProviderCommand is the entrypoint for the storage-userprovider command.
func StorageUsersCommand ¶
StorageUsersCommand is the entrypoint for the storage-users command.
func StoreCommand ¶
StoreCommand is the entrypoint for the ocs command.
func ThumbnailsCommand ¶
ThumbnailsCommand is the entrypoint for the thumbnails command.
func VersionCommand ¶
VersionCommand is the entrypoint for the version command.
func WebCommand ¶
WebCommand is the entrypoint for the web command.
func WebDAVCommand ¶
WebDAVCommand is the entrypoint for the webdav command.
Types ¶
This section is empty.
Source Files ¶
- accounts.go
- common.go
- glauth.go
- health.go
- idp.go
- kill.go
- list.go
- ocs.go
- proxy.go
- root.go
- run.go
- server.go
- settings.go
- storageappprovider.go
- storageauthbasic.go
- storageauthbearer.go
- storagefrontend.go
- storagegateway.go
- storagegroupprovider.go
- storagehome.go
- storagemetadata.go
- storagepubliclink.go
- storagesharing.go
- storageuserprovider.go
- storageusers.go
- store.go
- thumbnails.go
- version.go
- web.go
- webdav.go