Files
2025-02-04 13:58:58 +01:00

9 lines
111 B
Go

package data
type Subscription struct {
Id string
URL string
Params string
CronExpr string
}