package
Version:
v3.2.12
Opens a new window with list of versions in this module.
Published: Jun 27, 2024
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
This package provides a mock server for testing fuzzing templates
Cleanup cleans up the temporary database directory
func GetPlaygroundServer() *echo.Echo
type User struct {
XMLName xml.Name `xml:"user"`
ID int `xml:"id"`
Name string `xml:"name"`
Age int `xml:"age"`
Role string `xml:"role"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.