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
Click to show internal directories.
Click to hide internal directories.