cronexpr
cronexpr copied to clipboard
Could the `expression` field of `Expression` structs be readable somehow?
trafficstars
e.g. via a GetCronLine() method or similar
Even though the constructor of an Expression struct necessarily knows the raw cron expression, it would be useful when passing things around to have just the one struct rather than the struct + the cron expression string, in cases where this is necessary to do.