handler

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module(
	"handler",
	fx.Provide(
		asGRPCHandler(user.New),
		asGRPCHandler(group.New),
		asGRPCHandler(project.New),
		asGRPCHandler(capsule.New),
		asGRPCHandler(authentication.New),
		asGRPCHandler(service_account.New),
		asGRPCHandler(storage.New),
		asGRPCHandler(database.New),
		asGRPCHandler(user_settings.New),
		asGRPCHandler(project_settings.New),
		asHTTPHandler(http.New),
		asHTTPHandler(storage_http.NewUploadHandler),
		asHTTPHandler(storage_http.NewDownloadHandler),
		asHTTPHandler(status_http.NewStatusHandler),
		registry.NewServer,
	),
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL