2019-04-22 02:59:20 +00:00

8 lines
162 B
Go

package model
// Activities is the model for all challenge activities
type Activities struct {
Logs []*WLog `json:"logs"`
Events []*Event `json:"events"`
}