package
1.29.0
Repository: https://github.com/cs3org/reva.git
Documentation: pkg.go.dev

# Functions

New returns a new serverless collection of services.
Register registers a new serverless service with name and new function.
No description provided by the author
No description provided by the author

# Variables

Services is a map of service name and its new function.

# Structs

Serverless contains the serveless collection of services.

# Interfaces

Service represents a serverless service.

# Type aliases

NewService is the function that serverless services need to register at init time.
No description provided by the author