gophish/models
Jordan 8c1bb58fe2 Added validation for campaigns... I'm considering making everything branch off of a Model Interface with Get(), Put(), Post(), and Delete(), etc. Might make things cleaner.
Added better error messages on the UI side
2014-03-28 00:21:42 -05:00
..
campaign.go Added validation for campaigns... I'm considering making everything branch off of a Model Interface with Get(), Put(), Post(), and Delete(), etc. Might make things cleaner. 2014-03-28 00:21:42 -05:00
doc.go Major refactoring - created auth, config, models, controllers, and middleware packages. Should help provide modularity and a clean architecture. 2014-01-09 00:42:05 -06:00
group.go Integrated gorm with templates - Gorm integration complete 2014-03-27 13:19:57 -05:00
models.go Initial commit of worker.go (Still work to do) 2014-03-27 23:31:51 -05:00
models_test.go Integrated gorm with templates - Gorm integration complete 2014-03-27 13:19:57 -05:00
template.go Integrated gorm with templates - Gorm integration complete 2014-03-27 13:19:57 -05:00
user.go Integrated gorm with templates - Gorm integration complete 2014-03-27 13:19:57 -05:00