Documentation
¶
Index ¶
- type GinHandler
- func NewDefaultHandler(logger log.Logger) GinHandler
- func NewEmptyHandler() GinHandler
- func NewFileApiHandler(root http.FileSystem, logger log.Logger) GinHandler
- func NewLoginHandler(users []*auth.User, logger log.Logger) GinHandler
- func NewPushHandler(logger log.Logger, source core.VFS, enableLogicallyDelete bool) GinHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GinHandler ¶
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
Click to show internal directories.
Click to hide internal directories.