handler

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GinHandler

type GinHandler interface {
	Handle(*gin.Context)
}

func NewDefaultHandler

func NewDefaultHandler(logger log.Logger) GinHandler

func NewEmptyHandler added in v0.3.0

func NewEmptyHandler() GinHandler

func NewFileApiHandler

func NewFileApiHandler(root http.FileSystem, logger log.Logger) GinHandler

func NewLoginHandler

func NewLoginHandler(users []*auth.User, logger log.Logger) GinHandler

func NewPushHandler added in v0.3.0

func NewPushHandler(logger log.Logger, source core.VFS, enableLogicallyDelete bool) GinHandler

Jump to

Keyboard shortcuts

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