file

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListHandler

func ListHandler(cfg ListHandlerConfig) func(echo.Context) error

func UpdateConfigHandler added in v1.1.0

func UpdateConfigHandler(cfg UpdateConfigHandlerConfig) func(echo.Context) error

Types

type ListHandlerConfig

type ListHandlerConfig interface {
	RootFolder() string
}

type UpdateConfigHandlerConfig added in v1.1.0

type UpdateConfigHandlerConfig interface {
}

type UpdateConfigRequest added in v1.1.0

type UpdateConfigRequest struct {
	ViewType   string `form:"viewType" json:"viewType"`
	ReturnPath string `form:"returnPath" json:"returnPath"`
}

Jump to

Keyboard shortcuts

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