Skip to content

Instantly share code, notes, and snippets.

@ayrat555
Created September 22, 2018 20:09
Show Gist options
  • Save ayrat555/4f9015b1276822f04624a99dea059bb8 to your computer and use it in GitHub Desktop.
Save ayrat555/4f9015b1276822f04624a99dea059bb8 to your computer and use it in GitHub Desktop.
pub struct CronItem {
pub minute: TimeItem,
pub hour: TimeItem,
pub day_of_month: TimeItem,
pub month: TimeItem,
pub day_of_week: TimeItem,
pub command: String,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment