package
Version:
v0.0.0-...-a685b0c
Opens a new window with list of versions in this module.
Published: May 30, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(cfg Config) *echo.Echo
type Config struct {
RequireHttps bool `name:"https"`
AllowOrigins []string `name:"allow-origin"`
}
type QrParams struct {
Size uint16 `query:"size"`
Data string `query:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.