mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
8 lines
149 B
Go
8 lines
149 B
Go
package model
|
|
|
|
type CampaignsStatView struct {
|
|
Active int64 `json:"active"`
|
|
Upcoming int64 `json:"upcoming"`
|
|
Finished int64 `json:"finished"`
|
|
}
|