Files
crawlab/core/entity/notification_variable.go

7 lines
119 B
Go

package entity
type NotificationVariable struct {
Category string `json:"category"`
Name string `json:"name"`
}