989945f09b
No HTML done, could'nt test with nyaa.exe :/ 1 page with overview of torrents, comments, users 1 page list comments 1 page list torrents 1 page list users 1 route delete torreny 1 route delete comment Users can be deleted and edited by their route user_profile_edit (I think)
11 lignes
Pas d'EOL
358 o
Go
11 lignes
Pas d'EOL
358 o
Go
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"`
|
|
} |