Created
September 22, 2018 20:09
-
-
Save ayrat555/4f9015b1276822f04624a99dea059bb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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