package models type Subscribe struct { Path string `json:"path"` Depth int `json:"depth"` Driver *string `json:"driver,omitempty"` OnCreate bool `json:"onCreate"` OnDelete bool `json:"onDelete"` OnChange bool `json:"onChange"` }