Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/service/torrent/form/form.go

11 lignes
358 o
Go
Brut Vue normale Historique

package torrentform
type PanelPost struct {
Name string `form:"name" needed:"true" len_min:"3" len_max:"20"`
Hash string `form:"hash" needed:"true"`
Category int `form:"cat" needed:"true"`
Sub_Category int `form:"subcat"`
Status string `form:"status" needed:"true"`
Description string `form:"desc"`
WebsiteLink string `form:"website"`
}