package
Version:
v0.0.0-...-0ede13a
Opens a new window with list of versions in this module.
Published: Jan 19, 2025
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var CauseTypes = map[int]string{
-1: "Select cause...",
0: "Illegal content",
1: "Malware",
2: "Site error",
3: "Question",
}
type Form struct {
Cause Cause `form:"cause"`
Subject string `form:"subject"`
Description string `form:"description"`
Infohash string `form:"infohash"`
Filename string `form:"filename"`
Email string `form:"email"`
Work string `form:"work"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.